mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 11:53:24 +00:00
Reorganize the codebase
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
888853a6de
commit
271a16d492
6
framework/jinux-frame/src/arch/x86/boot/mod.rs
Normal file
6
framework/jinux-frame/src/arch/x86/boot/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
mod limine;
|
||||
|
||||
/// init bootloader
|
||||
pub fn init() {
|
||||
limine::init();
|
||||
}
|
Reference in New Issue
Block a user