From owner-freebsd-hackers Tue Feb 18 16:35:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA14065 for hackers-outgoing; Tue, 18 Feb 1997 16:35:51 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA14060 for ; Tue, 18 Feb 1997 16:35:48 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA12085; Tue, 18 Feb 1997 17:31:39 -0700 From: Terry Lambert Message-Id: <199702190031.RAA12085@phaeton.artisoft.com> Subject: Re: Sun Workshop compiler vs. GCC? To: jamie@inna.net (Jamie Bowden) Date: Tue, 18 Feb 1997 17:31:39 -0700 (MST) Cc: terry@lambert.org, toneil@visigenic.com, jfieber@indiana.edu, hackers@FreeBSD.ORG In-Reply-To: from "Jamie Bowden" at Feb 18, 97 06:06:51 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > You're wrong Terry. The win31 -> win95 upgrade copies your autoexec and > config files to .dos, and rems some of the old drivers (like msdex) out, > but overall it will use the 16bit dos drivers happily. Not according to King and Schulman... it is well known that you must disable the PM disk drivers in order to use software that hooks the 16 bit disk interrupts. For instance, LANtastic for Windows 3.x, a product of my current employer. Also, the autoexec.dos/config.dos are not used when the system is started, but autoexec.bat and config.sys are. I know because it's where I load WinICE and the only IFS FSD (file system driver) for fixed disks ever written outside of Microsoft... by me and two other Artisoft engineers. > You can set it up > to boot to a dos prompt and exit back out to a dos promt if you want. Yes, I know. The Schulman book goes into great, gory detail. I also had to hack the io.sys and boot code to get DOS 7.0 to boot from a UFS partition. I'm rather intimately familiar with the boot code. > It's still just dos/windoze. It's mostly DOS/Windows. A lot of it isn't, particularly the VM and the scheduler code. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.