Print all BIOS information

This commit is contained in:
Jaby
2024-03-30 14:42:32 -05:00
parent e74d54f0bb
commit a163762e59
3 changed files with 15 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ namespace JabyEngine {
uint16_t year;
} date;
const char* kernel_maker;
const char* version_str;
const char* gui_version;
const char* copyright;
};