|
kavenlee72
中级用户
  
积分 369
发帖 87
注册 2003-9-14
状态 离线
|
『楼 主』:
加载HIMEM.SYS时出现的怪事
使用 LLM 解释/回答一下
我作了一个启动盘,在CONFIG.SYS的第一句就是
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF /Q
(HIMEM.SYS放在DOS文件夹里)
但在加载时很慢,启动完成后,在根目录下产生了一个文件,文件名是BOOTLOG.TXT,里面的内容如下:
[0009A4D3] Loading Device = C:\DOS\HIMEM.SYS
(Logo disabled)
[0009A4E6] LoadSuccess = C:\DOS\HIMEM.SYS
[0009A4E7] Loading Device = RAMDRIVE.SYS
[0009A4F8] LoadSuccess = RAMDRIVE.SYS
请教各位高手,这是怎么回事?为什么会慢?为什么会“Logo disabled”?
急等,谢谢!
I made a boot disk, and the first line in CONFIG.SYS is
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF /Q
(HIMEM.SYS is placed in the DOS folder)
But it is very slow when loading. After the startup is completed, a file is generated in the root directory, and the file name is BOOTLOG.TXT. The content inside is as follows:
Loading Device = C:\DOS\HIMEM.SYS
(Logo disabled)
LoadSuccess = C:\DOS\HIMEM.SYS
Loading Device = RAMDRIVE.SYS
LoadSuccess = RAMDRIVE.SYS
Asking all the experts, what is this about? Why is it slow? Why is "Logo disabled"?
Waiting urgently, thank you!
|
|
2009-3-4 22:52 |
|
|
kavenlee72
中级用户
  
积分 369
发帖 87
注册 2003-9-14
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
没人知道吗?高手们,可以解答一下吗?说明一下,慢的意思就是说加载HIMEM.SYS要30秒以上,甚至1分钟
No one knows? Experts, can you answer? Note that "slow" means that loading HIMEM.SYS takes more than 30 seconds, even up to 1 minute
|
|
2009-3-5 11:54 |
|
|
wglwx
高级用户
   
积分 616
发帖 187
注册 2003-4-18
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
试试 DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
Last edited by wglwx on 2009-4-19 at 07:09 ]
Try DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
Last edited by wglwx on 2009-4-19 at 07:09 ]
|
|
2009-4-19 07:08 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2009-4-20 10:09 |
|
|
netbenton
银牌会员
     批处理编程迷
积分 1916
发帖 752
注册 2008-12-28 来自 广西
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
himem.sys,是拷来的吗?
如果是,会不会与dos系统不兼容呢?
我好像记得以前自己也这样做错过。
Is himem.sys copied? If so, will it be incompatible with the DOS system? I seem to remember that I made the same mistake before.
|

精简
=> 个人 网志  |
|
2009-4-20 13:10 |
|
|
byby
初级用户
 
积分 27
发帖 12
注册 2008-11-30
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
你的问题与“Logo disabled”无关,现在从网上下载的himem.sys基本上都会写log文件,而且log文件也基本上都有“Logo disabled”,比如我现在使用的himem.sys就是如此,但是加载正常而且速度很快。可以考虑换一换himem.sys文件或者拿你的启动盘到别的机器上试一试,另外/Q参数我从没用过,可以考虑暂时去掉再测试。
Your question is not related to "Logo disabled". Now, most of the himem.sys downloaded from the Internet basically write log files, and the log files basically all have "Logo disabled". For example, the himem.sys I am using now is like this, but it loads normally and is very fast. You can consider changing the himem.sys file or use your boot disk to try on other machines. In addition, I have never used the /Q parameter, you can consider temporarily removing it for testing.
|
|
2009-5-1 13:07 |
|
|
netwinxp
高级用户
   
积分 741
发帖 366
注册 2007-7-25
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
编辑一下msdos.sys看看哪些参数有问题了。简单地说,换一个msdos.sys。目前很多启动盘的msdos.sys被改得乱七八糟的。
Last edited by netwinxp on 2009-5-2 at 11:11 ]
Edit the msdos.sys to see which parameters are problematic. Simply put, replace the msdos.sys. Currently, the msdos.sys of many boot disks is messed up.
Last edited by netwinxp on 2009-5-2 at 11:11 ]
|
|
2009-5-2 11:09 |
|