From owner-freebsd-small@FreeBSD.ORG Thu May 8 00:03:04 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 30B9537B401 for ; Thu, 8 May 2003 00:03:04 -0700 (PDT) Received: from donkey.sinodynamics.com.tw (donkey.sinodynamics.com.tw [203.69.20.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B979643FDD for ; Thu, 8 May 2003 00:03:02 -0700 (PDT) (envelope-from Andy.Tien@sinodynamics.com.tw) Received: from libra (libra.sinodynamics.com.tw [192.168.0.3]) h4872rv24284; Thu, 8 May 2003 15:02:53 +0800 (CST) (envelope-from Andy.Tien@sinodynamics.com.tw) Message-ID: <001601c3152f$cf71e520$0300a8c0@sinodynamics.com.tw> From: "Andy Tien" To: "Eugene Grosbein" References: <001001c3150d$a63d4fe0$0300a8c0@sinodynamics.com.tw> <3EB9FDCA.8D314C35@kuzbass.ru> Date: Thu, 8 May 2003 15:02:36 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 07:03:04 -0000 I have enjoy the picoBSD for a while, but in FreeBSD 5.0 beside bridge mode , I never succeed compile a image can fit into a 1.44M floppy diskette. ----- Original Message ----- From: "Eugene Grosbein" To: "Andy Tien" Cc: Sent: Thursday, May 08, 2003 2:48 PM Subject: Re: Smallest kernel > 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 >