|
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: 1151 (0x47f) Types: TextFile Notes: UNIX file Names: »space.c«
└─⟦69f23ffa1⟧ Bits:30004042/kconfig2.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦69f23ffa1⟧ UNIX Filesystem └─⟦this⟧ »kc/new/etc/atconf/modules/kd/space.c«
/* * Copyrighted as an unpublished work. * (c) Copyright 1986 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 "@(#)space.c 1.2 - 87/07/30" #include "sys/types.h" #include "sys/tty.h" #include "sys/vt.h" #include "sys/at_ansi.h" #include "sys/kd.h" #define NKDVTTY 8 #include "config.h" /* to allow override of above define */ struct tty kd_tty[NKDVTTY]; /* tty structs for the vttys */ struct vtty kd_state[NKDVTTY]; /* states for vttys */ struct kdvtinfo kd_devinfo[NKDVTTY]; /* device specific state */ ushort kd_buffers[NKDVTTY][KD_MAXSCRSIZE]; /* virtual screen buffers */ int nkdvtty = NKDVTTY; /* no. of configured vttys */ #ifdef VPIX struct v86dat *stashed_p_v86[NKDVTTY]; /* pointer to v86 structure */ #endif /* VPIX */