This repository record the development process about rCore OS spring 2023 labs. I also write some notes about rCore.
- Chapter 1: Applications and basic execution environments
- Chapter 2: Batch processing system
- Chapter 3: Multiprogramming and time-sharing multitasking
- Chapter 4: Address Space
- Chapter 5: Process
- Chapter 6: File systems
- Chapter 7: Inter-process communication and I/O redirection
- Chapter 8: Concurrency
🚀 It is a bit tough to reconstruct OS for concurrency. I want to postpone this schedule because I have another necessary project to do now. However, I will not renounce the plan to finish rCore and extend more functions to it.
MIT License