summaryrefslogtreecommitdiff
path: root/mbr
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 /mbr
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 'mbr')
-rw-r--r--mbr/gptmbr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index e8c60c00..d25d27c8 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -183,7 +183,7 @@ found_part:
xorl %eax,%eax
movb $0x80,%al
stosl
- movb $0xee,%al
+ movb $0xed,%al
stosl
movl 32(%si),%eax
movl 36(%si),%edx