mirror of https://github.com/acidanthera/audk.git
Fix issue for boot sector
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7819 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
88e9055e52
commit
640a2e529e
|
@ -19,10 +19,6 @@
|
|||
# Now in 32-bit protected mode.
|
||||
##############################################################################
|
||||
|
||||
.486:
|
||||
#.MODEL flat
|
||||
.stack:
|
||||
.code16
|
||||
.org 0x21000
|
||||
|
||||
.equ DEFAULT_HANDLER_SIZE, INT1 - INT0
|
||||
|
|
|
@ -73,7 +73,7 @@ BootSectorEntryPoint:
|
|||
NoVarStore:
|
||||
pushw %es
|
||||
# Set the 5th byte start @ 0:19000 to non-zero indicating we should init var store header in DxeIpl
|
||||
movb %al, %es:4
|
||||
movb %al, %es:(4)
|
||||
jmp SaveVolumeId
|
||||
|
||||
CheckVarStoreSize:
|
||||
|
|
Loading…
Reference in New Issue