mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-29 04:39:42 +00:00
Use internal 16-bit stack for added safety.
This commit is contained in:
parent
428c6342bc
commit
f8a0b5f682
@ -700,6 +700,10 @@ run_etherboot:
|
||||
/* Install Etherboot */
|
||||
call install
|
||||
|
||||
/* Set up real-mode stack */
|
||||
movw %bx, %ss
|
||||
movw $_estack16, %sp
|
||||
|
||||
#ifdef PXELOADER_KEEP_UNDI
|
||||
/* Copy our undi_device structure to the preloaded_undi variable */
|
||||
movw %bx, %es
|
||||
|
Loading…
Reference in New Issue
Block a user