mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Reimplement print in std
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
01e485b96e
commit
34e66a51d9
@ -57,7 +57,8 @@ pub fn init() {
|
||||
#[cfg(feature = "intel_tdx")]
|
||||
println!(
|
||||
"td gpaw: {}, td attributes: {:?}\nTDX guest is initialized",
|
||||
td_info.gpaw, td_info.attributes
|
||||
td_info.gpaw,
|
||||
td_info.attributes
|
||||
);
|
||||
vm::heap_allocator::init();
|
||||
boot::init();
|
||||
|
Reference in New Issue
Block a user