From cd3ad989210dc8a3f5805dd5d4c4a6bd74e281db Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 16 Jan 2020 17:15:53 +0100 Subject: Quite a different approach to userspace paging Hope this works soon! --- src/userspace/start.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/userspace/start.asm') 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 -- cgit v1.2.3