Subject: Re: Netpliance Iopener booted with NetBSD...
To: Andrew Brown <atatat@atatdot.net>
From: Simon Burge <simonb@netbsd.org>
List: port-i386
Date: 03/24/2000 10:13:58
Andrew Brown wrote:
> On Sat, Mar 18, 2000 at 11:49:02AM +1100, Simon Burge wrote:
> >> /usr/bin/gzexe
> >>
> >> :-)
> >
> >Hmm, that would be what I mean :-)
>
> perhaps...though not quite as slick as
>
> % cat > hello.c
> main() { printf("Hello world\n"); }
> % make hello
> cc -O hello.c -o hello
> % ./hello
> Hello world
> % gzip -9 hello
> % ./hello.gz
> Hello world
> % uname -a
> FreeBSD something.graffiti.com 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Tue Jan 4 11:46:22 EST 2000 root@something.graffiti.com:/usr/src/sys/compile/PAO i386
Looks very cool. I'll see what FreeBSD have done...
Simon.