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.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/userspace/start.asm b/src/userspace/start.asm
index 7348825..c6bb2a0 100644
--- a/src/userspace/start.asm
+++ b/src/userspace/start.asm
@@ -4,6 +4,4 @@ section .text
global _start
extern user_main
_start:
- mov esp, ebp
- call user_main
- jmp $ \ No newline at end of file
+ call user_main \ No newline at end of file