mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Adapt Multiboot2 and switch from Limine to Grub2
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
49f2750108
commit
47a51eb423
@ -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 {}
|
||||
|
Reference in New Issue
Block a user