[syslinux] [PATCH 1/2] Match comment with code

Ruben Kerkhof ruben at rubenkerkhof.com
Sat Dec 14 12:34:32 PST 2013


The handover protocol uses ED as partition type
but the comment above it still mentions EE

Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
 mbr/gptmbr.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index 7f450d3..8ab6b50 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -194,7 +194,7 @@ found_part:
 	pushw	%di
 
 	/* 80 00 00 00 ee 00 00 00
-	   - bootable partition, type EFI (EE), no CHS information */
+	   - bootable partition, type EFI (ED), no CHS information */
 	xorl	%eax,%eax
 	movb	$0x80,%al
 	stosl
-- 
1.8.4.2



More information about the Syslinux mailing list