(yes I named my OS literally after myself)
Learn stuff by building a lightweight OS that can do many things (hopefully easily, probably not)
- Bootloader +?
- Task management -
- Task synchronization -
- Memory management -
- Storage management -
- File systems -
- I/O management -
- Networking -
- Security -
Taken from this OSDev wiki page.
- Printing strings and integers on screen
- ...
(probably these "-"s will remain there for a looooong time)
Here, I will gather a list of resources that may be useful during development.
- wiki.osdev.org
- The project is built upon the Meaty Bones Tutorial, so special thanks to Jonas Termansen!
- Silberschatz - Operating System Concepts
- Tanenbaum - Operating Systems Design and Implementation