]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/bs16.S
Partial checkin fixing Beagle references
[mirror_edk2.git] / DuetPkg / BootSector / bs16.S
index 57e7904129aa768fd82b850cae9e73bbebc98e0e..cbb3649a46a9e359059339d9c7746d6b30716adf 100644 (file)
@@ -30,8 +30,8 @@
 .equ                      LOADER_FILENAME_PART2, 0x036315244    # "DR16"\r
 .equ                      LOADER_FILENAME_PART3, 0x020202036    # "6___"\r
 \r
-        .org 0x0
-.global _start
+        .org 0x0\r
+.global _start\r\r
 _start:\r
 Ia32Jump: \r
   jmp   BootSectorEntryPoint  # JMP inst                  - 3 bytes\r
@@ -119,7 +119,7 @@ BootSectorEntryPoint:
 FindEFILDR: \r
   cmpl   $LOADER_FILENAME_PART1, (%di)        # Compare to "EFIL"\r
   jne   FindVARSTORE\r
-       cmpl   $LOADER_FILENAME_PART2, 4(%di) \r
+  cmpl   $LOADER_FILENAME_PART2, 4(%di) \r
   jne   FindVARSTORE\r
   cmpl   $LOADER_FILENAME_PART3, 7(%di) \r
   jne   FindVARSTORE\r