mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added elf symbols resolver
This commit is contained in:
@ -106,6 +106,7 @@ struct BootInfo
|
||||
{
|
||||
void *PhysicalBase;
|
||||
void *VirtualBase;
|
||||
void *FileBase;
|
||||
char CommandLine[256];
|
||||
uint64_t Size;
|
||||
} Kernel;
|
||||
|
Reference in New Issue
Block a user