summaryrefslogtreecommitdiff
path: root/doc/gpt.txt
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-06-14 09:58:01 -0700
committerH. Peter Anvin <hpa@zytor.com>2010-06-14 09:58:01 -0700
commit1897f6d18fd80faac31c87eb6c5e1a65e8db5f31 (patch)
tree02e315ba11be7d47d9779c4e727e388a3f6eb546 /doc/gpt.txt
parent6899a6d1722b0f7b2989b9b38c1be0fa2912cb30 (diff)
downloadsyslinux-1897f6d18fd80faac31c87eb6c5e1a65e8db5f31.tar.gz
gptmbr: change synthetic partition type to 0xED
The committee didn't like re-using 0xEE for this purpose and wants 0xED instead. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/gpt.txt')
-rw-r--r--doc/gpt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpt.txt b/doc/gpt.txt
index b17322d0..fd6f00de 100644
--- a/doc/gpt.txt
+++ b/doc/gpt.txt
@@ -48,7 +48,7 @@ form:
---------------------------------------------------------
0 1 0x80 (this is a bootable partition)
1 3 CHS of partition (using INT 13h geometry)
- 4 1 0xEE (partition type: EFI data partition)
+ 4 1 0xED (partition type: synthetic)
5 3 CHS of partition end
8 4 Partition start LBA
12 4 Partition end LBA