|
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: »feaosenv«
└─⟦a41ae585a⟧ Bits:30001842 SW-save af projekt 1000, Alarm-system └─⟦72244f0ef⟧ └─⟦this⟧ »feaosenv«
fe_aos_env; const fe_env_version = al_env_version*100 + 2; opsysname = "feaos "; no_listen = 10; max_lam = 0; (* max number-1 of lamdriver incarnations *) osif_stream_no = 3; tty_port = 7; (* stream 3502 funtions *) read_stream = 9; write_stream = 10; data_length = 80; 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 = 1; stream_sem_no = 2; osif_sem_no = 3; timeout_sem_no = 4; lam_sem_no = 5; tap_sem_no = 6; netc_sem_no = 7; tapdte_sem_no = 9; tapnet_sem_no = 10; tap1_sem_no = 11; stream_xmit = 12; stream_rec = 13; net_int1 = 14; net_int2 = 15; net_int3 = 16; net_int4 = 17; fesup_que = 18; com_pool = 20; pax_pool = 21; ts_sem_total = 25; dc_sem_no = fe_sup_sem_no; (* for FE with DC simulator instead of supervisor *) dc_int1 = 22; dc_int2 = 23; dc_int3 = 24; \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◀