From c27b9ffe86a8c1d8476154f725682ad2afa8e7d5 Mon Sep 17 00:00:00 2001 From: "Tian, Hot" Date: Wed, 22 Jan 2014 08:35:25 +0000 Subject: Fix CRLF format Signed-off-by: Tian, Hot git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15153 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/bs32.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/BootSector/bs32.asm') diff --git a/DuetPkg/BootSector/bs32.asm b/DuetPkg/BootSector/bs32.asm index d23ba071b2..7105ae6030 100644 --- a/DuetPkg/BootSector/bs32.asm +++ b/DuetPkg/BootSector/bs32.asm @@ -36,7 +36,7 @@ Ia32Jump: nop OemId db "INTEL " ; OemId - 8 bytes -; BPB data below will be fixed by tool +; BPB data below will be fixed by tool SectorSize dw 0 ; Sector Size - 16 bits SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits ReservedSectors dw 0 ; Reserved Sectors - 16 bits -- cgit v1.2.3