diff options
author | Marvin Borner | 2020-01-04 18:40:50 +0100 |
---|---|---|
committer | Marvin Borner | 2020-01-04 18:40:50 +0100 |
commit | e015aeacf14c1ec50ca14dda01c760dc16b26506 (patch) | |
tree | acf48995fc108c5702ec60b22ee1975fffc2533b /src | |
parent | 1f86d1cdb5cb6fbef224614f162f1d0be4597ac9 (diff) |
Super awesome ultra optimizations
code == crap sometimes so optimizations may do strange things
Diffstat (limited to 'src')
-rw-r--r-- | src/userspace/start.asm | 1 |
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 |