/usr/include/kerngen/kos9.h is in libkernlib1-dev 20061220+dfsg3-4.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #if 0
* for Microware OS-9
* This pilot patch was created from kernos9.car patch _kos9
* This directory was created from kernos9.car patch qmos9
* This directory was created from kernfor.car patch qmos9
* external names with underscore
* IEEE floating point
* Hollerith constants exist
* EQUIVALENCE Hollerith/Character ok
* Internal double-precision
* Orthodox Hollerith storage left to right
* ISA standard routines, ISHFT, IOR, etc
* MIL standard routines, IBITS, MVBITS, etc
* running Unix
#endif
#ifndef CERNLIB_QMOS9
#define CERNLIB_QMOS9
#endif
#if !defined(CERNLIB_QXNO_SC)
#ifndef CERNLIB_QX_SC
#define CERNLIB_QX_SC
#endif
#endif
#ifndef CERNLIB_QIEEE
#define CERNLIB_QIEEE
#endif
#ifndef CERNLIB_QORTHOLL
#define CERNLIB_QORTHOLL
#endif
#ifndef CERNLIB_INTDOUBL
#define CERNLIB_INTDOUBL
#endif
#ifndef CERNLIB_QISASTD
#define CERNLIB_QISASTD
#endif
#ifndef CERNLIB_QMILSTD
#define CERNLIB_QMILSTD
#endif
#ifdef CERNLIB_NOGETWD
#undef CERNLIB_NOGETWD
#endif
#ifndef CERNLIB_QS_UNIX
#define CERNLIB_QS_UNIX
#endif
#ifndef CERNLIB_QINTZERO
#define CERNLIB_QINTZERO
#endif
|