summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start.S
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-05 14:25:53 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-05 14:25:53 +0000
commit88e9055e526aa81a8720d11733b328504f0fb8b0 (patch)
tree71171b801de5aa594008f7432bd193be8c0560b3 /DuetPkg/BootSector/start.S
parenta8abbe2bb5028ccd62111a4c16aec96d24b49ea2 (diff)
downloadedk2-platforms-88e9055e526aa81a8720d11733b328504f0fb8b0.tar.xz
Should use 16 bit code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7818 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/start.S')
-rw-r--r--DuetPkg/BootSector/start.S7
1 files 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