]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/efi32.asm
DuetPkg BootSector:
[mirror_edk2.git] / DuetPkg / BootSector / efi32.asm
index 471b4807bc46e50bdcd06a04cfcd3ec6c63a09c7..7ccf86f0eb6963159185893a1b9dd62c529f4e06 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------\r
 ;*\r
-;*   Copyright (c) 2006, 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
@@ -39,6 +39,7 @@ endm
 \r
         \r
 Start:  \r
+    mov     ax,bx                      ; flat data descriptor in BX\r
     mov     ds,ax\r
     mov     es,ax\r
     mov     fs,ax\r