]> git.proxmox.com Git - mirror_edk2.git/commitdiff
syntax checked
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Feb 2009 07:51:59 +0000 (07:51 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 20 Feb 2009 07:51:59 +0000 (07:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7553 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/BootSector/bs32.S
DuetPkg/BootSector/start.S
DuetPkg/BootSector/start16.S

index 5d876739f9a66c4f9430c1457114c7a84e7eb0c1..f01f5bf7d1556d9bef4a71e74ba04356e98759ef 100644 (file)
@@ -35,7 +35,7 @@ Ia32Jump:
   jmp   BootSectorEntryPoint  # JMP inst                  - 3 bytes\r
   nop\r
 \r
   jmp   BootSectorEntryPoint  # JMP inst                  - 3 bytes\r
   nop\r
 \r
-OemId:             .ascii  "INTEL   "    # OemId               - 8 bytes\r
+OemId:             .ascii  "INTEL   "   # OemId               - 8 bytes\r
 # BPB data below will be fixed by tool\r
 SectorSize:        .word  0             # Sector Size         - 16 bits\r
 SectorsPerCluster: .byte  0             # Sector Per Cluster  - 8 bits\r
 # BPB data below will be fixed by tool\r
 SectorSize:        .word  0             # Sector Size         - 16 bits\r
 SectorsPerCluster: .byte  0             # Sector Per Cluster  - 8 bits\r
index 4b65ff038e21a30a2e590fc6e1051bc673cd3529..9d066541081fc15ce620acb4a7605f1ba1676645 100644 (file)
@@ -335,7 +335,7 @@ start:
 MemMapLoop: \r
         movl $0xe820, %eax\r
         movl $20, %ecx\r
 MemMapLoop: \r
         movl $0xe820, %eax\r
         movl $20, %ecx\r
-        movl 0x534d4150, %edx  # SMAP\r
+        movl $0x534d4150, %edx  # SMAP\r
         int $0x15\r
         jc  MemMapDone\r
         addl $20, %edi\r
         int $0x15\r
         jc  MemMapDone\r
         addl $20, %edi\r
index b7c854b02ada87c881f1c4e10ad26b6369bdaff6..de845215d14ada0903d3da482f70fa41ed95cf0d 100644 (file)
@@ -332,7 +332,7 @@ start:
 MemMapLoop: \r
         movl $0xe820, %eax\r
         movl $20, %ecx\r
 MemMapLoop: \r
         movl $0xe820, %eax\r
         movl $20, %ecx\r
-        movl 0x534d4150, %edx  # 0x534d4150  stands for 'SMAP'\r
+        movl $0x534d4150, %edx  # 0x534d4150  stands for 'SMAP'\r
         int $0x15\r
         jc  MemMapDone\r
         addl $20, %edi\r
         int $0x15\r
         jc  MemMapDone\r
         addl $20, %edi\r