![Silicon Graphics IRIS Workstation User Manual Download Page 150](http://html.mh-extra.com/html/silicon-graphics/iris-workstation/iris-workstation_user-manual_1271586150.webp)
144 IRIS WORKSTATION GUIDE
Version 1.0
Appendix J:
% make binary
Normally, a new kernel is tested before it is installed for general use. This test
usually takes the form of booting the new kernel while keeping a backup copy
of the old kernel. The following steps copy your kernel into the root file system
and reboot the system:
1. Login as the super-user (via
login(1)
or
su(1)
), and change the correct
directory, if necessary.
# cd /usr/sys/ [
system-name
].
2. Copy your kernel to the root directory.
# cp bvmunix /testvmunix
3. Start single-user mode.
# /etc/single
4. Flush the in core buffer information out to disk.
# sync
5. Reboot the machine.
# reboot -q
6. When the
reboot -q
command finishes, the system will be under the
control of the PROM Monitor. Boot the new kernel.
iris> b testvmunix
Example
This example illustrates the generation of a kernel with one OEM supplied
device driver. We assume the following:
a.
We are configuring for the IRIS 1400 Workstation.
b.
We have chosen
OEM
for our system name. This name is very important
because it binds the configuration process together.
c.
Existence of a mythical disk controller, the Wahoo 727. This device
is addressed at Multibus I/O address
0xFEDC
(in the OEM range
0xF000
to
0xFFFF
). The interrupt level of this controller must be level 5.
This device is an
smd
disk controller which drives at most 4 disks in a standard
smd
manner. We will give the device the name
wa
. This name is used in
/dev
for the
device nodes, and by
config(8)
for auto configuring and diagnostic purposes.
Based on this information, the necessary specifications for the configuration
file are:
Summary of Contents for IRIS Workstation
Page 1: ...IRIS Workstation Guide Version 1 0 Silicon Graphics Inc Mountain View California 94043 ...
Page 6: ...2 IRIS WORKSTATION GUIDE Version 1 0 Introduction ...
Page 24: ...20 IRIS WORKSTATION GUIDE Version 1 0 Hardware Installation ...
Page 30: ...26 IRIS WORKSTATION GUIDE Version 1 0 Operation ...
Page 48: ...44 IRIS WORKSTATION GUIDE Version 1 0 System Administration ...
Page 50: ...46 IRIS WORKSTATION GUIDE Version 1 0 Appendix A ...
Page 74: ...70 IRIS WORKSTATION GUIDE Version 1 0 Appendix B ...
Page 77: ...Version 1 0 IRIS WORKSTATION GUIDE 73 Appendix C e random gr error f wnrepaint ...
Page 78: ...74 IRIS WORKSTATION GUIDE Version 1 0 Appendix C ...
Page 92: ...88 IRIS WORKSTATION GUIDE Version 1 0 Appendix D ...
Page 102: ...98 IRIS WORKSTATION GUIDE Version 1 0 Appendix E ...
Page 103: ...Appendix F Manual Pages ...
Page 104: ......
Page 131: ...Version 1 0 126 IRIS WORKSTATION GUIDE Appendix F ...
Page 132: ......
Page 136: ...130 IRIS WORKSTATION GUIDE Version 1 0 Appendix H ...
Page 152: ...146 IRIS WORKSTATION GUIDE Version 1 0 Appendix J ...