mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Remove type 0x4 (FAT12 <32MB) to make room for type 0x7 (NTFS).
This commit is contained in:
parent
dd19a799b8
commit
d04928f224
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141540
@ -409,7 +409,7 @@ tables:
|
||||
/*
|
||||
* These values indicate bootable types we know the names of.
|
||||
*/
|
||||
.byte 0x1, 0x4, 0x6, 0xb, 0xc, 0xe, 0x83
|
||||
.byte 0x1, 0x6, 0x7, 0xb, 0xc, 0xe, 0x83
|
||||
.byte 0x9f, 0xa5, 0xa6, 0xa9
|
||||
/*
|
||||
* These are offsets that match the known names above and point to the strings
|
||||
@ -418,7 +418,7 @@ tables:
|
||||
*/
|
||||
.byte os_dos-. # DOS
|
||||
.byte os_dos-. # DOS
|
||||
.byte os_dos-. # DOS
|
||||
.byte os_dos-. # Windows
|
||||
.byte os_dos-. # Windows
|
||||
.byte os_dos-. # Windows
|
||||
.byte os_dos-. # Windows
|
||||
|
Loading…
Reference in New Issue
Block a user