dthain / basekernel

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

Remove Current Dir #280

Closed dthain closed 3 years ago

dthain commented 3 years ago

The special cases of p->current_dir and p->root_dir have now been removed! Each process inherits a file description in position KNO_STDDIR that can be used like the current directory, or dropped if needed.