Fixed pc98 partition type.

This commit is contained in:
nyan 2004-01-27 15:25:33 +00:00
parent f7ef5bfb22
commit 422254efa2

View File

@ -86,7 +86,7 @@ All_FreeBSD(struct disk *d, int force_all)
int type;
#ifdef PC98
type = 0x494;
type = 0xc494;
#else
type = 0xa5;
#endif