06 / 07 · Personal project
A minimal operating system from scratch
Systems[Shipped or in progress]C · C++ · x86[Source — repo is private for now]
01Problem
[Problem]02Design & tradeoffs
[Design and tradeoffs][Diagram — architecture / data flow]
03Results / benchmarks
[Chart or table]
04What I did
- Built a bootable minimal OS from scratch, including bootloader integration and kernel initialization.
- Implemented process scheduling and memory management primitives.
- Developed a system call interface for user–kernel interaction.