Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!floyd!clyde!ihnp4!zehntel!hplabs!sri-unix!Info-IBMPC@USC-ISIB From: Info-IBMPC@USC-ISIB@sri-unix.UUCP Newsgroups: net.micro.pc Subject: Re: PC to Godbout Conversion Query Message-ID: <12236@sri-arpa.UUCP> Date: Sun, 2-Oct-83 15:55:00 EDT Article-I.D.: sri-arpa.12236 Posted: Sun Oct 2 15:55:00 1983 Date-Received: Thu, 6-Oct-83 06:25:51 EDT Lines: 14 From: Dick Gillmann BDOS is a CP/M term. On the PC under MS-DOS, there are three ways to write to the screen: MS-DOS calls, ROM BIOS calls, and direct MOVs to the regen buffers. Also, a program may work only with the monochrome display or only with the color/graphics display. If you have the source code, converting to the Godbout MP/M system would require changing the program's video I/O to conform with whatever that system requires. If you don't have source code, the only hope is to make the target system look like a PC, perhaps by installing an IBM display driver card and providing DOS and BIOS calls functionally compatible with the PC. -------