From owner-freebsd-hackers Tue Jan 2 19:23:08 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA01280 for hackers-outgoing; Tue, 2 Jan 1996 19:23:08 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA01271 for ; Tue, 2 Jan 1996 19:23:02 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id TAA02048; Tue, 2 Jan 1996 19:21:14 -0800 To: Michael Smith cc: obrien@cs.ucdavis.edu, freebsd-hackers@freebsd.org Subject: Re: X for install In-reply-to: Your message of "Wed, 03 Jan 1996 13:37:00 +1030." <199601030307.NAA06495@genesis.atrad.adelaide.edu.au> Date: Tue, 02 Jan 1996 19:21:13 -0800 Message-ID: <2046.820639273@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > How small can a kernel be made and still have all the disk drivers > in it? We'd want all the SCSI disk drivers, wdc, sio, sc, UFS, > CD9660 and a fixed 8M memory limit. No swap stuff, no networking, > no quotas. I'm not sure we would. Consider how NT does it - they have one disk that contains the kernel bootstrap and another disk that contains drivers, each of which it loads, tries and then tosses out again if it's not needed. I'd be willing to go to 2 or more boot floppies again if it were for something as nicely generic as that.. :-) Jordan