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