|
vpc2004
初级用户
 
积分 114
发帖 5
注册 2004-8-15
状态 离线
|
『楼 主』:
我用virtual pc2004模拟msdos6时CPU占用率高的惊人,求解决办法。
使用 LLM 解释/回答一下
因为最近学习汇编语言和操作系统原理必须要用到古老无比的dos6.22,我用virtual pc2004模拟msdos6.22时CPU占用率高达60%-80%(我的系统是P4-2.8G,内存1G) ,请问有什么办法能降低CPU占用率?
请前辈们一定要帮帮忙,先谢谢了 :)
Because I recently need to use the extremely ancient DOS 6.22 for learning assembly language and operating system principles. When I simulate MS-DOS 6.22 with Virtual PC 2004, the CPU usage rate is as high as 60%-80% (my system is P4-2.8G, memory 1G). May I ask if there are any ways to reduce the CPU usage rate? Please, seniors must help, thank you in advance : )
|
|
2004-8-15 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
要學習匯編語言和操作系統原理的話不一定要用那麼舊的DOS版本吧,用新的dos7.10也是完全可以的。如果要降低CPU佔用率的話,可以試試IDLE程序,或者在真實機中安裝個純DOS試試。
To learn assembly language and operating system principles, you don't necessarily have to use such old DOS versions. Using the new DOS 7.10 is completely okay. If you want to reduce the CPU usage, you can try the IDLE program, or install a pure DOS in a real machine and give it a try.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2004-8-15 00:00 |
|
|
vpc2004
初级用户
 
积分 114
发帖 5
注册 2004-8-15
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
dos7对偶来说太复杂了,而且我手上的源代码是dos6的,为了学习方便,所以选择了dos6。我的机器组了磁盘阵列,我怕直接安装DOS会造成偶不能控制的错误。。。我在GOOGLE上搜索了“IDLE”,得到的结果是一个名为RAM IDLE Pro的软件,站长大哥,你说的是这个东东吗?
DOS 7 is too complicated for me. And the source code I have is for DOS 6. For the convenience of learning, I chose DOS 6. I have set up a disk array on my machine, and I'm afraid that directly installing DOS will cause errors that I can't control... I searched "IDLE" on GOOGLE, and the result is a software called RAM IDLE Pro. Brother站长, are you talking about this thing?
|
|
2004-8-15 00:00 |
|
|
xiexiaohu
中级用户
  
积分 365
发帖 95
注册 2004-2-28
状态 离线
|
|
2004-10-30 00:00 |
|
|
driver1998
高级用户
   
积分 740
发帖 373
注册 2008-5-23 来自 中国,广东
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
载入VPC的附加组件ISO,然后在DOS里进入cd的\dos文件夹,就能看到IDLE了
Load the additional component ISO of VPC, then enter the \dos folder in DOS, and you will see IDLE.
|

别看我是高级用户,其实菜鸟一个,^-^ |
|
2008-10-19 13:10 |
|
|
door10000
新手上路

积分 14
发帖 7
注册 2008-11-19
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by driver1998 at 2008-10-19 13:10:
载入VPC的附加组件ISO,然后在DOS里进入cd的\dos文件夹,就能看到IDLE了
我的vpc装的dos7.1,当我cd到虚拟光驱下是可以看到idle.com的,可是却不能运行也不能复制的虚拟硬盘中,copy和xcopy都没用,提示找不到文件idle.com。要怎么办呢?
Originally posted by driver1998 at 2008-10-19 13:10:
Load the ISO of the VPC add-on components, then enter the \dos folder in DOS, and you can see IDLE.
My VPC is installed with DOS 7.1. When I CD to the virtual drive, I can see idle.com, but I can't run it or copy it to the virtual hard disk. Both copy and xcopy don't work, and it prompts that the file idle.com is not found. What should I do?
|
|
2008-11-21 16:11 |
|
|
knifeflying
初级用户
 
积分 72
发帖 30
注册 2007-10-12
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
dos下是没有电源管理的,它一直等待你输入命令。
过去我也碰到过这样的问题,加一个power程序管理就行了。
好老的帖子啊,不知道现在回答还有没有人看到。呵呵
There is no power management under DOS; it keeps waiting for you to enter commands. I also encountered such a problem in the past. Just add a power program for management. What an old post! I don't know if anyone will see the answer now. Hehe
|
|
2008-12-1 00:42 |
|
|
door10000
新手上路

积分 14
发帖 7
注册 2008-11-19
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by knifeflying at 2008-12-1 00:42:
dos下是没有电源管理的,它一直等待你输入命令。
过去我也碰到过这样的问题,加一个power程序管理就行了。
好老的帖子啊,不知道现在回答还有没有人看到。呵呵
我看到了呀,谢谢你哟,我是新手很菜,你能不能把操作步骤讲得详尽点呀,先谢谢了!
Originally posted by knifeflying at 2008-12-1 00:42:
There is no power management under DOS; it keeps waiting for you to enter commands.
I also encountered such a problem in the past. Adding a power program for management will do.
What an old post! I don't know if anyone will see the answer now. Hehe
I saw it. Thank you. I'm a newbie and very green. Can you explain the operation steps in detail? Thank you in advance!
|
|
2008-12-7 15:14 |
|