*** empty log message ***
This commit is contained in:
parent
e5205bdd2c
commit
90fecead0d
3 changed files with 39 additions and 19 deletions
|
@ -10,3 +10,4 @@ install::
|
|||
mkdir -p $(INC)
|
||||
cpdir . $(INC)
|
||||
@chown -R bin $(INC)
|
||||
@rm -f $(INC)/Makefile
|
||||
|
|
|
@ -9,8 +9,9 @@ install::
|
|||
-rm -rf $(MAN)
|
||||
mkdir $(MAN)
|
||||
cpdir . $(MAN)
|
||||
chown -R bin /usr/man
|
||||
chgrp -R operator /usr/man
|
||||
chown -R bin $(MAN)
|
||||
chgrp -R operator $(MAN)
|
||||
@rm -f $(MAN)/Makefile
|
||||
find /usr/man -type f | xargs chmod 644
|
||||
find /usr/man -type d | xargs chmod 755
|
||||
makewhatis $(MAN)
|
||||
|
|
|
@ -1,24 +1,42 @@
|
|||
|
||||
Welcome to MINIX 3 !
|
||||
Welcome to MINIX 3. This CD-ROM is a live CD. You can boot your computer
|
||||
from it and MINIX 3 will start automatically without using the hard
|
||||
disk. At the prompt, login as root. It works pretty much like any UNIX
|
||||
system in command line mode. You can have up to four virtual terminals
|
||||
open at once.
|
||||
|
||||
This CD is intended to be booted. It contains a MINIX system that you
|
||||
can run (a so-called "Live CD"). You can also install MINIX to your
|
||||
harddisk with it. Its contents are not visible here.
|
||||
Nevertheless, to do anything besides demonstrating MINIX 3, you need to
|
||||
install the system to your hard disk.
|
||||
|
||||
In this directory:
|
||||
README.TXT: This file.
|
||||
PRESZ134.ZIP: A tool to help resizing partitions.
|
||||
BOOTFLP.IMG: If you can't boot from CD, write this image to a
|
||||
floppy and boot from it, while having the CD in a
|
||||
CD drive. The system on the floppy should find the
|
||||
CD and start up as if it had been booted from CD.
|
||||
This CD-ROM contains the following files visible from Windows or Linux:
|
||||
|
||||
For more information, new releases, other software and documentation
|
||||
about MINIX 3, please visit:
|
||||
- README.TXT This file
|
||||
- setup.ps: setup guide in PostScript
|
||||
- setup.pdf: setup guide in PDF (requires Adobe Acrobat reader)
|
||||
- presz134.zip Windows utility to resize FAT partitions
|
||||
- bootflop.img If you cannot boot from CD-ROMs, insert the CD-ROM
|
||||
anyway, then copy this floppy image raw to a floppy using
|
||||
RawWrite (ask Google) and boot from the floppy
|
||||
|
||||
www.minix3.org
|
||||
There are also many invisible files used for installing MINIX 3.
|
||||
|
||||
|
||||
To install MINIX 3, please print either the PostScript or PDF setup
|
||||
manual or get it from www.minix3.org/doc/ under the heading Installation.
|
||||
You will need to carry out several steps before beginning the installation,
|
||||
as described in the setup guide and having it available during installation
|
||||
will be useful since the on-screen directions are quite concise.
|
||||
|
||||
The official MINIX 3 Website is www.minix3.org. It has a wealth of
|
||||
information about MINIX 3 and more recent versions of the software as
|
||||
well as additional software not on this CD-ROM. It alnewsgroup,
|
||||
comp.os.minix, where you can ask questions and get help. In addition, it
|
||||
tells how you can run MINIX 3 on a simulator on top of Windows or Linux
|
||||
instead of on the bare metal. You can also join the MINIX 3 community,
|
||||
report bugs, and help push MINIX 3 forward by porting applications and
|
||||
drivers to it. We encourage you to visit!
|
||||
|
||||
|
||||
We hope you enjoy using MINIX 3.
|
||||
|
||||
Good luck and enjoy!
|
||||
|
||||
The MINIX 3 team
|
||||
|
||||
|
|
Loading…
Reference in a new issue