Basic driver loading
This commit is contained in:
parent
dae7b9c869
commit
fb99d8d36f
3 changed files with 80 additions and 1 deletions
|
@ -36,6 +36,11 @@ void axboot_init()
|
|||
while (1);
|
||||
}
|
||||
|
||||
#ifdef AXBOOT_UEFI
|
||||
#include <driver.h>
|
||||
load_drivers();
|
||||
#endif
|
||||
|
||||
//config_init();
|
||||
|
||||
// boot straight away
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue