Print all BIOS information

This commit is contained in:
2024-03-30 14:42:32 -05:00
parent 58eaa8348a
commit f8f6322363
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;
};