无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 2104|回复: 11
打印 上一主题 下一主题

谁有这几个IMG文件

[复制链接]
跳转到指定楼层
1#
发表于 2005-12-8 12:28:25 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
希望大家可以提供以下IMG文件下载:
ICMOS
DM万用中文版v9.57
DM万用中文版v9.56
2#
发表于 2005-12-8 12:59:16 | 只看该作者

谁有这几个IMG文件

[这个贴子最后由小军军在 2005/12/08 01:01pm 第 2 次编辑]

9.57:1,2,3-1[UploadFile=DM9_1134017948.rar]
回复

使用道具 举报

3#
发表于 2005-12-8 13:00:05 | 只看该作者

谁有这几个IMG文件

2[UploadFile=DM9_1134017994.rar]
回复

使用道具 举报

4#
发表于 2005-12-8 13:00:29 | 只看该作者

谁有这几个IMG文件

3[UploadFile=DM9_1134018028.rar]
回复

使用道具 举报

5#
发表于 2005-12-8 13:03:23 | 只看该作者

谁有这几个IMG文件

[这个贴子最后由小军军在 2005/12/08 01:05pm 第 1 次编辑]

9.56:1234-1[UploadFile=DM9_1134018238.rar]
回复

使用道具 举报

6#
发表于 2005-12-8 13:04:43 | 只看该作者

谁有这几个IMG文件

2[UploadFile=DM9_1134018272.rar]
回复

使用道具 举报

7#
发表于 2005-12-8 13:05:03 | 只看该作者

谁有这几个IMG文件

3[UploadFile=DM9_1134018300.rar]
回复

使用道具 举报

8#
发表于 2005-12-8 13:05:32 | 只看该作者

谁有这几个IMG文件

4[UploadFile=DM9_1134018326.rar]
回复

使用道具 举报

9#
发表于 2005-12-8 13:06:53 | 只看该作者

谁有这几个IMG文件

[这个贴子最后由小军军在 2005/12/08 01:12pm 第 1 次编辑]

ICMOS是不是这个:
                CMOS.COM   v1.00   05-05-1999   Charles Dye
                GPL Freeware   Copyright 1994-1999, C. Dye.
                        email:  raster@highfiber.com

        This program is copyrighted, but may be freely distributed
        under the terms of the Free Software Foundation';s GNU General
        Public License v2 (or later.)  See the file COPYING for the
        legalities.  If you did not receive a copy of COPYING, you
        may request one from the Free Software Foundation, Inc.,
        59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
        ABSOLUTELY NO WARRANTY -- use it at your own risk!

                             ---  Overview  ---
This program will save the contents of your computer';s CMOS memory to a disk
file, or restore it from the file.  The CMOS is a battery-powered chip which
contains the computer';s clock and calendar.  It also provides a small amount
of memory used for basic configuration information such as the number and
sizes of drives installed, memory size and speed, keyboard settings, machine
password, and so on.
A utility to save and restore the CMOS data is useful for two purposes.
First, the CMOS memory can be lost; this often happens when the battery runs
down.  Many older machines won';t boot correctly if the CMOS data is lost (it
contains necessary info about the hard drive geometry.)  Having a backup copy
of the CMOS contents handy on a bootable floppy disk can save time, because
you don';t have to look up the correct settings for your hard drive.  (On
newer computers, the BIOS interrogates the hard drive directly to get the
settings.  Losing the CMOS is less of a problem on these newer machines.)
Second, sometimes it';s useful to be able to change CMOS options without
having to run the computer';s setup utility.  Especially if the setup program
is on a disk in a file cabinet somewhere; or for blind users whose screen
readers won';t work in the BIOS setup utility.  Simply save your current CMOS
data to a file, make your desired changes, and save again to a different
file.  In the future, you can load the desired settings directly, without
having to go through the setup program.
This program will save and restore the commonest types of CMOS memory found
in most computers:  the Motorola 146818, the Dallas Semiconductor DS1687, and
other hardware that emulates them.  It will save either 50 or 114 bytes of
data, depending on the hardware.  (Many similar programs only save 50 bytes.)
No provision is made for the extended CMOS used in EISA or MCA systems.  (I
haven';t had a computer of either architecture for years, so I can';t even
begin to test code for them.)  Also, no effort is made to save or restore the
clock and calendar; if you lose your CMOS, use the DATE and TIME commands to
reset the clock.
The file CMOS.S in this archive is source code for Eric Isaacson';s shareware
assembler A86.  Unless you plan to modify this program, you can delete CMOS.S
to save disk space.  The file COPYING contains information on the GNU General
Public License; if you are familiar with the GPL, this file can also safely
be deleted.

                              ---  Syntax  ---
CMOS /SAVE [filename]
Saves the contents of CMOS to a file.  The filename is optional; if you don';t
specify it, CMOS.SAV will be used.  (Don';t type the brackets; they';re only
there to indicate that "filename" is optional.)  You may abbreviate /SAVE to
/S.  Also allowed:  /B (for Backup) or /W (for Write.)  The switch character
is not important; you may use -S instead, or even just S.
CMOS /LOAD [filename]
Loads CMOS memory from a file.  If you don';t specify the filename, CMOS.SAV
is used.  Legal synonyms are /L (Load) or /R (Restore.)  After loading CMOS
from the file, the computer will be rebooted automatically so that the new
settings will be recognized.
CMOS /I [filename]
Loads CMOS memory from a file, like /LOAD.  However, the machine is not
automatically rebooted.  This option is not generally useful.
CMOS /VER [filename]
Verifies the contents of CMOS against a file.  /C (for Compare) is a synonym.
In a batch file, Errorlevel 7 indicates a mismatch between the file and the
current contents of CMOS.
CMOS /DUMP
Dumps the current contents of CMOS to the screen (or stdout) as hexadecimal.
Useful only to hexperts.

                           ---  Return Codes  ---
Use the ERRORLEVEL command to check the return code in a batch file.
0 :  success
1 :  dos file error
2 :  syntax error, invalid switch or filename too long
3 :  not enough memory
4 :  no cmos?  hardware problem?
5 :  invalid or corrupt file
6 :  cmos write-verify mismatch.  hardware problem?
7 :  cmos - file mismatch
8 :  bad dos

回复

使用道具 举报

10#
发表于 2005-12-8 13:26:29 | 只看该作者

谁有这几个IMG文件

DM 9.57与9.56有什么区别??
回复

使用道具 举报

11#
 楼主| 发表于 2005-12-8 18:19:20 | 只看该作者

谁有这几个IMG文件

我要的ICMOS不是你那说的那个。。
我要的是用来破解BIOS的软件来的
就是CMOS
回复

使用道具 举报

12#
发表于 2005-12-8 18:44:50 | 只看该作者

谁有这几个IMG文件

http://bbs.wuyou.net/cgi-bin/topic.cgi?forum=33&topic=3598&show=50
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2026-2-26 23:49

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表