1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-02-07 08:31:16 -06:00
Subv 827f8ca3c7 Kernel: Store the program id in the Process class instead of the CodeSet class.
There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
2018-03-01 19:03:53 -05:00
..