git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7553
6f19259b-4bc3-4df7-8a09-
765794883524
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
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
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