aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/start.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/start.asm')
-rw-r--r--src/userspace/start.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/userspace/start.asm b/src/userspace/start.asm
index 488101c..8a7e015 100644
--- a/src/userspace/start.asm
+++ b/src/userspace/start.asm
@@ -1,9 +1,6 @@
bits 32
-section .start_section
- dd _start
section .text
- global _start
extern user_main
_start:
mov esp, ebp