From owner-freebsd-small@FreeBSD.ORG Wed May 7 23:49:30 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9474B37B404 for ; Wed, 7 May 2003 23:49:30 -0700 (PDT) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661EA43FB1 for ; Wed, 7 May 2003 23:49:28 -0700 (PDT) (envelope-from eugen@kuzbass.ru) Received: from kuzbass.ru (kost [213.184.65.82])h486nIFi066363; Thu, 8 May 2003 14:49:23 +0800 (KRAST) (envelope-from eugen@kuzbass.ru) Message-ID: <3EB9FDCA.8D314C35@kuzbass.ru> Date: Thu, 08 May 2003 14:48:42 +0800 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: Andy Tien References: <001001c3150d$a63d4fe0$0300a8c0@sinodynamics.com.tw> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit cc: small@freebsd.org Subject: Re: Smallest kernel X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 06:49:30 -0000 Andy Tien wrote: > > Hi folks, > Every one know way to make the smallest kernel which can fit into a 1.44M floppy diskette? > I recently make the image into a ISO image burn into a CD-R, but the old PC can not boot from a CD-ROM, so I will go back using the floppy diskette to boot. I try to reduce many options but the image still bigger than 1.44M , other capacity like 1.48M or 1.72M can not boot or diskette failure regularly. You should use PicoBSD to boot from floppy. It will compress a kernel and boot it afterwards. See /usr/src/release/picobsd. Eugene