feat: 添加对内核引导协议的抽象 (#913)

* 添加multiboot header

* head.S传参增加bootloader类型

* feat: 添加引导加载协议的抽象,并为multiboot2实现这个抽象.

* 把framebuffer的映射地址改为从early ioremap和mmio pool分配

* riscv64能运行
This commit is contained in:
LoGin
2024-09-05 21:12:20 +08:00
committed by GitHub
parent cf7f801e1d
commit 2b7818e80e
42 changed files with 826 additions and 1327 deletions

View File

@ -1,7 +1,6 @@
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
// #include <sleep.h>
#include <unistd.h>
#include <time.h>