Added elf symbols resolver

This commit is contained in:
Alex
2022-10-10 09:00:03 +03:00
parent 90774d68e0
commit 1446cc4682
4 changed files with 166 additions and 0 deletions

View File

@ -106,6 +106,7 @@ struct BootInfo
{
void *PhysicalBase;
void *VirtualBase;
void *FileBase;
char CommandLine[256];
uint64_t Size;
} Kernel;