From owner-freebsd-current Sat Jun 19 10:27:12 1999 Delivered-To: freebsd-current@freebsd.org Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (Postfix) with ESMTP id D028114E18; Sat, 19 Jun 1999 10:27:06 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.3/8.8.5) id LAA06370; Sat, 19 Jun 1999 11:27:06 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199906191727.LAA06370@panzer.plutotech.com> Subject: Re: 4GB dram In-Reply-To: <19990619010012.A10860@nuxi.com> from "David O'Brien" at "Jun 19, 1999 01:00:12 am" To: obrien@FreeBSD.ORG Date: Sat, 19 Jun 1999 11:27:05 -0600 (MDT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote... > > You should be able to strip a kernel down enough to fit it on a floppy, > > although you will have to specify some non-standard options. Two options > > that you'll want to use are: > > > > options SCSI_NO_SENSE_STRINGS > > options SCSI_NO_OP_STRINGS > > > > That will disable SCSI sense code and op code description strings. > > Removing everything related to SCSI would also do the same thing, right? Yes, and it would also keep him from accessing any SCSI devices. That may or may not be a problem for him. The other thing I should say is that those options are not for general consumption. They should only be used when you have to save space above all else. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message