The Simple Operating System
Go to file
Nocturn9x aa830de9c2 Real mode setup complete. Groundwork for GDT/protected mode 2022-11-16 11:56:15 +01:00
src/bootloader Real mode setup complete. Groundwork for GDT/protected mode 2022-11-16 11:56:15 +01:00
.gitignore Initial work on the bootloader 2022-11-15 15:48:06 +01:00
LICENSE Initial commit 2022-11-15 09:49:14 +01:00
README.md Initial work on the bootloader 2022-11-15 15:48:06 +01:00

README.md

TSOS

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?