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
- Host: GitHub
- URL: https://github.com/moodyhunter/mos
- Owner: moodyhunter
- License: gpl-3.0
- Created: 2022-06-11T16:51:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T18:56:57.000Z (2 months ago)
- Last Synced: 2025-03-19T21:11:52.181Z (2 months ago)
- Topics: c, cmake, cpp, mlibc, nasm, osdev, rust, x86-64
- Language: C++
- Homepage: https://mos.mooody.me/
- Size: 9.06 MB
- Stars: 30
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Moody's Operating System
![]()
An educational-purpose operating system written in C
## A glance of MOS

## 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
- ...