Fixed pc98 partition type.
This commit is contained in:
parent
f7ef5bfb22
commit
422254efa2
@ -86,7 +86,7 @@ All_FreeBSD(struct disk *d, int force_all)
|
||||
int type;
|
||||
|
||||
#ifdef PC98
|
||||
type = 0x494;
|
||||
type = 0xc494;
|
||||
#else
|
||||
type = 0xa5;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user