Get SMBIOS from bootloader

This commit is contained in:
Alex
2022-11-19 09:54:34 +02:00
parent e535a5e0c6
commit eb980a95d9
2 changed files with 15 additions and 0 deletions

View File

@ -114,6 +114,8 @@ struct BootInfo
char Name[256];
char Version[64];
} Bootloader;
void *SMBIOSPtr;
};
#endif // !__FENNIX_KERNEL_BOOT_INFO_H__