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

SamZhang3/boot

Repository files navigation

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.