]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/efi32.asm
DuetPkg BootSector:
[mirror_edk2.git] / DuetPkg / BootSector / efi32.asm
index d9560221d6cb20315ea7e5dfd95747e7615a829b..7ccf86f0eb6963159185893a1b9dd62c529f4e06 100644 (file)
@@ -1,7 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;*\r
-;*   Copyright 2006, Intel Corporation                                                         \r
-;*   All rights reserved. This program and the accompanying materials                          \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
 ;*   http://opensource.org/licenses/bsd-license.php                                            \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
@@ -494,7 +495,7 @@ looptop:
     mov     byte ptr [edi], bl\r
     add     edi, 2\r
     loop    looptop\r
-    wbinvd\r
+    ;wbinvd\r
     \r
     pop     eax\r
     pop     ebx\r