Refactor boot_info.h and related files for improved abstraction and consistency. Updated function signatures to use generic types, replaced UEFI-specific types with kernel types, and enhanced documentation for clarity. Adjusted kernel entry point and service wrappers to align with new structure.

This commit is contained in:
2026-02-27 19:53:40 +00:00
parent 13a281fa4f
commit a3edb854f4
10 changed files with 181 additions and 103 deletions

View File

@@ -10,7 +10,7 @@
#ifndef MEMORY_H
#define MEMORY_H
#include <efi.h>
#include "kernel_types.h"
#include "boot_info.h"
/* ================================================================