diff options
Diffstat (limited to 'src/userspace/start.asm')
-rw-r--r-- | src/userspace/start.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/userspace/start.asm b/src/userspace/start.asm index 488101c..8a7e015 100644 --- a/src/userspace/start.asm +++ b/src/userspace/start.asm @@ -1,9 +1,6 @@ bits 32 -section .start_section - dd _start section .text - global _start extern user_main _start: mov esp, ebp |