计算机主板CMOS界面英文翻译(2)
(三)advanced chipset setup(高级芯片组设置)
┌——————————————————————————————————┐
│ amibios setup program—advanced chipset setup │
2008-6-22 04:19 回复
59.40.215.* 3楼
│ (c 1992 american megatrends inc,all rights reserved │
├—————————————————┬————————————————┤
│auto config function isable │dram read/write wait state: 1w/s│
│dram speed :solwest │cache read/write wait state:0w/s│
│dram write cas pluse width :2t │system bios cacheable :enable │
│cache up date scheme: wb │vedio bios cacheable isable │
│tag ram includes dirty:enable │ │
│cache write cycle :3t │ │
│cache burst read cycle :2t │ │
│at bus clock selection:sclk/4 │ │
│non-cacheable block1 size:128k │ │
│non-cacheable block1 base:00a0000h│ │
│non-cacheable block2 size:256k │ │
│non-cacheable block2 base:00c0000h│ │
│fast gate a20 option:enable │ │
│dram hidden refresh :enable │ │
│i/o recovery select :1at cycle │ │
└—————————————————┴————————————————┘
┌——————————————————————————————————┐
│ amibios setup program—advanced chipset setup │
│ (c 1992 american megatrends inc,all rights reserved │
├—————————————————┬————————————————┤
│自动设置功能 : 无效 │内存读写等待周期 :1 w/s │
│内存速度选择 : 最慢 │cache读写等待周期:0 w/s │
│内存写入时列选择cas信号脉冲宽度:2t│系统bios是否进行cache:有效 │
│cache数据更新方式 :回写式 │视频bios是否进行cache:有效 │
│tag cache 包含dirty │ │
│cache 写周期 :3t │ │
│cache 突发读周期 :2t │ │
│总线时钟选择 :sclk/4 │ │
│屏蔽cache区域块1的大小 :128k │ │
│屏蔽cache区域块1的起始地址:0010000│ │
│屏蔽cache区域块2的大小:256k │ │
│屏蔽cache区域块1的起始地址:00c0000│ │
│快门a20的选择:enable │ │
│内存隐含刷新:有效 │ │
│i/o 恢复时间选择 :1at cycle │ │
└—————————————————┴————————————————┘
注释:
1. auto config function:enable自动设置功能,建议值:有效.若有效,则bios对下面的某些项自动设置(一般对dram和cache的有关参数自动设置)若无效,则下面的所有项均由用户自行设置
2、dram speed:slowest
内存速度,要根据cpu的速度选择。该项在别的bios中已不多见
3、dram write cas pluse width :2t内存写入时列选择cas信号脉冲宽度:2t
因地址空间是2维的,访问某一个单元需要行ras信号和列选择cas信号同时起作用才能确定该单元,对于dx50的cpu,可选为2t,其它均选1t。
4、cache up date scheme: wb
5、tag ram includes dirty:enable
cache 数据更新方式有write-back 和write-through之分,前者效率更高,但覆盖面只有后者的一半,另外,如为write-back方式,还需一片tag ram,即第六项应为enable,否则为disable
6、cache write cycle :3t
7、cache burst read cycle :2t
这两项以及第二、第三项都需根据cpu的速度来选择,这几项都可以用自动设置功能来自动设置,用户很难自行确定一个最佳值。
8、at bus clock selection:sclk/4即总线时钟选择
明确以下三种时钟概念:
. at总线时钟(isa扩展槽时钟, 8mhz
. 系统时钟(cpu外部频率,即主板工作时钟
. cpu工作时钟(cpu内部频率
如:80486dx4-100 cpu,则三个时钟分别是8mhz,33mhz,100mhz
即at clock=system clock/4此时可选 sclk/4
又如:80486dx2-50 cpu,则三个时钟分别是8mhz,25mhz,50mhz
即at clock=system clock/3此时可选 sclk/3
9、non-cacheable block1 size:128k
non-cacheable block1 base:00a0000h
non-cacheable block2 size:256k
non-cacheable block2 base:00c0000h
(1有的内存区域可能不希望受到cache的作用影响,这时可用来设置来屏蔽这些区域
(2如可以对显示缓冲区和显示卡dbios区作屏蔽cache处理,以下是参考值:
屏蔽cache区号 大小 起始地址
1 128kb 00a0000h
2 256kb 00c0000h
(3当出现显示紊乱或其它接口卡工作不正常时,可以试试将这些卡所占用的区域进行cache屏蔽,有时可能排除故障。
10、fast gate a20 optionisable是否使用a20
该选项与dos无关 ,当设置为enable,则可优化os/2操作系统的环境。
11、dram hidden refresh :enable
内存隐含刷新方式 ,建议值:有效 dram有传统的刷新方法和隐含刷新两种,前者慢,后者快。
12、i/0 recovery time: 1 at cycle
总线i/0恢复时间,可选与at clock 时钟相同或更长些,如,1at cycle,或是2at cycle
13、dram read/write wait state: 1w/s
内存读写等待时间原则:快速cpu与慢速dram,等待时间应更长可选2w/s,1w/s,慢速cpu与快速dram,则应为1w/s或0w/s
例: 80486dx50 与-70ns 应选 1w/s
14、cache read/write wait state :0w/s
cache 读/写等待时间与dram相同,选 0w/s,速度会更快,但cpu与cache速度应相配,如- 20ns
cache,486dx50可选0w/s
(四)Change Password设置口令
若已有口令存在则显示如下
enter current password
enter new passwordnew password installed若没有口令存在,则从第二步开始 (五)auto detect hard disk自动侦察硬盘参数画面1. auto detection in progress 正在侦测画面2. cyl head wp lz sec sizehard disk c: type 47=user type 1011 15 0 1011 44 326