Beginning of refactor
This commit is contained in:
parent
02e846f1ab
commit
860c9ea53c
5 changed files with 52 additions and 17 deletions
|
@ -38,6 +38,16 @@ void axboot_init()
|
|||
|
||||
config_init();
|
||||
|
||||
#if defined(__aarch64__) && !defined(AXBOOT_UEFI)
|
||||
struct axboot_entry rpi_kernel = {
|
||||
.name = "AurixOS for Raspberry Pi",
|
||||
.image_path = "\\System\\axkrnl",
|
||||
.protocol = PROTO_AURIX
|
||||
};
|
||||
loader_load(&rpi_kernel);
|
||||
UNREACHABLE();
|
||||
#endif
|
||||
|
||||
#ifdef AXBOOT_UEFI
|
||||
#include <driver.h>
|
||||
load_drivers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue