Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 373 Bytes

boot

The bootloader for the Doors project.

  • Supports x86-64
  • Kernel stored on disk with other boot-related files on dedicated on-disk partition (support for using these files will be added later)
  • Loads a memory map, passing it to the kernel

Building

TODO. The makefile still contains a lot of stuff specific to my setup. Will make a proper build system later.