acadia/zion/boot/boot_info.h

15 lines
228 B
C
Raw Normal View History

#pragma once
#include "boot/limine.h"
namespace boot {
const limine_memmap_response& GetMemoryMap();
uint64_t GetHigherHalfDirectMap();
const limine_module_response& GetModules();
2023-06-07 16:24:13 -07:00
void* GetRsdpAddr();
} // namespace boot