home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os9 / 1096 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.os.os9
  2. Path: sparky!uunet!mcrware!heilpern
  3. From: heilpern@microware.com (Mark Heilpern)
  4. Subject: Re: NEED HELP !!!!!!!!!!!!!!!!
  5. Message-ID: <1992Jul30.183950.410@microware.com>
  6. Organization: Microware Systems Corp., Des Moines, Iowa
  7. References: <1992Jul27.095710.3013@titan.ksc.nasa.gov>
  8. Date: Thu, 30 Jul 1992 18:39:50 GMT
  9. Lines: 21
  10.  
  11. In article <1992Jul27.095710.3013@titan.ksc.nasa.gov> manent@titan.ksc.nasa.gov writes:
  12. >
  13. >This is my dilemma.  I need to make a bootable OS9 on eproms for a remote
  14. >system.  When I have the basic modules, it works fine, but when I add the
  15. >modules needed to telnet to the remote system, I keep coming across the same
  16. >error...  "Can't install trap handler"   *****cio******
  17. >
  18. >Diana Manent
  19. CIO is the name of the "character I/O" trap library, which many programs use
  20. rather than contain their own copies of certain I/O related functions. telnet
  21. is one of these, and apparently, you have not included CIO in your roms.
  22.  
  23. If you are also including your own executables, they may be instructed to
  24. use the CIO trap module by including "-i" on the cc line, and will save
  25. around 15-20k in size. (cio is about 18k, so including the trap module for
  26. just one program is useless, but for more than one program, you can see
  27. great benefits.)
  28.  
  29. Good Luck,
  30. Mark Heilpern
  31.  
  32.