feat: Add HVM boot support for x86_64 (#953)

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin
2024-10-09 21:36:18 +08:00
committed by GitHub
parent a8753f8fff
commit 59a6bcf6ae
24 changed files with 696 additions and 826 deletions

View File

@ -3,6 +3,11 @@
## X86_64
- [x] multiboot2
- [x] HVM/PVH
### x86_64下的HVM/PVH启动
在DragonOS的note段有一段PVH header允许qemu使用`-kernel`参数启动DragonOS内核。
## RISC-V 64