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

@ -7,7 +7,7 @@ extern crate alloc;
use core::panic::PanicInfo;
#[no_mangle]
pub extern "C" fn _start() -> ! {
pub fn jinux_main() -> ! {
jinux_frame::init();
component::init_all(component::parse_metadata!()).unwrap();
test_main();