- Framework Codes: NJU-ProjectN
- Implementor: StardustDL
- Updated Time: 2019/6/14
This are the source codes of my programming assignment of OS2019 courses. It contains ALL contents from L0-L3, M1-M6.
A 2048-like game on abstract machine.
A command tool that prints tree-like parent-child relationship between processes.
A lib for lightweight user-mode coroutine.
A command tool that counts the time spent on each system call the process executes, and compares the relative proportions of these system calls.
An interactive shell for C programming language.
A command tool that recovers the full image file in BMP format from a given FAT32 file system image.
A lib for persistent, crash-consistent key-value file-based database API.
A multi-core kernal that supports:
- memory management
- task (thread)
- virtual and real file system
- shell in kernal