From 9ffd16fb498e2f45c68f88210d8b6daf88deacb5 Mon Sep 17 00:00:00 2001 From: jji4 Date: Fri, 20 Feb 2009 07:51:59 +0000 Subject: syntax checked git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7553 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/bs32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/BootSector/bs32.S') diff --git a/DuetPkg/BootSector/bs32.S b/DuetPkg/BootSector/bs32.S index 5d876739f9..f01f5bf7d1 100644 --- a/DuetPkg/BootSector/bs32.S +++ b/DuetPkg/BootSector/bs32.S @@ -35,7 +35,7 @@ Ia32Jump: jmp BootSectorEntryPoint # JMP inst - 3 bytes nop -OemId: .ascii "INTEL " # OemId - 8 bytes +OemId: .ascii "INTEL " # OemId - 8 bytes # BPB data below will be fixed by tool SectorSize: .word 0 # Sector Size - 16 bits SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits -- cgit v1.2.3