mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
Prekernel: Export some multiboot parameters in our own BootInfo struct
This allows us to specify virtual addresses for things the kernel should access via virtual addresses later on. By doing this we can make the kernel independent from specific physical addresses.
This commit is contained in:
parent
ff292fbe5a
commit
b10a86d463
8 changed files with 67 additions and 25 deletions
|
@ -121,5 +121,3 @@ struct multiboot_info {
|
|||
};
|
||||
};
|
||||
typedef struct multiboot_info multiboot_info_t;
|
||||
|
||||
extern "C" multiboot_info_t* multiboot_info_ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue