Basic driver loading

This commit is contained in:
Jozef Nagy 2025-05-21 02:32:30 +02:00
parent dae7b9c869
commit fb99d8d36f
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
3 changed files with 80 additions and 1 deletions

View file

@ -36,6 +36,11 @@ void axboot_init()
while (1);
}
#ifdef AXBOOT_UEFI
#include <driver.h>
load_drivers();
#endif
//config_init();
// boot straight away