Reviewed by: phk
Submitted by: DI. Christian Gusenbauer <cg@scotty.edvz.uni-linz.ac.at> The `howto' arg to boot() was not supplied, so it was stack garbage (actually the return address in the boot program). I didn't use the submitted fix.
This commit is contained in:
parent
f879f63605
commit
139020888f
@ -5,6 +5,8 @@
|
||||
.text
|
||||
start:
|
||||
cli # disable interrupts
|
||||
pushl 4(%esp) # pass howto arg
|
||||
call _boot # unpack the kernel image
|
||||
popl %eax # discard howto arg
|
||||
ljmp $CSEG, $KADDR # jump to unpacked kernel
|
||||
. = start + 0x500 # skip over warm boot shit
|
||||
|
Loading…
x
Reference in New Issue
Block a user