diff --git a/nucleus/src/main.rs b/nucleus/src/main.rs index 0716232..45efa74 100644 --- a/nucleus/src/main.rs +++ b/nucleus/src/main.rs @@ -262,7 +262,7 @@ impl From for usize { val as usize } } - +/* #[link_section = ".text.boot"] fn create_root_capnode() -> Result { // write the number of root CNode slots to global state @@ -298,7 +298,7 @@ fn create_root_capnode() -> Result { cap_node.write_slot(usize::from(BootInfoCaps::InitThreadCapNode), &cap); Ok(cap_node) // reference to pptr is here -} +}*/ fn check_display_init() { display_graphics()