doc/gpt.txt: this is now fully implemented
authorH. Peter Anvin <hpa@zytor.com>
Fri, 25 Jun 2010 03:40:29 +0000 (20:40 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 25 Jun 2010 03:40:29 +0000 (20:40 -0700)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
doc/gpt.txt

index fd6f00d..0909932 100644 (file)
@@ -63,9 +63,7 @@ partition entry), except that the information is provided
 synthetically.  The MBR-compatible fields are directly usable if they
 are < 2 TB, otherwise these fields should contain 0xFFFFFFFF and the
 OS will need to understand the GPT partition entry which follows the
-MBR one.  The "!GPT" magic number in EAX and the 0xEE partition type
+MBR one.  The "!GPT" magic number in EAX and the 0xED partition type
 also informs the OS that the GPT partition information is present.
 
-Currently, this is compatible with Syslinux as long as the Syslinux
-partition is < 2 TB; this probably will be improved in a future
-version.
+Syslinux 4.00 and later fully implements this protocol.