关于UNIX的一些笔记:
1.挂接fat分区到/fat
mkdir fat
fdisk 查看fat分区号(如:Partition 3,DOS_32)即hd03
vi /etc/rc 在最后增加一行:mount -f DOS /dev/hd03 /fat
mkdev dos
init 6
2.安装网卡
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.安装打印机
设置并口 scoadmin - HardWare/Kernel mandger - Paraller port
添加打印机scoadmin - >Printers - Printer Manager - Printer - add local - model:epson,device:/dev/lp0
4.启动Windows
Boot: bootos ? 查看可启动的Windows分区号(如:Partition 4,NT/OS2)
bootos 4 或 bootos NT/OS2
5.设置默认启动Windows
vi /etc/default/boot
增加一行 win=BootOS 4 这样在SCO OpenServer 5引导系统时,在 Boot: 下键入 win 就启动Windows,回车则启动Unix系统.
将第一行DEFBOOTSTR=hd(40)unix swap=hd(41) dump=hd(42) root=hd(42)
改为DEFBOOTSTR=BootOS 4
这样在SCO Openserver 5引导系统时,缺省启动Windows,如 在Boot: 下键入 Unix 则启动Unix系统.
6.生成sco的dos引导文件,从Windows引导
dd if=/dev/hd00 of=/fat/sco.unx bs=512 count=1
复制sco.unx到C:\sco.unx
在boot.ini文件最后行加入:
c:\sco.unx = "sco Unix 5.0.5"
7.安装Intel Pro 100网卡
hw -r pci 检测PCI设备,记下网卡(Ethernet)的三个参数:Bus,DeviceNO,Function
netconfig安装
阅读(567) | 评论(0) | 转发(0) |