home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / forum3.lzh / EXAMPL / about_defs next >
Text File  |  1987-08-24  |  2KB  |  34 lines

  1. Description of the DEFS files for OS9/68020 V 2.0
  2. -------------------------------------------------
  3.  
  4. File Name     Description
  5. ------------- ----------------------------------------------------------------
  6. funcs.a       Definition of: Function codes, Math trap handler codes, Error
  7.               codes, Access bits, Signal codes, Set/GetStt codes, Event codes.
  8. rbfstat.a     PSECT to reserve storage for RBF driver (without drive tables)
  9. drvstat.a     PSECT to reserve storage for ONE RBF drive (drive table)
  10. iodev.a       static storage definitions for all device drivers
  11. rbfdev.a      static storage definitions for RBF device drivers
  12.               and drive table specifications
  13. ioglob.a      definition of System dependent I/O globals (write only regs...)
  14. io.a          path descriptor definitions for SCF,RBF,Pipe, filemanager
  15.               specific information (DD_xxx, directory structure etc.)
  16. module.a      module header definitions
  17. oskdefs.d     definitions used in PSECT directives (must be defined at
  18.               assembly time, cannot be linked later)
  19. process.a     process descriptor definitions
  20. sbfdesc.d     SBF descriptor (source code / Macros)
  21. sbfdev.d      static storage definitions for SBF device drivers
  22. scfdev.a      static storage definitions for SCF (and Pipe) device drivers
  23. scfstat.a     PSECT to reserve storage for SCF device drivers
  24. sysglob.a     definition of system global variables and Exception vectors
  25. sysio.a       definition of system global Path Descriptor variables
  26. systype.d     Hardware dependant system constants (Step rates, Terminal
  27.               protocol, Harddisk definitions and so on). This is the only
  28.               file intended to be edited before re-making device descriptors
  29.               (e.g adaption to a new floppy drive etc.)
  30. traps.a       trap library definitions (Math1 and Math2, seems to be not
  31.               relevant any more because Math contains all functions now)
  32.               The Math function codes are defined in "funcs.a"
  33.  
  34.