ptos: bpal: Obtain ACPI RSDP pointer
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user