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