aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/start.asm
diff options
context:
space:
mode:
authorMarvin Borner2020-02-15 16:57:57 +0100
committerMarvin Borner2020-02-15 16:57:57 +0100
commitf5b995586e28f7db426f4707a4348dc067df41c0 (patch)
tree37bfd54a3ecbe6dca0b2c4530dd28d3177c98362 /src/userspace/start.asm
parent7ec74159de339baf3687bc59f1c18309b23ef36b (diff)
Quite many improvements
ok.
Diffstat (limited to 'src/userspace/start.asm')
-rw-r--r--src/userspace/start.asm7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/userspace/start.asm b/src/userspace/start.asm
deleted file mode 100644
index c6bb2a0..0000000
--- a/src/userspace/start.asm
+++ /dev/null
@@ -1,7 +0,0 @@
-bits 32
-
-section .text
- global _start
- extern user_main
- _start:
- call user_main \ No newline at end of file