From owner-freebsd-bugs Wed Jan 17 17:32:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA25174 for bugs-outgoing; Wed, 17 Jan 1996 17:32:41 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA25106 for ; Wed, 17 Jan 1996 17:32:25 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id RAA23817 for ; Wed, 17 Jan 1996 17:29:41 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id CAA04387 ; Thu, 18 Jan 1996 02:29:40 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id CAA22925 ; Thu, 18 Jan 1996 02:29:32 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id CAA24062; Thu, 18 Jan 1996 02:25:46 +0100 (MET) From: Ollivier Robert Message-Id: <199601180125.CAA24062@keltia.freenix.fr> Subject: Re: Intel Aries chipset. To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Thu, 18 Jan 1996 02:25:46 +0100 (MET) Cc: vasek@a1fel.feld.cvut.cz, bugs@FreeBSD.org In-Reply-To: <14902.821890470@time.cdrom.com> from "Jordan K. Hubbard" at Jan 17, 96 06:54:30 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#1559 X-Mailer: ELM [version 2.4ME+ PL0 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org Precedence: bulk It seems that Jordan K. Hubbard said: > FreeBSD currently does not install in 4MB. A minimum of 5MB is > required. Sorry! :( If you only have IDE and don't care about NFS installs, I have 4 MB ready floppies ready... -rw-r--r-- 1 roberto staff 836883 Jan 15 00:19 boot.flp.gz -rw-r--r-- 1 roberto staff 791156 Jan 15 00:17 boot4.flp.gz Here is the config file used for them # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # $Id: GENERIC,v 1.46.2.7 1996/01/04 08:51:05 gibbs Exp $ # machine "i386" cpu "I386_CPU" cpu "I486_CPU" ident GENERIC maxusers 10 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options MSDOSFS #MSDOS Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #Allow users to grab the console config kernel root on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty device mse0 at isa? port 0x23c tty irq 5 vector mseintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #1: Sun Jan 14 20:23:45 MET 1996