aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO7
-rw-r--r--rust/src/lib.rs3
2 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index a86e0c0..0000000
--- a/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-4: build.rs som hanterar hela bygg-grejen.
-
-.
-.
-.
-
-99: i686-unknown-pintos
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 43470b2..e64fbbd 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -1,7 +1,4 @@
#![no_std]
-//#![feature(asm)]
-//#![feature(link_args)]
-//#![link_args = "-L -lpintos"]
#[panic_handler]
fn panic(_info: &core::panic::PanicInfo) -> ! {