Date: Fri, 27 Jul 2001 16:28:52 +0900 From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: stable@FreeBSD.org Subject: Re: 'make release' breaker detected: can't make kern.flp Message-ID: <20010727162852O.matusita@jp.FreeBSD.org> In-Reply-To: <20010727025536F.matusita@jp.FreeBSD.org> References: <20010727025536F.matusita@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
matusita> 'make release' of 4-stable is broken since Jul/23/2001: Here is an actual contents of kern.flp as of today (still larger than one 1.44MB floppy). % pwd /R/stage/image.kern % ls -lR total 1265 drwxr-xr-x 2 root wheel 512 Jul 27 06:10 boot -r-xr-xr-x 1 root wheel 1279139 Jul 27 06:10 kernel.gz ./boot: total 162 -r--r--r-- 1 root wheel 512 Jul 27 06:10 boot1 -r--r--r-- 1 root wheel 7680 Jul 27 06:10 boot2 -r-xr-xr-x 1 root wheel 147456 Jul 27 06:10 loader -rw-r--r-- 1 root wheel 136 Jul 27 06:10 loader.rc The size of /boot/loader is the same of Jul/22/2001; it is because the size of kernel.gz is a little bit larger than before. Kernel size of Jul/22/2001 is: -r-xr-xr-x 1 root wheel 1268381 Jul 22 06:32 kernel.gz *** Between Jul/22/2001 and Jul/23/2001, these files are modified (kernel code only). These changes are comes from two MFCs, the one is {enable,disable}_busmaster_io() and {get,se}t_powerstate() call, and the another is ncv/nsp/stg drivers update. src/sys/pci/pci.c src/sys/pci/pci_if.m src/sys/pci/pcireg.h src/sys/pci/pcivar.h src/sys/cam/scsi/scsi_low.c src/sys/cam/scsi/scsi_low.h src/sys/cam/scsi/scsi_low_pisa.c src/sys/cam/scsi/scsi_low_pisa.h src/sys/dev/ncv/ncr53c500.c src/sys/dev/ncv/ncr53c500_pccard.c src/sys/dev/ncv/ncr53c500hw.h src/sys/dev/ncv/ncr53c500hwtab.h src/sys/dev/ncv/ncr53c500reg.h src/sys/dev/ncv/ncr53c500var.h src/sys/dev/nsp/nsp.c src/sys/dev/nsp/nsp_pccard.c src/sys/dev/nsp/nspreg.h src/sys/dev/nsp/nspvar.h src/sys/dev/stg/tmc18c30.c src/sys/dev/stg/tmc18c30_isa.c src/sys/dev/stg/tmc18c30_pccard.c src/sys/dev/stg/tmc18c30reg.h src/sys/dev/stg/tmc18c30var.h *** Should we trim down more devices from kernel.gz of kern.flp...? One other possibility is that using bzip2 instead of gzip to compress a kernel. -r-xr-xr-x 1 root wheel 2741272 Jul 27 16:00 kernel -r-xr-xr-x 1 root wheel 1279139 Jul 27 16:00 kernel.gz -r-xr-xr-x 1 root wheel 1222296 Jul 27 16:00 kernel.bz2 kernel.bz2 is 56843bytes smaller than kernel.gz (but don't forget that current loader(8) doesn't know bzip2 format :-) -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010727162852O.matusita>