Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!lll-winken!uunet!zephyr.ens.tek.com!tektronix!percy!m2xenix!quagga!ufhx1!ccsmd From: ccsmd@ufhx1.ufh.ac.za (M. Daniel) Newsgroups: comp.os.msdos.programmer Subject: Re: Unrecognized command in CONFIG.SYS Message-ID: <1991Apr23.121324.12455@ufhx1.ufh.ac.za> Date: 23 Apr 91 12:13:24 GMT References: <1991Apr21.233301.18553@src.honeywell.com> Organization: University of Fort Hare, Alice, Ciskei Lines: 18 In <1991Apr21.233301.18553@src.honeywell.com> gcary@SRC.Honeywell.COM (Greg Cary) writes: >If I do need to go the device driver route, would someone please tell >me how to assemble the comment.asm file down to comment.sys using >Borland TASM? I'll gladly send a copy of the device driver w/source >to anybody that wants it. Three steps: 1. Assemble it using: TASM comment[.asm] 2. Link it using: TLINK comment[.obj] (You might get a "Warning: no stack". Ignore.) 3. Use EXE2BIN to convert to device driver: EXE2BIN comment.exe comment.sys -- =============================================================================== | M. Daniel, Computer Center, University of Fort Hare, Alice, Ciskei. | | Internet: ccsmd@ufhx1.ufh.ac.za -+- uucp: ..!m2xenix!ufhx1!ccsmd |