Date: Thu, 16 Jul 1998 09:46:55 -0700 From: John Polstra <jdp@polstra.com> To: current@FreeBSD.ORG Subject: Make release fails because kernel is too large Message-ID: <199807161646.JAA26999@austin.polstra.com>
next in thread | raw e-mail | index | archive | help
Make release of -current is failing, because the install kernel is
too large to fit into the filesystem on the boot floppy:
loading kernel
rearranging symbols
text data bss dec hex
1314816 1560576 121404 2996796 2dba3c
./dumpnlist /R/stage/boot.std/kernel > /tmp/mnt_xx/stand/symbols
./write_mfs_in_kernel /R/stage/boot.std/kernel fs-image.std
kzip -v /R/stage/boot.std/kernel
real kernel start address will be: 0x100000
real kernel end address will be: 0x3dba3c
kzip data start address will be: 0x28b91e
kzip data end address will be: 0x3e3990
sh -e /usr/src/release/doFS.sh /R/stage /mnt 1440 /R/stage/boot.std 100000 fd14
40
disklabel: ioctl DIOCWLABEL: Operation not supported by device
Warning: Block size restricts cylinders per group to 9.
/dev/rvn0c: 2880 sectors in 1 cylinders of 1 tracks, 2880 sectors
1.4MB in 1 cyl groups (9 c/g, 12.66MB/g, 32 i/g)
super-block backups (for fsck -b #) at:
32,
cpio: write error: No space left on device
*** Error code 1
Does anybody have an idea of what we can take out? It seems likely
that when CAM comes in, it will further expand the kernel. And CAM
definitely needs to come in.
It looks like we are currently too big by about 3K.
John
--
John Polstra jdp@polstra.com
John D. Polstra & Co., Inc. Seattle, Washington USA
"Self-knowledge is always bad news." -- John Barth
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807161646.JAA26999>
