[del] temp - disable stuff

This commit is contained in:
Berkus Decker 2020-11-22 03:03:23 +02:00
parent c75db1e2d6
commit be1873b678
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ impl From<BootInfoCaps> for usize {
val as usize val as usize
} }
} }
/*
#[link_section = ".text.boot"] #[link_section = ".text.boot"]
fn create_root_capnode() -> Result<CapNodeCapability, caps::CapError> { fn create_root_capnode() -> Result<CapNodeCapability, caps::CapError> {
// write the number of root CNode slots to global state // write the number of root CNode slots to global state
@ -298,7 +298,7 @@ fn create_root_capnode() -> Result<CapNodeCapability, caps::CapError> {
cap_node.write_slot(usize::from(BootInfoCaps::InitThreadCapNode), &cap); cap_node.write_slot(usize::from(BootInfoCaps::InitThreadCapNode), &cap);
Ok(cap_node) // reference to pptr is here Ok(cap_node) // reference to pptr is here
} }*/
fn check_display_init() { fn check_display_init() {
display_graphics() display_graphics()