Adapt Multiboot2 and switch from Limine to Grub2

This commit is contained in:
Zhang Junyang
2023-07-19 10:08:59 +08:00
committed by Tate, Hongliang Tian
parent 49f2750108
commit 47a51eb423
38 changed files with 992 additions and 401 deletions

View File

@ -1,4 +1,4 @@
mod boot;
pub mod boot;
pub(crate) mod cpu;
pub mod device;
pub mod iommu;