From 413f1f19184acd9024b9a97156c467b88ff72484 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 03:57:35 +0200 Subject: math, time, seed and randomness - simple test --- userspace/crt0.S | 3 --- 1 file changed, 3 deletions(-) (limited to 'userspace/crt0.S') diff --git a/userspace/crt0.S b/userspace/crt0.S index 4c08f89..23efec5 100644 --- a/userspace/crt0.S +++ b/userspace/crt0.S @@ -24,6 +24,3 @@ call _exit2 .wait: hlt jmp .wait - -.hellostr: -.ascii "Hello Ass" -- cgit v1.2.3