Finish detecting BIOS type
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user