Dump the memory map from limine.

Also adds the ability to print formatted messages.
This commit is contained in:
Drew Galbraith 2023-05-18 01:16:53 -07:00
parent 9fc1aa15ef
commit b3f8cb9003
7 changed files with 644 additions and 15 deletions

View file

@ -1,4 +1,5 @@
add_executable(zion
boot/boot_info.cpp
common/gdt.cpp
common/load_gdt.s
debug/debug.cpp