Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 1995 12:25:31 -0700
From:      Poul-Henning Kamp <phk@critter.tfs.com>
To:        Julian Elischer <julian@ref.tfs.com>
Cc:        jkh@time.cdrom.com (Jordan K. Hubbard), rgrimes@gndrsh.aac.dev.com, hackers@freebsd.org
Subject:   Re: kernel size 
Message-ID:  <3807.809810731@critter.tfs.com>
In-Reply-To: Your message of "Thu, 31 Aug 1995 13:57:53 PDT." <199508312057.NAA00679@ref.tfs.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I made one today
> 
> look in the makefile..
> 
> release.8: write_mfs_in_kernel
>         @cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
>         rm -rf ${RD}/mfsfd
>         mkdir ${RD}/mfsfd
>         cd ${RD}/mfsfd && \
>                 mkdir -p dev mnt stand/help
>         @cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=boot \
>                 DIR=${RD}/mfsfd/stand ZIP=false
> 
>                                       ^^^^^^^^^

This is because gziped a.out takes more VM, and we have none, and the
entire kernel is gzipped anyway...

--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@ref.tfs.com       TRW Financial Systems, Inc.
Just that: dried leaves in boiling water ?



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