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