Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 1996 02:25:46 +0100 (MET)
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        vasek@a1fel.feld.cvut.cz, bugs@FreeBSD.org
Subject:   Re: Intel Aries chipset.
Message-ID:  <199601180125.CAA24062@keltia.freenix.fr>
In-Reply-To: <14902.821890470@time.cdrom.com> from "Jordan K. Hubbard" at Jan 17, 96 06:54:30 am

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601180125.CAA24062>