dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
798 stars 110 forks source link

Manager Fixups #293

Closed dthain closed 10 months ago

dthain commented 10 months ago

Cleaned up code slightly to handle errors in child processes, and also to initialize cleanly now that global data sections load properly.