Just uncompress & run make.

And enjoy!

Have fun with this little program.

Nice to put into your .zprofile and run on every login. E,g: 

	    sysinfo --uname2
	
	ldd output:

	    linux-gate.so.1 =>  (0xffffe000)
	    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x40029000)
	    libm.so.6 => /lib/tls/libm.so.6 (0x40106000)
	    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4012c000)
	    libc.so.6 => /lib/tls/libc.so.6 (0x40137000)
	    /lib/ld-linux.so.2 (0x40000000)

I have ported this program to C++ and fixed many bugs. The
code I have using the _syscall() macro is now back the way
it should be.

And this program is lightning fast!
