From 4e33e06ef7d1dd6f7dd9d2bcb42e3de1ec0b4870 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 16 Aug 2017 15:45:03 +0100 Subject: [PATCH] Added more comments about partition IDs. --- DiscImageChef.Partitions/PC98.cs | 2 ++ 1 file changed, 2 insertions(+) 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;