aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarvin Borner2020-01-04 18:40:50 +0100
committerMarvin Borner2020-01-04 18:40:50 +0100
commite015aeacf14c1ec50ca14dda01c760dc16b26506 (patch)
treeacf48995fc108c5702ec60b22ee1975fffc2533b /src
parent1f86d1cdb5cb6fbef224614f162f1d0be4597ac9 (diff)
Super awesome ultra optimizations
code == crap sometimes so optimizations may do strange things
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