aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/start.asm
diff options
context:
space:
mode:
authorMarvin Borner2020-01-16 21:08:43 +0100
committerGitHub2020-01-16 21:08:43 +0100
commitd5d1749257ff8b9aa6b5ace4b4720b484a2860f3 (patch)
treea2cd4f1c7995e32c1c02b191324fa63f9d30655b /src/userspace/start.asm
parent602b98247e9c87e38870e39abf1d8b13aeae5d0f (diff)
parent366119b53d5148922c5df7c7bd088ed71e95499a (diff)
Merged fancy userspace paging
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