f'd myself over of course, scheduler can now run user programs....
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.global _start
|
||||
|
||||
.section .text
|
||||
_start:
|
||||
_start:
|
||||
xor %ebp, %ebp
|
||||
push %ebp
|
||||
mov %esp, %ebp
|
||||
@@ -13,9 +13,10 @@ _start:
|
||||
push %ecx
|
||||
push %ebx
|
||||
push %eax
|
||||
1: jmp 1b
|
||||
|
||||
call main
|
||||
|
||||
push %eax
|
||||
1: jmp 1b
|
||||
call exit
|
||||
1: jmp 1b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user