1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-31 03:53:02 -06:00
Lioncash 90a981a03a kernel/process: Make the handle table per-process
In the kernel, there isn't a singular handle table that everything gets
tossed into or used, rather, each process gets its own handle table that
it uses. This currently isn't an issue for us, since we only execute one
process at the moment, but we may as well get this out of the way so
it's not a headache later on.
2018-10-20 16:38:32 -04:00
..
2018-01-13 22:38:52 +00:00