1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 14:22:24 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Tom
fb41d89384 Kernel: Implement software context switching and Processor structure
Moving certain globals into a new Processor structure for
each CPU allows us to eventually run an instance of the
scheduler on each CPU.
2020-07-01 12:07:01 +02:00
Tom
3ac6d31b45 Kernel: Serialize debug output 2020-07-01 12:07:01 +02:00