No description
- Makefile 54.8%
- C 33%
- QMake 9.7%
- C++ 2.1%
- Assembly 0.4%
| bootloader | ||
| kernel | ||
| misc-host | ||
| .gitignore | ||
| LICENSE.md | ||
| Makefile | ||
| OVMF.fd | ||
| README.md | ||
README
Repository For the OS
Components
Bootloader
It uses a custom bootloader, which is an efi application so it can be loaded by any efi boot manager.
Kernel
The kernel has almost no work done, but it goes in tandem with the bootloader and both are of the AMD64 architecture
Toolchain
Right now it's GCC, but I hope to migrate everything to clang