|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1397 (0x575) Types: TextFile Notes: UNIX file Names: »machenv.h«
└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦a6ab2eb36⟧ UNIX Filesystem └─⟦this⟧ »kc/new/usr/include/sys/machenv.h«
/* * Include file for use by drivers requiring environment information. * machenv.h */ /* * Copyrighted as an unpublished work. * (c) Copyright 1987,1988 INTERACTIVE Systems Corporation * All rights reserved. * * RESTRICTED RIGHTS * * These programs are supplied under a license. They may be used, * disclosed, and/or copied only as permitted under such license * agreement. Any copy must contain the above copyright notice and * this restricted rights notice. Use, copying, and/or disclosure * of the programs is strictly prohibited unless otherwise provided * in the license agreement. */ #ident "@(#)machenv.h 1.2 - 88/04/04" #ident "@(#) (c) Copyright INTERACTIVE Systems Corporation 1987,1988" /* ** Machine definitions - zero is unknown. */ #define COMPAQ 1 /* ** Display Controller - zero is unknown. */ #define EGA 1 /* regular EGA adapter */ #define CGA80 2 /* color graphics 80 column */ #define MONO 3 /* monochrome/text */ #define COMPAQHR 4 /* compaq hi res mono */ #define COMPAQVGA 8 /* compaq vga adapter */ #define OTHERVGA 9 /* other vga adapters */ struct machenv { unsigned char machine; /* distinguish machine manufacturer */ unsigned char adapter; /* graphics adapter type */ unsigned char drive; /* disc drive items */ unsigned char special; /* special features */ };