免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1394 | 回复: 0
打印 上一主题 下一主题

关于UNIX的一些笔记 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-05-31 15:52 |只看该作者 |倒序浏览

关于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安装


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/15618/showart_120983.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP