diff --git a/DiscImageChef.Partitions/PC98.cs b/DiscImageChef.Partitions/PC98.cs index 68d451007..dcee9e682 100644 --- a/DiscImageChef.Partitions/PC98.cs +++ b/DiscImageChef.Partitions/PC98.cs @@ -144,11 +144,13 @@ namespace DiscImageChef.PartPlugins /// /// Some ID, if 0x80 bit is set, it is bootable /// 386BSD sets it to 0x14 + /// Apparently 0x20 means DOS 5 and 0x01 means 1st boot option /// public byte dp_mid; /// /// Some ID, if 0x80 bit is set, it is active /// 386BSD sets it to 0x44 + /// Apparently 0x21 means DOS 5 /// public byte dp_sid; public byte dp_dum1;