From owner-freebsd-hackers Mon Dec 11 11:02:23 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16307 for hackers-outgoing; Mon, 11 Dec 1995 11:02:23 -0800 (PST) Received: from tiny.mcs.usu.edu (tiny.mcs.usu.edu [129.123.15.8]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA16290 for ; Mon, 11 Dec 1995 11:02:12 -0800 (PST) Received: (from kurto@localhost) by tiny.mcs.usu.edu (8.6.11/8.6.9) id MAA25571; Mon, 11 Dec 1995 12:01:56 -0700 Date: Mon, 11 Dec 1995 12:01:56 -0700 From: Kurt Olsen Message-Id: <199512111901.MAA25571@tiny.mcs.usu.edu> To: hackers@FreeBSD.ORG, Jerry.Kendall@vmicls.com Subject: Re: Diskless systems Sender: owner-hackers@FreeBSD.ORG Precedence: bulk I'd be interested in the size you've got. I was playing around and built a MFS booting kernel, that had init, ifconfig, sh, and mount_nfs (500K MFS.) Then on my NFS server, I had XF86_VGA16, libc.so, libm.so, libgnumalloc.so, XF86Config, ldconfig. That would get the whole thing running and in X. The server was also running xfs (the font server) and xdm. The whole setup for the diskless unit was 2 megs on the server and the kernel was 1.2 megs. Server: 486DX2/80 12 MB RAM Client: 386DX/25 4 MB RAM (slowest 386 ever made, also has broken mathco) If you want details let me know. Kurt Olsen kurto@tiny.mcs.usu.edu