toaruos/kernel
2016-12-30 18:46:14 +09:00
..
cpu Align stack pointer on kernel proper entry to 16-byte. Eliminate dead-lock in frame allocator on OOM. Formatting. 2015-05-21 15:09:42 -04:00
devices Disable FPU lazy switching (it's breaking bochs) 2016-09-26 15:25:30 +09:00
ds Actually fix the math on bitsets 2015-07-02 21:25:11 -07:00
fs Call readlink_fs instead of node directly 2016-12-19 23:27:45 +09:00
include Support building with -fsanitize=undefined 2016-12-26 18:02:47 +09:00
mem Various random fixes 2016-12-26 18:02:47 +09:00
misc Support building with -fsanitize=undefined 2016-12-26 18:02:47 +09:00
sys Add stacktrace to kernel assertion failure message 2016-12-30 18:46:14 +09:00
boot.S Fix init kernel stack size 2016-12-30 18:13:10 +09:00
gdt.S Use GAS instead of YASM. 2015-05-20 03:12:20 -04:00
idt.S Use GAS instead of YASM. 2015-05-20 03:12:20 -04:00
irq.S Optimizations 2015-05-20 23:32:21 -04:00
isr.S Optimizations 2015-05-20 23:32:21 -04:00
libc.c Various random fixes 2016-12-26 18:02:47 +09:00
link.ld Use GAS instead of YASM. 2015-05-20 03:12:20 -04:00
main.c Allow esoteric boot configs 2016-12-24 14:06:05 +09:00
spin.c Cleanup and improve spin lock code 2015-05-21 04:28:14 -04:00
task.S Cleanup system call code and improve branch prediction. 2015-05-20 14:14:51 -04:00
tss.S Use GAS instead of YASM. 2015-05-20 03:12:20 -04:00
user.S Cleanup system call code and improve branch prediction. 2015-05-20 14:14:51 -04:00