summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/efi32.asm
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/efi32.asm')
-rw-r--r--DuetPkg/BootSector/efi32.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/efi32.asm b/DuetPkg/BootSector/efi32.asm
index 471b4807bc..7ccf86f0eb 100644
--- a/DuetPkg/BootSector/efi32.asm
+++ b/DuetPkg/BootSector/efi32.asm
@@ -1,6 +1,6 @@
;------------------------------------------------------------------------------
;*
-;* Copyright (c) 2006, 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
@@ -39,6 +39,7 @@ endm
Start:
+ mov ax,bx ; flat data descriptor in BX
mov ds,ax
mov es,ax
mov fs,ax