Chinaunix首页 | 论坛 | 博客
  • 博客访问: 568152
  • 博文数量: 190
  • 博客积分: 10937
  • 博客等级: 上将
  • 技术积分: 2205
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-07 11:28
文章分类

全部博文(190)

文章存档

2012年(1)

2011年(27)

2010年(20)

2009年(142)

我的朋友

分类:

2009-04-07 17:04:24

关于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安装
阅读(475) | 评论(0) | 转发(0) |
0

上一篇:共享打印机

下一篇:使网页不缓存

给主人留下些什么吧!~~