summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-02-25 20:42:19 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:38:07 +0200
commit4c36e9a0c125ccfff37aa440dab2cf58c4152fff (patch)
treea5d9c84ba2661029ddb2223dacd50529a361c3d5 /tests/README
parentf8de35da65c5d93bb733073cf40da154bc1c0748 (diff)
parent9696d7b0e1f3a1b0f5fd4a0428eb75afe8ad4ed6 (diff)
downloaddev86-4c36e9a0c125ccfff37aa440dab2cf58c4152fff.tar.gz
Import Dev86src-0.0.11.tar.gzv0.0.11
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/README b/tests/README
new file mode 100644
index 0000000..1f9bcfd
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,24 @@
+Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
+This file is part of the Linux-8086 C library and is distributed
+under the GNU Library General Public License.
+
+These are user level tools, they're being used to test libc routines.
+
+env.c Prints the environment and arguments (Plus some junk)
+compr.c Mini compression program (rather slow but squeezes better than compress)
+ucomp.c Mini uncompression program (Very fast)
+ft.c Multiple simple file tools.
+hd.c Hex dump.
+line2.c Print lines from /etc/passwd (stdio)
+lines.c Print lines from /etc/passwd
+ouch.c Signal test
+size.c Size of Linux-i86 executables and object files.
+sync.c :-)
+wc.c Word,line and character counts.
+grab.c Grabs _all_ available memory (3GB+ on Linux-i386) then frees
+rand.c Generates random numbers and pipes them to 'hd'
+
+BTW: i386 OMAGIC files can be converted to deformed ELFs with this:
+ $ objcopy -O elf32-i386 sync
+
+-Robert