summaryrefslogtreecommitdiff
path: root/userspace/crt0.S
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-17 03:57:35 +0200
committerMiguel <m.i@gmx.at>2018-08-17 03:57:35 +0200
commit413f1f19184acd9024b9a97156c467b88ff72484 (patch)
treefcc8ba0a4ea8a1785d5818c7793e946da84e07e6 /userspace/crt0.S
parentc742be9c738c91703a7be787639cad167de3a6b1 (diff)
math, time, seed and randomness - simple test
Diffstat (limited to 'userspace/crt0.S')
-rw-r--r--userspace/crt0.S3
1 files changed, 0 insertions, 3 deletions
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"