An educational-purpose operating system written in C
MOS is licensed under the GPLv3 license.
- OSDev for the great tutorials
- newlib for the
memmove
implementation - multiboot for the multiboot specification
- GCC / Binutils / GDB for the compiler, linker and debugger
- ELF for the executable format
- ...