summaryrefslogtreecommitdiff
path: root/kernel/include/etc/bootloaderinfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/etc/bootloaderinfo.hpp')
-rw-r--r--kernel/include/etc/bootloaderinfo.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/include/etc/bootloaderinfo.hpp b/kernel/include/etc/bootloaderinfo.hpp
deleted file mode 100644
index b3d1ca8..0000000
--- a/kernel/include/etc/bootloaderinfo.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#pragma once
-
-#include <cstdint>
-#include <limine.h>
-
-class BootloaderInfo {
-public:
- static struct limine_framebuffer* AccessFramebuffer();
- static std::uint64_t AccessHHDM();
- static std::uint64_t AccessRSDP();
- static struct limine_memmap_response* AccessMemoryMap();
- static struct limine_executable_address_response* AccessKernel();
- static struct LIMINE_MP(response)* AccessMP();
- static struct limine_module_response* AccessInitrd();
-}; \ No newline at end of file