From: klu2 Date: Thu, 5 Mar 2009 14:25:53 +0000 (+0000) Subject: Should use 16 bit code. X-Git-Tag: edk2-stable201903~18432 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=88e9055e526aa81a8720d11733b328504f0fb8b0 Should use 16 bit code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7818 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/DuetPkg/BootSector/start.S b/DuetPkg/BootSector/start.S index 243ab3a42e..fe7aa1b4d5 100644 --- a/DuetPkg/BootSector/start.S +++ b/DuetPkg/BootSector/start.S @@ -15,10 +15,9 @@ #* #------------------------------------------------------------------------------ - - - - + .stack: + .486p: + .code16 .equ FAT_DIRECTORY_ENTRY_SIZE, 0x020 .equ FAT_DIRECTORY_ENTRY_SHIFT, 5