Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 1995 21:25:40 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-hackers@freebsd.org (FreeBSD hackers)
Subject:   Re: Kernel kernel, where to put the kernel?
Message-ID:  <199510052025.VAA09650@uriah.heep.sax.de>
In-Reply-To: <2930.812879939@time.cdrom.com> from "Jordan K. Hubbard" at Oct 5, 95 00:58:59 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Jordan K. Hubbard wrote:
> 
> The current status is that I've removed PROCFS and PTY support from
> the BOOTMFS kernel, hopefully bringing us back down below the dreaded
> 1MB limit anyway, but perhaps we should also leave ourselves some
> room.

My last attempt to build a smaller kernel without PROCFS, pty, all
redundant devices (mostly those with a unit number of 1, since they
could easily be achieved by boot -c), and without BOUNCE_BUFFERS (not
needed for a 4 MB install, apparently :), yielded a kernel with

text	data	bss	dec	hex
901120	1155072	60348	2116540	204bbc
                                ^^^^^^
Still more than the magic 2 MB limit. :-(

(This is the final BOOTMFS kernel, with 1075 KB MFS, as of the Oct 1
src/release/Makefile.)

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510052025.VAA09650>