Restore the stack state after calling multiboot()
This commit is contained in:
parent
70b9a70645
commit
5d078a4094
|
@ -59,6 +59,7 @@ _start:
|
||||||
jne 1f
|
jne 1f
|
||||||
push %ebx
|
push %ebx
|
||||||
call multiboot
|
call multiboot
|
||||||
|
sub $0x4, %esp
|
||||||
1:
|
1:
|
||||||
|
|
||||||
/* set the interrupt descriptor */
|
/* set the interrupt descriptor */
|
||||||
|
|
|
@ -59,6 +59,7 @@ _start:
|
||||||
jne 1f
|
jne 1f
|
||||||
push %ebx
|
push %ebx
|
||||||
call multiboot
|
call multiboot
|
||||||
|
sub $0x4, %esp
|
||||||
1:
|
1:
|
||||||
|
|
||||||
/* start the loader */
|
/* start the loader */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user