| 
 | 
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 | 
 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software.  | 
top - metrics - download
    Length: 1536 (0x600)
    Types: TextFile
    Names: »fetsaosenv«
└─⟦a41ae585a⟧ Bits:30001842 SW-save af projekt 1000, Alarm-system
    └─⟦72244f0ef⟧ 
        └─⟦this⟧ »fetsaosenv« 
fe_aos_env;
const
fe_env_version = al_env_version*100 + 2;
  
opsysname = "fetsaos     ";
  
 
size_listen= 25;
size_supp  = 25;
  
osif_stream_no = 3;
 
tty_port = 7;
   
(* stream 3502 funtions *)
read_stream  = 9;
write_stream = 10;
data_length = 34;
tty_length= 80+label_size;
 
type
tty_buffer = record
             first, last, next : integer;
             text : array ( 1..tty_length ) of char
             end;
\f
(* semaphore numbers as index in ts_sem_tab *)
const
fesup_sem_no    = 7;
stream_sem_no   = 9;
osif_sem_no     = 19;
stream_xmit     = 20;
stream_rec      = 21;
fesup_write     = 22;
fesup_que_up    = 23;
fesup_que_down  = 31;
\f
(* create parameters *)
const
fesup_size   = create_unit;
stream_size  = create_unit*2;
osif_size    = create_unit;
dc_sim_size  = create_unit*4;
  
fesup_pri    = -1;
stream_pri   = -1;
osif_pri     = -1;
dc_sim_pri   = -1;
dc_route     = tss_route;
   
.
▶EOF◀