Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 1999 18:33:04 -0800
From:      Mike Smith <mike@smith.net.au>
To:        Matthew Dillon <dillon@apollo.backplane.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Anyone know how to put a gzip'd kernel on the floppy? 
Message-ID:  <199901190233.SAA00675@dingo.cdrom.com>
In-Reply-To: Your message of "Mon, 18 Jan 1999 17:34:46 PST." <199901190134.RAA84965@apollo.backplane.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>     I can get the new multi-stage ELF loader thingy working with uncompressed
>     kernels, but I can't get it to work with gzip'd kernels.  I've tried
>     stripping the symbols prior to gzip'ing ... no luck, the loader doesn't
>     recognize the gzip'd kernel.
> 
>     Has anyone figured out how to do this?  I need to fit a workstation
>     kernel ( i.e. that is inclusive of sound drivers) onto a floppy and
>     not having much luck.  It would fit fine if I could compress it.

Take an ELF kernel.
Gzip it, so you have 'kernel.gz'.
Put it on your boot media.

If you need to explicitly reference it, use eg. 'load kernel' (the .gz 
extension is searched automatically).

-- 
\\  Sometimes you're ahead,       \\  Mike Smith
\\  sometimes you're behind.      \\  mike@smith.net.au
\\  The race is long, and in the  \\  msmith@freebsd.org
\\  end it's only with yourself.  \\  msmith@cdrom.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



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