This commit is contained in:
oki 1996-08-15 09:15:06 +00:00
parent 1ab419ba00
commit b57279a974
3 changed files with 27 additions and 56 deletions

View File

@ -32,15 +32,15 @@ Installation floppy:
This disk contains the software necessary to prepare your hard This disk contains the software necessary to prepare your hard
drive for NetBSD and install the NetBSD distribution. It is drive for NetBSD and install the NetBSD distribution. It is
not bootable, and must be used in conjunction with one of the not bootable, and must be used in conjunction with the kernel-
kernel-copy floppies. This floppy is named "inst12.fs". copy floppy. This floppy is named "inst12.fs".
Upgrade floppy: Upgrade floppy:
This disk contains the software to be used in upgrading the This disk contains the software to be used in upgrading the
system from a previous version of NetBSD. It is not bootable, system from a previous version of NetBSD. It is not bootable,
and must be used in conjunction with one of the kernel-copy and must be used in conjunction with the kernel-copy floppy.
floppies. This floppy is named "upgr12.fs". This floppy is named "upgr12.fs".
The NetBSD/x68k binary distribution sets contain the binaries which The NetBSD/x68k binary distribution sets contain the binaries which
comprise the NetBSD 1.2 release for the x68k. There are seven binary comprise the NetBSD 1.2 release for the x68k. There are seven binary
@ -97,7 +97,7 @@ distribution tree, and are as follows:
[ 0.8M gzipped, 2.9M uncompressed ] [ 0.8M gzipped, 2.9M uncompressed ]
For other platform, there is a security distribution named "secr12" For other platform, there is a security distribution named "secr12"
is provided. It contains the files which cannot be exported outside provided. It contains the files which cannot be exported outside
the United States and Canada. Since all the developers of the NetBSD/x68k the United States and Canada. Since all the developers of the NetBSD/x68k
live in Japan, the x68k security distribution is not provided in the live in Japan, the x68k security distribution is not provided in the
binary form. binary form.

View File

@ -1,19 +1,18 @@
NetBSD/x68k 1.2 runs on the Sharp X68030 series PCs with TRUE NetBSD/x68k 1.2 runs on the Sharp X68030 series PCs with TRUE
MC68030 MPU (not MC68EC030) and FPU. Since the processor of MC68030 MPU (not MC68EC030) and FPU. Since the processor of
the X68030 series is MC68EC030RC25, you need to replace it the X68030 series is MC68EC030, you need to replace it with
with MC68030RC25 (Simply remove the old chip and put the new one MC68030 (Simply remove the old chip and put the new one instead.
instead. The largest difficulty might be to open your X68030). instead. The largest difficulty might be to open your X68030).
In addition, some accelerators are supported: In addition, some accelerators are supported:
Xellent030 Xellent30 series
Xellent030S
040turbo 040turbo
Jupiter-X (040 / 060) Jupiter-X (040 / 060)
This means all models of X680x0 series PC except for CZ-600C This means all models of X680x0 series PC except for CZ-600C
and CZ-674C, by using the appropriate accelerator, can run NetBSD!! and CZ-674C, by using the appropriate accelerator, can run NetBSD!!
Note that the processor of Xellent030 series is MC68EC030, so Note that the processor of Xellent30 series is MC68EC030, so
you need to replace your processor as well as for X68030. you need to replace your processor as well as for X68030.
The minimal configuration requires 4M of RAM and about 65M of The minimal configuration requires 4M of RAM and about 65M of

View File

@ -303,57 +303,29 @@ process again from scratch.
probably pick a directory under /mnt/usr.) The probably pick a directory under /mnt/usr.) The
default is /mnt/usr/distrib. default is /mnt/usr/distrib.
Configure the appropriate ethernet interface (e.g. Configure the SLIP interface, with the following
ed0, ep0, etc.) up, with a command like: command sequence:
ifconfig <ifname> <ipaddr> [netmask <netmask>] slattach -h -s <speed> tty00
ifconfig sl0 <my_ipaddr> <peer_ipaddr>
where "<ifname>" is the interface name, like those where "<speed>" is the network speed, and "<my_ipaddr>"
listed above, and "<ipaddr>" is the numeric IP address is the numeric IP address of the machine you are going
of the interface. If the interface has a special to install NetBSD/x68k, while "<peer_ipaddr>" is the
netmask, supply the word "netmask" at and that netmask address of the peer machine connected with your machine.
at the end of the command line. (The brackets You might have to configure the peer SLIP interface
indicate that those arguments are optional.) For with similar sequence (depending on the peer system).
instance, to configure interface ed0 with IP address
129.133.10.10, use the command:
ifconfig ed0 129.133.10.10 For instance, the sequence
and to configure interface ep0 with IP address slattach -h -s 38400 tty00
128.32.240.167 and a special netmask, 0xffffff00, use ifconfig sl0 192.168.0.1 192.168.0.10
the command:
ifconfig ep0 128.32.240.167 netmask 0xffffff00 configures the SLIP interface for the network between
your machine (with IP address 192.168.0.1) and the peer
If your board selects software selection of the (192.168.0.10) with speed 38400 bps. Note that IP
ethernet interface to use, you might have to add addresses 192.168.*.* are the private IP addresses
special flags to the "ifconfig" command you use. described in RFC 1597.
Consult the table below for the appropriate flags:
Interface Type Connector Flags
--------- ---- --------- -----
ed with WD/SMC* BNC [none necessary]
ed with WD/SMC* UTP [none necessary]
ed with WD/SMC* AUI link0
* Older WD boards do not support software configuration,
and must be configured via jumpers. These flags
will have no effect on them.
In other words, if, in the last example, the AUI port
of the board were being used, you would use the
command:
ifconfig ep0 128.32.240.167 netmask 0xffffff00 link0
If the NFS server or FTP server is not on a directly-
connected network, you need to set up a route to it
using a command like:
route add default <gate_ipaddr>
where <gate_ipaddr> is your gateway's numeric IP
address.
If you are NFS-mounting the distribution sets, mount If you are NFS-mounting the distribution sets, mount
them on the temporary directory with a command like: them on the temporary directory with a command like: