mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added more comments about partition IDs.
This commit is contained in:
@@ -144,11 +144,13 @@ namespace DiscImageChef.PartPlugins
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Some ID, if 0x80 bit is set, it is bootable
|
/// Some ID, if 0x80 bit is set, it is bootable
|
||||||
/// 386BSD sets it to 0x14
|
/// 386BSD sets it to 0x14
|
||||||
|
/// Apparently 0x20 means DOS 5 and 0x01 means 1st boot option
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public byte dp_mid;
|
public byte dp_mid;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Some ID, if 0x80 bit is set, it is active
|
/// Some ID, if 0x80 bit is set, it is active
|
||||||
/// 386BSD sets it to 0x44
|
/// 386BSD sets it to 0x44
|
||||||
|
/// Apparently 0x21 means DOS 5
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public byte dp_sid;
|
public byte dp_sid;
|
||||||
public byte dp_dum1;
|
public byte dp_dum1;
|
||||||
|
|||||||
Reference in New Issue
Block a user