/* * sysinfo.lit * * Structure of the RQSYSINFO segment cataloged in the ROOT directory of * an iRMX system. * * Usage: * * $include(:rmx:inc/common.lit) * $include(:rmx:inc/sysinfo.lit) * . * . * . * DECLARE * global$delay$constant WORD_16 * sys_info_sel SELECTOR, * sys_info BASED sys_info_sel SYSINFO_STRUC; * * . * . * . * sys_info_sel = RQ$LOOKUP$OBJECT(ROOT$JOB$T, * @(9,'RQSYSINFO'), * 0, * @status); * . * . * . * global$delay$constant = sys_info.delay_const; * . * . * . */ DECLARE SYSINFO_STRUC LITERALLY 'STRUCTURE( boot_dev(16) BYTE, boot_file(30) BYTE, reserved$1(4) BYTE, monitor BYTE, sdm_intcpt_p POINTER, $IF NOT r_32 fill$0 WORD_16, $ENDIF reserved$2(25) BYTE, delay_const WORD_16, sys$info$p POINTER, $IF NOT r_32 fill$1 WORD_16, $ENDIF bus$type BYTE, cpu$type BYTE, debug$info WORD_32, time$zone BYTE, intel$reserved(31) BYTE, user$reserved(32) BYTE)';