Reimplement print in std

This commit is contained in:
Yuke Peng
2023-11-07 22:53:16 -08:00
committed by Tate, Hongliang Tian
parent 01e485b96e
commit 34e66a51d9
4 changed files with 45 additions and 2 deletions

View File

@ -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();