summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/Mbr.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/Mbr.S')
-rw-r--r--DuetPkg/BootSector/Mbr.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/Mbr.S b/DuetPkg/BootSector/Mbr.S
index f24c5c2951..a1ebe06ca5 100644
--- a/DuetPkg/BootSector/Mbr.S
+++ b/DuetPkg/BootSector/Mbr.S
@@ -1,6 +1,6 @@
#------------------------------------------------------------------------------
#*
-#* Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>
+#* Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
#* This program and the accompanying materials
#* are licensed and made available under the terms and conditions of the BSD License
#* which accompanies this distribution. The full text of the license may be found at
@@ -15,6 +15,8 @@
#*
#------------------------------------------------------------------------------
+ .code16
+
.equ BLOCK_SIZE, 0x0200
.equ BLOCK_MASK, 0x01ff
.equ BLOCK_SHIFT, 9