]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Nov 2011 02:07:25 +0000 (02:07 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Nov 2011 02:07:25 +0000 (02:07 +0000)
Signed-off-by: rsun3
Reviewed-by: niruiyu
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12773 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/BootSector/Gpt.S
DuetPkg/BootSector/Mbr.S
DuetPkg/BootSector/start16.S
DuetPkg/BootSector/start32.S

index c8b155edcb3be758e5490e2533a0851be2730ee2..821ca846f0495601ff0837fff223bab7a3ccbce1 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #*\r
-#*   Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+#*   Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #*   This program and the accompanying materials                          \r
 #*   are licensed and made available under the terms and conditions of the BSD License         \r
 #*   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -19,7 +19,7 @@
 #   .dosseg\r
     .stack: \r
     .486p: \r
-    .code: \r
+    .code16 \r
 \r
 .equ                      BLOCK_SIZE,  0x0200\r
 .equ                      BLOCK_MASK,  0x01ff\r
index f24c5c2951b8d315fd7f53aa67b4810b106b6bb1..a1ebe06ca59a995dc49ad136e226a55e5edddc9d 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #*\r
-#*   Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+#*   Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 #*   This program and the accompanying materials\r
 #*   are licensed and made available under the terms and conditions of the BSD License\r
 #*   which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,6 +15,8 @@
 #*\r
 #------------------------------------------------------------------------------\r
 \r
+    .code16 \r
+\r
 .equ                      BLOCK_SIZE, 0x0200\r
 .equ                      BLOCK_MASK, 0x01ff\r
 .equ                      BLOCK_SHIFT, 9\r
index 053a0eeb91898ffe274e1a85206d7b35cd6ccc7c..a4cb151c77007dbe2f63b59cda994b09b8a2b23a 100644 (file)
@@ -18,7 +18,7 @@
         #.MODEL small\r
         .stack: \r
         .486p: \r
-        .code: \r
+        .code16 \r
 \r
 .equ                        FAT_DIRECTORY_ENTRY_SIZE,   0x0020\r
 .equ                        FAT_DIRECTORY_ENTRY_SHIFT,  5\r
index 6ce225612fd57f9e0384e6170c8c6d46eb9c1fc5..5296414f2eacfd3d8266c5d7db78064466fdf7a5 100644 (file)
@@ -18,7 +18,7 @@
         #.MODEL small\r
         .stack: \r
         .486p: \r
-        .code\r
+        .code16\r
 \r
 .equ                        FAT_DIRECTORY_ENTRY_SIZE, 0x020\r
 .equ                        FAT_DIRECTORY_ENTRY_SHIFT, 5\r