TSOS/README.md

10 lines
246 B
Markdown
Raw Normal View History

2022-11-15 09:49:14 +01:00
# TSOS
2022-11-15 15:47:33 +01:00
A toy project to implement:
- A BIOS-compatible bootloader written in x86 Assembly
- A 32-bit kernel and associated operating system written in C
- Drivers (keyboard, VGA, etc.)
- Dynamic memory management
- A shell
- Multitasking
- More?