toaruos/kernel
2015-05-29 16:12:04 -07: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 Add half-assed support for IRQ chaining. 2015-05-18 21:07:06 -07:00
ds Better PID allocation technique 2015-05-21 16:23:31 -04:00
fs Cleanup and improve spin lock code 2015-05-21 04:28:14 -04:00
include Better PID allocation technique 2015-05-21 16:23:31 -04:00
mem 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
misc Fix incorrectly 0'd userspace entry pointer; bad pointer validate in stat_node 2015-05-29 16:12:04 -07:00
sys Fix incorrectly 0'd userspace entry pointer; bad pointer validate in stat_node 2015-05-29 16:12:04 -07:00
boot.S 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
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 fix memcpy/memset clobbers, etc. 2015-05-26 23:38:21 -07:00
link.ld Use GAS instead of YASM. 2015-05-20 03:12:20 -04:00
main.c Fix root= argument 2014-08-15 16:25:15 -07: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