mirror of
https://github.com/cowmonk/cowos.git
synced 2025-12-26 11:16:50 +00:00
Custom OS from scratch in C.
| isodir/boot/limine | ||
| kernel | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Migrated from Rekketstone/cowos
cowos
Custom OS from scratch in C
Notes
Heavily UNDER DEVELOPMENT
Currently just boots and well, does nothing lol.
BUILDING
You'll need a few things:
- LLVM/Clang (default C compiler)
- LLD (linker)
- xorriso (iso creation)
- git
- make
- qemu (for virtual machine)
After acquiring those just run make and it'll do everything for you:
make
Credits
- Limine: modern, advanced, portable, multiprotocol bootloader and boot manager.