From be1873b6780eeda98b756974718bd444f2a0eb73 Mon Sep 17 00:00:00 2001
From: Berkus Decker <berkus+github@metta.systems>
Date: Sun, 22 Nov 2020 03:03:23 +0200
Subject: [PATCH] [del] temp - disable stuff

---
 nucleus/src/main.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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<BootInfoCaps> for usize {
         val as usize
     }
 }
-
+/*
 #[link_section = ".text.boot"]
 fn create_root_capnode() -> Result<CapNodeCapability, caps::CapError> {
     // 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);
 
     Ok(cap_node) // reference to pptr is here
-}
+}*/
 
 fn check_display_init() {
     display_graphics()