mirror of
https://github.com/prirun/p50em.git
synced 2026-01-21 01:48:11 +00:00
mem array is segment addressable start of boot support use CC macros and BCxx to emulate Bxyy (eg, BFLT) use CC macros and LCxx to emulate Lxyy (eg, LFLT) shift instruction work
9 lines
143 B
C
9 lines
143 B
C
/* os.h, Jim Wilcoxson, April 15, 2005
|
|
Include file for Primos Operating System data structures.
|
|
*/
|
|
|
|
static struct {
|
|
int ttydev;
|
|
} os;
|
|
|