Note 1: If the screen blanks suddenly then hit F3 to select "software
scrolling".
Note 2: If things go wrong then hit DEL and start over.
Note 3: The installation procedure is described in the manual page
usage(8). It will be hard without it.
Note 4: Some questions have default answers, like this: [y]
Simply hit RETURN (or ENTER) if you want to choose that answer.
Note 5: If you see a colon (:) then you should hit RETURN to continue.
:
---------------------------------------------------------------------------------------------
击 ENTER 键。
---------------------------------------------------------------------------------------------
What type of keyboard do you have? You can choose one of:
french japanese scandinavn us-std
german latin-am spanish us-swap
italian olivetti uk
Keyboard type? [us-std]
---------------------------------------------------------------------------------------------
一般键盘都是 U.S.标准键盘,所以击 ENTER 键。
---------------------------------------------------------------------------------------------
Minix needs one primary partition of at least 30 Mb (it fits in 20 Mb, but
it needs 30 Mb if fully recompiled. Add more space to taste.)
If there is no free space on your disk then you have to back up one of the
other partitions, shrink, and reinstall. See the appropriate manuals of the
the operating systems currently installed. Restart your Minix installation
after you have made space.
To make this partition you will be put in the editor "part". Follow the
advice under the '!' key to make a new partition of type MINIX. Do not
touch an existing partition unless you know precisely what you are doing!
Please note the name of the partition (hd1, hd2, ..., hd9, sd1, sd2, ...
sd9) you make. (See the devices section in usage(8) on Minix device names.)
:
---------------------------------------------------------------------------------------------
击 ENTER 键进行分区。
---------------------------------------------------------------------------------------------
Hit return if everything looks fine, or hit DEL to bail out if you want to
think it over. The next step will destroy /dev/hd1.
:
---------------------------------------------------------------------------------------------
击 ENTER 键。
---------------------------------------------------------------------------------------------
Migrating from floppy to disk...
Scanning /dev/hd1c for bad blocks. (Hit DEL to stop the scan if are absolutely
sure that there can not be any bad blocks. Otherwise just wait.)
Scan done
/dev/hd1c is read-write mounted on /mnt
mkdir /mnt/bin
cp /usr/bin/MAKEDEV /mnt/bin/MAKEDEV
cp /usr/bin/arch /mnt/bin/arch
cp /usr/bin/badblocks /mnt/bin/badblocks
.
.
.
Please insert the installation ROOT floppy and type 'halt' to exit Minix.
You can type 'boot hd1' to try the newly installed Minix system. See
"TESTING" in the usage manual.
# halt
System Halted
fd0>boot hd1
Minix 2.0.2 Copyright 1998 Prentice-Hall, Inc.
Executing in 32-bit protected mode
at-hd0: QUANTUM TRB850
Memory size = 130633K MINIX = 299K RAM disk = 1024K Available = 129310K
Sun Jun 27 16:31:37 GMT 2004
/dev/hd1c is read-write mounted on /usr
Multiuser startup in progress.
Starting standard daemons: update.
Login as root and run 'setup /usr' to install floppy sets.
Minix Release 2.0 Version 2
noname login:
---------------------------------------------------------------------------------------------
用 root 登录,运行‘setup /usr’,ENTER,ENTER,插入 1 of USR.TAZ,ENTER。
---------------------------------------------------------------------------------------------
noname login: root
# setup /usr
What is the size of the images on the diskettes? [all]
What floppy drive to use? [0]
Please insert input volume 1 and hit return
created directory: adm
adm/lastlog, 0 tape blocks
adm/log, 0 tape blocks
.
.
.
created directory: man
Can't make directory mdec: File exists
#if (MACHINE == IBM_PC && _WORD_SIZE == 4)
#define NR_BUFS 2048 /* # blocks in the buffer cache */
#define NR_BUF_HASH 4096 /* size of buf hash table; MUST BE POWER OF 2*/
#endif
#define ENABLE_CACHE2 0
#define ENABLE_DOSFAT 1 /* enable DOS FAT file virtual disk driver */
! shutdown
Broadcast message from root@noname (console)
Tue Jun 29 20:56:33 2004...
The system will shutdown NOW
System Halted
hd1a>unset ramsize
hd1a>DPETH0=300:10
hd1a>save
hd1a>boot
---------------------------------------------------------------------------------------------
启动后,要设置本机的 IP 地址,子网掩码。建立‘/etc/rc.net’文件,内容是‘ifconfig -h 192.168.1.20 -n 255.255.255.0’。
修改‘/etc/rc’文件,如下:
在‘
# Network initialization.
(</dev/eth </dev/tcp) 2>/dev/null && net=true # Is there a TCP/IP server?
’后加上以下语句
if [ "$net" -a -f /etc/rc.net ]
then
# There is a customized TCP/IP initialization script; run it.
. /etc/rc.net
elif [ "$net" ] && [ "`hostaddr -e`" = 0:0:0:0:0:0 ]
then
# No network hardware, configure a fixed address to run TCP/IP alone.
ifconfig -h 192.168.1.20
fi
---------------------------------------------------------------------------------------------
Minix 2.0.2 Copyright 1998 Prentice-Hall, Inc.
Executing in 32-bit protected mode
dp8390#0: NE2000 at 300:10
at-hd0: QUANTUM TRB850
Memory size = 130633K MINIX = 2700K RAM disk = 0K Available = 127934K
Wed Jun 30 19:50:44 GMT 2004
/dev/hd1c is read-write mounted on /usr
Starting standard daemons: update.
Starting network daemons: rarpd nonamed irdpd talkd.
Starting network services: shell login telnet ftp.