bond is a hobby x86-64 kernel
57b0f4a8f1
Ahmmm. Also made 64 bit kernel independent(you can call that thing to enter 64 bit kernel as long as you are in protected mode (no setup required.))(not working but will soon work). |
||
---|---|---|
bochs | ||
build | ||
legacy_bootloader | ||
miscellaneous | ||
x64/src | ||
x86 | ||
.gitattributes | ||
.gitignore | ||
bochs64.bxrc | ||
bochsdbg64.bxrc | ||
makefile | ||
ReadME.txt |
This is a really simple operating system(still being developed). The image file is HOS.iso. Please use bochs to emulate - Uses grub2 and is multiboot-complaint. - Architecture i386. - Supports x86, x86_64. - Calling convention: x86 cdecl, x64 System V ABI. - Complete refactoring of previous version. - Compiled by gcc, nasm. Linked by ld.