Finish detecting BIOS type

This commit is contained in:
2024-04-01 16:43:54 -05:00
parent ab3b94da97
commit d0f5731bdb
7 changed files with 150 additions and 142 deletions

View File

@@ -4,6 +4,10 @@
namespace JabyEngine {
namespace boot {
namespace BIOS {
void identify();
}
namespace CD {
void setup();
}
@@ -35,5 +39,5 @@ namespace JabyEngine {
}
}
void __no_return run();
void __no_return run();
}