From owner-freebsd-hackers Thu Aug 31 06:11:52 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA04852 for hackers-outgoing; Thu, 31 Aug 1995 06:11:52 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id GAA04842 for ; Thu, 31 Aug 1995 06:11:50 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id FAA09645; Thu, 31 Aug 1995 05:57:13 -0700 To: Julian Elischer cc: hackers@freebsd.org Subject: Re: kernel size In-reply-to: Your message of "Wed, 30 Aug 1995 22:42:52 PDT." <199508310542.WAA01965@ref.tfs.com> Date: Thu, 31 Aug 1995 05:57:13 -0700 Message-ID: <9643.809873833@time.cdrom.com> From: "Jordan K. Hubbard" Sender: hackers-owner@freebsd.org Precedence: bulk > I've been playing around trying to make a bootable fixit disk today.. > the over-all lesson is: > we need to shrink our bloated stuff :) > the -current tree can't build a 'boot' floppy at this time.. Well, we can't build a fixit floppy no since nobody has gone in and tried to reasonably trim down the list of things jammed into fixit. If you look at how boot.flp is built and work backward, you should be able to make a fixit floppy again and we've been meaning to do it it's just low-prio. > I guess we can still compress the binaries in the mfs filesystem > which would leave them still compressed when the kernel is decompressed, Already done! The crunched binary is, in turn, compressed. > I think that inevitably we are going to have to go back to a 2 floppy boot.. > the more device drivers we have the harder it's going to be to fit them in.. > I think we will have a "I'll boot to MFS" floppy, and then we may need > another floppy with all the loadable modules.. > "place the 'drivers' floppy in A:" I think this is also probably inevitable, I've just been putting off the work of ripping up release/Makefile again until I've finished my changes for making the one-boot-floppy-per-language happen. Jordan