An open API service indexing awesome lists of open source software.

https://github.com/moodyhunter/mos

My Operating System
https://github.com/moodyhunter/mos

c cmake cpp mlibc nasm osdev rust x86-64

Last synced: 2 months ago
JSON representation

My Operating System

Awesome Lists containing this project

README

        

# Moody's Operating System



An educational-purpose operating system written in C

## A glance of MOS

![mos-hello-world](https://raw.githubusercontent.com/moodyhunter/MOS/main/assets/imgs/mos_hello_world.png)

## License & Credits

MOS is licensed under the GPLv3 license.

### Credits

- [OSDev](https://wiki.osdev.org/Main_Page) for the great tutorials
- [newlib](https://sourceware.org/newlib/) for the `memmove` implementation
- [multiboot](https://www.gnu.org/software/grub/manual/multiboot/multiboot.html) for the multiboot specification
- [GCC / Binutils / GDB](https://gcc.gnu.org/) for the compiler, linker and debugger
- [ELF](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) for the executable format
- ...