ptos: bpal: Obtain ACPI RSDP pointer

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-13 22:15:50 -04:00
parent 823586180c
commit 3387461f61
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -62,11 +62,13 @@ typedef struct {
* layer containing data filled in by the bootloader.
*
* @KernelBase: Represents the kernel load base
* @RsdpBase: RSDP base address
* @Framebuffer: Framebuffer information
* @MemEntryIdx: Callback to get memory map entry by index
*/
typedef struct {
UPTR KernelBase;
VOID *RsdpBase;
BPAL_FRAMEBUFFER Framebuffer;
PT_STATUS(*MemEntryIdx)(USIZE Idx, MEMMAP_ENTRY *Result);
} BPAL_HANDLE;