acadia/zion/boot/boot_info.h
Drew Galbraith aefb4f082b Add a kernel ELF module and load it in a new process.
Don't yet jump to userspace.
2023-05-29 00:32:54 -07:00

12 lines
206 B
C++

#pragma once
#include "boot/limine.h"
namespace boot {
const limine_memmap_response& GetMemoryMap();
uint64_t GetHigherHalfDirectMap();
const limine_module_response& GetModules();
} // namespace boot