toaruos/kernel/cpu
Kevin Lange 021585e9ef [misc] Massive improvements to process handling
- Free process resources when a process exits (reaped in next process
  cycle; should probably reap after a wait() or something)
- Free process struct after wait()
- Fix page allocation
- Fix fork() return value for child process (attempted to write to an
  invalid point in kernel-stack memory)

We shouldn't be triple faulting randomly anymore!

Continue investigating the fork() return value, as there was a bugged
return at some point during executon of a test run of thrash-process.
2011-12-15 17:21:28 -06:00
..
gdt.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00
idt.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00
irq.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00
isrs.c [misc] Massive improvements to process handling 2011-12-15 17:21:28 -06:00