X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FBootSector%2Fbootsect.S;h=5993a1ac99310cb5875e18431598483b3b486881;hb=3a7ec658e63cbb45f2ee35d02d54809c51bfd206;hp=91a1966c9b5cae6088aef11fca57643b94828495;hpb=8141eea5fa69d4b1ab24bafb91d077b9fdd07919;p=mirror_edk2.git diff --git a/DuetPkg/BootSector/bootsect.S b/DuetPkg/BootSector/bootsect.S index 91a1966c9b..5993a1ac99 100644 --- a/DuetPkg/BootSector/bootsect.S +++ b/DuetPkg/BootSector/bootsect.S @@ -1,7 +1,7 @@ #------------------------------------------------------------------------------ #* -#* Copyright 2006 - 2007, Intel Corporation -#* All rights reserved. This program and the accompanying materials +#* Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.
+#* 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 #* http://opensource.org/licenses/bsd-license.php @@ -42,8 +42,8 @@ .equ LOADER_FILENAME_PART2, 0x020205244 # "DR__" .equ LOADER_FILENAME_PART3, 0x020202020 # "____" - .org 0x0 -.global _start + .org 0x0 +.global _start _start: Ia32Jump: jmp BootSectorEntryPoint # JMP inst - 3 bytes @@ -129,7 +129,7 @@ BootSectorEntryPoint: xorw %bx, %bx FindEFILDR: - cmpl $LOADER_FILENAME_PART1, (%di) # Compare to "EFIL" + cmpl $LOADER_FILENAME_PART1, (%di) # Compare to "EFIL" jne FindVARSTORE cmpl $LOADER_FILENAME_PART2, 4(%di) jne FindVARSTORE