
This is replacement for old MiNT uname. It takes advantage of a new feature of
MiNT kernel 1.14.6 to provide more system information than old one. 
It may be also used with older kernels and even with pure TOS, but 
most likely everything it will display is a series of words 
"unknown". You can make it better by setting three environment 
variables (possible under TOS as well) as follows:

Variable	Set as
--------	----------
MACHTYPE	m68k
VENDOR		atari
HOSTNAME	(here you can set anything you want as long as its 
		upto 8 chars long...)

These will make options -m and -n (and -a and --help of course) work.

Under MiNT 1.14.6 (or newer) it will use new system call Ssystem() to 
extract additional information about the kernel:

- exact system name
- exact kernel version (with patchlevel number)
- whether kernel is at beta status or not
- whether its 68000 or 68030 code
- exact compile date
- exact compile time

Enjoy,
Draco