{
WORD InfoWord = 0;
+ /*
+ * See Ralf Brown: http://www.ctyme.com/intr/rb-2820.htm
+ * for a list of possible flags.
+ */
+
if (Handle == DosSystemFileTable[0])
{
/* Console input */
InfoWord |= 1 << 1;
}
- /* It is a character device */
+ /* It is a device */
InfoWord |= 1 << 7;
/* Return the device information word */