- 論壇徽章:
- 0
|
關(guān)于UNIX的一些筆記:
1.掛接fat分區(qū)到/fat
mkdir fat
fdisk 查看fat分區(qū)號(如:Partition 3,DOS_32)即hd03
vi /etc/rc 在最后增加一行:mount -f DOS /dev/hd03 /fat
mkdev dos
init 6
2.安裝網(wǎng)卡
cp /fat/8139.vol /tmp/VOL.000.000
custom - software - install new - from scosysv - media images - /tmp
netconfig - add new lan adapter - realtek - sco tcp/ip - add
3.安裝打印機
設(shè)置并口 scoadmin - HardWare/Kernel mandger - Paraller port
添加打印機scoadmin - >Printers - Printer Manager - Printer - add local - model:epson,device:/dev/lp0
4.啟動Windows
Boot: bootos ? 查看可啟動的Windows分區(qū)號(如:Partition 4,NT/OS2)
bootos 4 或 bootos NT/OS2
5.設(shè)置默認啟動Windows
vi /etc/default/boot
增加一行 win=BootOS 4 這樣在SCO OpenServer 5引導(dǎo)系統(tǒng)時,在 Boot: 下鍵入 win 就啟動Windows,回車則啟動Unix系統(tǒng).
將第一行DEFBOOTSTR=hd(40)unix swap=hd(41) dump=hd(42) root=hd(42)
改為DEFBOOTSTR=BootOS 4
這樣在SCO Openserver 5引導(dǎo)系統(tǒng)時,缺省啟動Windows,如 在Boot: 下鍵入 Unix 則啟動Unix系統(tǒng).
6.生成sco的dos引導(dǎo)文件,從Windows引導(dǎo)
dd if=/dev/hd00 of=/fat/sco.unx bs=512 count=1
復(fù)制sco.unx到C:\sco.unx
在boot.ini文件最后行加入:
c:\sco.unx = "sco Unix 5.0.5"
7.安裝Intel Pro 100網(wǎng)卡
hw -r pci 檢測PCI設(shè)備,記下網(wǎng)卡(Ethernet)的三個參數(shù):Bus,DeviceNO,Function
netconfig安裝
本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u3/94369/showart_1892501.html |
|