]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/Mbr.S
DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S...
[mirror_edk2.git] / DuetPkg / BootSector / Mbr.S
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