From 57850278fd6540dbf485db38d6819cbf40e0adf0 Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Fri, 15 Nov 2019 20:01:26 +0100 Subject: Add apic module --- kernel/.cargo/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/.cargo/config') diff --git a/kernel/.cargo/config b/kernel/.cargo/config index 4a80025..b74f97c 100644 --- a/kernel/.cargo/config +++ b/kernel/.cargo/config @@ -3,4 +3,4 @@ target = "x86_64-uff.json" rustflags = ["-Clink-arg=-r","-Clink-dead-code"] [target.'cfg(target_os = "none")'] -runner = "./run test -serial -test" +runner = "./run test -test" -- cgit v1.2.3-54-g00ecf