This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b05a2d987d
freebsd-dev
/
usr.bin
/
kzip
/
Makefile
7 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
Support for using overlapping kzip kernels that are overwritten during uncompression by the "proper" kernel. These changes also add a -v option so you can see how much room you are using, and check to make sure you're not going past the 4MB boundary. This depends on the corresponding changes to sys/i386/boot/kzipboot. Submitted by: Gary Jones(?) <gj@freefall>, and my code merged in.
1995-10-06 02:42:15 +00:00
# $Id: Makefile,v 1.1 1995/04/15 08:18:16 phk Exp $
This program to compress a kernel with. You loose all the symbols, so usability is limited. Very useful on fixit floppies &c. Obtained from: Linux via 386BSD
1995-04-15 08:18:20 +00:00
PROG
=
kzip
NOMAN
=
toobad
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink