mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 12:06:43 +00:00
Rename print in framework to early_print
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
34e66a51d9
commit
d809eca81d
@ -5,12 +5,12 @@
|
||||
// #![forbid(unsafe_code)]
|
||||
extern crate jinux_frame;
|
||||
|
||||
use jinux_frame::println;
|
||||
use jinux_frame::early_println;
|
||||
|
||||
#[export_name = "jinux_main"]
|
||||
pub fn main() -> ! {
|
||||
jinux_frame::init();
|
||||
println!("[kernel] finish init jinux_frame");
|
||||
early_println!("[kernel] finish init jinux_frame");
|
||||
component::init_all(component::parse_metadata!()).unwrap();
|
||||
jinux_std::init();
|
||||
jinux_std::run_first_process();
|
||||
|
Reference in New Issue
Block a user