![Silicon Graphics IRIS Workstation Скачать руководство пользователя страница 151](http://html.mh-extra.com/html/silicon-graphics/iris-workstation/iris-workstation_user-manual_1271586151.webp)
Version 1.0
IRIS WORKSTATION GUIDE 145
Appendix J:
# Wahoo 727 smd disk controller
controller wah0 at mbO csr 0xFEDC priority 5 vector waintr
disk wa0 at wah0 drive 0
disk wa1 at wah0 drive 1
disk wa2 at wah0 drive 2
disk wa3 at wah0 drive 3
d. The source for the Wahoo 727 driver lives in
/usr/sys/OEM/wahoo.c
.
To generate the kernel the necessary steps are:
1. Change the directory to the kernel configuration directory.
% cd /usr/sys/conf
2. Choose a configuration template file and copy it.
% cp 1400 OEM
3. Edit the file OEM and modify the
ident
line to reflect the new system
name:
ident PMII ----> ident OEM
4. Add the wahoo configuration specifications to the file
OEM
:
# Wahoo 727 smd disk controller
controller wah0 at mb0 csr 0xFEDC priority 5 vector waintr
disk wa0 at wah0 drive 0
disk wa1 at wah0 drive 1
disk wa2 at wah0 drive 2
disk wa3 at wah0 drive 3
5. Place the following line in the file
files.OEM
:
OEM/wahoo.c optional wa device-driver
6. Configure a
makefile
for generating a kernel.
% config -b [
system-name
]
7. Update the
makefile
to contain the current dependency information
about your device drivers.
% cd ../OEM
% make depend
8. Compile and load your kernel.
% make binary
9. Your kernel is complete and resides in the file
bvmunix
. It can be
booted with the PROM Monitor. Reboot the system.
% reboot -q
10. Boot the kernel.
iris> b bvmunix
Содержание IRIS Workstation
Страница 1: ...IRIS Workstation Guide Version 1 0 Silicon Graphics Inc Mountain View California 94043 ...
Страница 6: ...2 IRIS WORKSTATION GUIDE Version 1 0 Introduction ...
Страница 10: ...6 IRIS WORKSTATION GUIDE Version 1 0 IRIS Workstation Specifications Figure 3 1 IRIS Workstation System ...
Страница 14: ...10 IRIS WORKSTATION GUIDE Version 1 0 IRIS Workstation Specifications Figure 3 3 Monitor Back Panel ...
Страница 16: ...12 IRIS WORKSTATION GUIDE Version 1 0 IRIS Workstation Specifications Figure 3 4 IRIS 1400 Cabinet Back Panel ...
Страница 24: ...20 IRIS WORKSTATION GUIDE Version 1 0 Hardware Installation ...
Страница 30: ...26 IRIS WORKSTATION GUIDE Version 1 0 Operation ...
Страница 48: ...44 IRIS WORKSTATION GUIDE Version 1 0 System Administration ...
Страница 50: ...46 IRIS WORKSTATION GUIDE Version 1 0 Appendix A ...
Страница 74: ...70 IRIS WORKSTATION GUIDE Version 1 0 Appendix B ...
Страница 77: ...Version 1 0 IRIS WORKSTATION GUIDE 73 Appendix C e random gr error f wnrepaint ...
Страница 78: ...74 IRIS WORKSTATION GUIDE Version 1 0 Appendix C ...
Страница 92: ...88 IRIS WORKSTATION GUIDE Version 1 0 Appendix D ...
Страница 102: ...98 IRIS WORKSTATION GUIDE Version 1 0 Appendix E ...
Страница 103: ...Appendix F Manual Pages ...
Страница 104: ......
Страница 131: ...Version 1 0 126 IRIS WORKSTATION GUIDE Appendix F ...
Страница 132: ......
Страница 136: ...130 IRIS WORKSTATION GUIDE Version 1 0 Appendix H ...
Страница 152: ...146 IRIS WORKSTATION GUIDE Version 1 0 Appendix J ...