Index of /pub/minix/old/1.7.0/

NameLast modifiedSizeDescription
[DIR]Parent Directory08-Nov-11 15:36-
[TXT]README22-May-95 15:332450
[TXT]announcement15-Jun-95 10:392486
[TXT]cat.tar.Z17-May-95 13:55387K
[TXT]crc.c25-Feb-95 14:554026
[TXT]crclist30-May-95 11:36616
[DIR]i386/08-Nov-11 15:35-
[DIR]i86/08-Nov-11 15:35-
[TXT]man.tar.Z30-May-95 10:53399K
[DIR]src/08-Nov-11 15:35-

Minix 1.7.0
This directory and subdirectories contains MINIX version 1.7.0, a small
UNIX-like system for IBM PC's and compatibles.

This version beta test software, as it contains a lot of new code that
has only been run by a small number of people.  You have been warned.
Please send any bug reports to the person named below.

You can find the following files in this tree:

  cat.tar.Z		- Manual pages in formatted form (avoid!)
  crc.c			- Command to make CRC checksums
  crclist		- CRC's of all these files
  i86/			- /usr - 8086 binaries
  i386/			- /usr - 386 binaries
  man.tar.Z		- Manual pages (use these if you can!)
  src/			- /usr/{include,src,man}

  i86:
  i386:
  ROOT    USR		- Installation floppies images, 600 kb each
  USR.01  USR.02	- /usr images made by this command:
  USR.03  USR.04		tar cf - * | compress | vol 720 /dev/fd0
  USR.05
  TINYROOT		- Needed for an XT or an AT with little memory.  It
			  is an extra, you need ROOT too.

  src:
  SRC.01  SRC.02	- /usr/include, /usr/src, /usr/man
  SRC.03  SRC.04
  SRC.05  SRC.06
  SRC.07  SRC.08

The installation manual can be found in the manual tree as usage.8.  On a
UNIX machine you can unpack man.tar.Z and use the command

	man -M minix-man-dir <subject>

to read the manual pages.  Getting them printed is up to you.  If you
can't format the manual pages in man.tar.Z then you can use cat.tar.Z
instead.  It contains the same manual pages, but as flat text, with bold
and italic codes removed.

The installation floppies can be combined on a 1.2 Mb or 1.44 Mb
diskette, the other images can be combined on 1.44 Mb floppies:

	cat ROOT USR >/dev/fd0
	cat USR.01 USR.02 >/dev/fd0		(odd, even pairs)
	cat USR.03 USR.04 >/dev/fd0
	...
	cat SRC.01 SRC.02 >/dev/fd0
	...

(The USR.NN and SRC.NN series of images are simply two compressed tar
files that have been broken up in 720 kb pieces.)
"/dev/fd0" is a random floppy device name.  You have to find out what your
Operating System names it today.

Be careful when you install Minix, many of the commands are potentionally
dangerous in a way that a simple typing mistake destroy all other data on
your system.  So make backups first!

						Kees J. Bot (kjb@cs.vu.nl)