From owner-freebsd-emulation Sun Nov 3 11:22:56 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA16234 for emulation-outgoing; Sun, 3 Nov 1996 11:22:56 -0800 (PST) Received: from hq.icb.chel.su (hq.icb.chel.su [193.125.10.33]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA16034 for ; Sun, 3 Nov 1996 11:19:45 -0800 (PST) Received: (babkin@localhost) by hq.icb.chel.su (8.7.5/8.6.5) id AAA23331; Mon, 4 Nov 1996 00:13:56 +0500 (ESK) From: "Serge A. Babkin" Message-Id: <199611031913.AAA23331@hq.icb.chel.su> Subject: Re: New PC-Emu (fwd) To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Mon, 4 Nov 1996 00:13:55 +0500 (ESK) Cc: luigi@iet.unipi.it, emulation@freebsd.org In-Reply-To: <199611010553.QAA03882@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Nov 1, 96 04:23:04 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have tried Pcemu 1.9 pre. The networking support (my part) is OK. But I have few notices (considering the code as a prerelease snapshot): 1. It has defaults different from the previous version. When started without .pcemurc is searches for DriveA in the current directory instead of /usr/local/lib/pcemurc. 2. The file .pcemurc must be modified to more general form (IMHO using of /home/luigi in the skeleton file is not the best idea) and moved into dot.pcemurc (which is still old!). IMHO it must refer to 720K boot disk image to be compatible with the previous version. 3. Running Pcemu in text mode is great but I think that it must run in text mode OR graphics mode, not both simultaneously. 4. How about to use getopt() ? -SB