struct hpfs386_info_0 { unsigned long hi0_status; };
where hi0_status is a 32-bit flag variable, mapped to the following
values: ┌────────────────────────┬─────────────────────────────────────────────────────┐
│ SYMBOLIC CONSTANT │ BIT VALUE │
├────────────────────────┼─────────────────────────────────────────────────────┤
│ HPFS386_NotRunning │ 0x00000000 │
├────────────────────────┼─────────────────────────────────────────────────────┤
│ HPFS386_Running │ 0x00000001 │
├────────────────────────┼─────────────────────────────────────────────────────┤
│ HPFS386_LocallySecure │ 0x00000002 │
├────────────────────────┴─────────────────────────────────────────────────────┤
│ NOTE: Unless otherwise noted, all fields within this 32-bit flag are
inde- │
│ pendent and should, therefore, be tested using bit operations. Other
values │
│ might be added in the future, so an application checking a field here
should │
│ not assume that all other bits are 0. │
└──────────────────────────────────────────────────────────────────────────────┘