The bootloader of the Sync OS project.
Curle
8f0de18b37
The current system of separating x86 and x86_64 is no longer feasible with UEFI implementation. UEFI must have its own entry point. To this end, some optimisations have been implemented in the ASM files. Everything related to setup has been removed, leaving only the IDT and GDT utility functions. The linker may be required for the other files, though. |
||
---|---|---|
arch/uefi | ||
include | ||
iso/boot/grub | ||
kernel | ||
libc | ||
.clang-format | ||
.gitignore | ||
bochsrc.txt | ||
makefile | ||
README.md | ||
red.kernel |
Sync
Sync, an experimental synchronising OS.
Currently features:
- Text mode printing with CSI support
- literally nothing else
Keep posted. Development is relatively active.