From 88e9055e526aa81a8720d11733b328504f0fb8b0 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 5 Mar 2009 14:25:53 +0000 Subject: [PATCH] Should use 16 bit code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7818 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/start.S | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.2