wip: dtb:
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include <OS/Log.h>
|
||||
#include "../Common/bootinfo.h"
|
||||
#include <Arch/DTB.h>
|
||||
#include <OS/Log.h>
|
||||
|
||||
void KernelMain(Bootinfo* bootinfo) {
|
||||
OSLog("DTB located at 0x%x\n", bootinfo->dtb);
|
||||
OSLog("Kernel located at 0x%x\n", bootinfo->kernelInfo.kernelAddress);
|
||||
OSLog("Kernel started.\n");
|
||||
DTBParse(bootinfo->dtb);
|
||||
}
|
||||
Reference in New Issue
Block a user