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

@ -6,7 +6,7 @@
use core::panic::PanicInfo;
#[no_mangle]
pub extern "C" fn _start() -> ! {
pub fn jinux_main() -> ! {
jinux_frame::init();
test_main();
loop {}