|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
网上查了,只找到windows下的虚拟内存之说,没找到什么叫dos下的虚拟内存。
I searched online and only found the concept of virtual memory under Windows, but didn't find what is called virtual memory under DOS.
|

Windows 一键还原
http://www.yjhy.com |
|
2008-6-22 16:24 |
|
|
szdos
新手上路

积分 4
发帖 2
注册 2008-6-23
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
下载下来在说。
Let's talk about it after downloading.
|
|
2008-6-23 13:13 |
|
|
lhteee
中级用户
  
积分 223
发帖 59
注册 2005-5-23
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
Originally posted by lianjiang2004 at 2008-6-22 04:24 PM:
网上查了,只找到windows下的虚拟内存之说,没找到什么叫dos下的虚拟内存。
同意!!!!
Originally posted by lianjiang2004 at 2008-6-22 04:24 PM:
I searched online and only found the concept of virtual memory under Windows, but not what is called virtual memory under DOS.
I agree!!!
|

欢迎光临蜗牛软园:http://lhteee.ys168.com
欢迎光临 Ghost家:http://lhtooo.ys168.com
电子信箱(Email):lhteee@163.com
电子信箱(Email):lhteee@gmail.com
|
|
2008-6-28 17:43 |
|
|
aaai
新手上路

积分 13
发帖 7
注册 2006-10-21
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
好东东,大家多支持啊!!!
Good stuff, everyone please support it!!!
|
|
2008-6-29 11:26 |
|
|
aaai
新手上路

积分 13
发帖 7
注册 2006-10-21
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
不顶不爽!不顶不爽啊!!!
Unbearable if not top! Unbearable if not top!!!
|
|
2008-6-29 11:29 |
|
|
chujiafu
银牌会员
    
积分 1337
发帖 594
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
|
2008-6-30 08:25 |
|
|
glfdos
初级用户
 
积分 160
发帖 78
注册 2007-11-9
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
虚拟内存,好像只有到windows才有的吧,dos怎么作我还不会,是否有会的能教教我。
不会是smatdrv吧?
Virtual memory, it seems that it only exists in Windows, I don't know how to do it in DOS. Is there anyone who knows how to teach me. Is it not smatdrv?
|
|
2008-6-30 12:44 |
|
|
bwisely
新手上路

积分 3
发帖 2
注册 2006-4-2
状态 离线
|
|
2008-7-5 10:57 |
|
|
diao123456
新手上路

积分 5
发帖 20
注册 2007-4-18 来自 SZ
状态 离线
|
|
2008-7-6 21:21 |
|
|
ivanbei
新手上路

积分 6
发帖 3
注册 2008-5-8
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
ghost 11.5在虛擬機裏面還原鏡像正常,但在實際PC中卻報解壓出錯,隻好換回11.02就一切正常。
用11.5備份是正常的,就是解壓有問題。
Ghost 11.5 works normally when restoring images in a virtual machine, but reports an extraction error on an actual PC, so I had to switch back to 11.02 and everything worked normally. Backing up with 11.5 is normal, just the extraction is problematic.
|
|
2008-8-8 00:44 |
|
|
dosyenanjs
初级用户
 
积分 22
发帖 11
注册 2008-7-10
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
在DOS下的CONFIG.SYS作如下内容:
device=himem.sys /testmem:on
device=OAKCDROM.SYS /D:mscd001
SHELL=COMMAND.COM /P /E:640
DOS=HIGH,UMB,AUTO
FCBSHIGH=4,0
FILESHIGH=30
BUFFERSHIGH=20,0
STACKSHIGH=9,256
LASTDRIVEHIGH=Z
这就是虚拟.速度很快的.
In DOS, the CONFIG.SYS has the following content:
device=himem.sys /testmem:on
device=OAKCDROM.SYS /D:mscd001
SHELL=COMMAND.COM /P /E:640
DOS=HIGH,UMB,AUTO
FCBSHIGH=4,0
FILESHIGH=30
BUFFERSHIGH=20,0
STACKSHIGH=9,256
LASTDRIVEHIGH=Z
This is virtual. It's very fast.
|
|
2008-8-8 11:44 |
|
|
BWSkyer
中级用户
   我是DOS学者
积分 367
发帖 180
注册 2006-5-14 来自 重庆
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
FYI...
BUFFERS/BUFFERSHIGH:为指定数量的磁盘缓冲区分配内存。
用法:BUFFERS=磁盘缓冲区数量,[从属高速缓存中的缓冲区数量]
FCBS/FCBSHIGH:指定可以同时打开的文件控制块 (FCB) 的数量。
用法:FCBS/FCBSHIGH=可以同时打开的FCB的数量。
注:由于FCB主要是在DOS 1.x中使用,对于高版本,所以可以让系统自动配置。
FILES/FILESHIGH:指定 可以同时访问的文件数量。
用法:FILES/FILESHIGH=可以同时访问的文件数量。
注:一般FILES/FILESHIGH的设置值在30左右比较合适。
STACK/STACKHIGH:指定使用的堆栈数量。
用法:STACK/STACKHIGH=堆栈数量,每个堆栈的大小
注:通常指定的值是9,256,这个值可以满足大多数的需求。
FYI...
BUFFERS/BUFFERSHIGH: Allocate memory for the specified number of disk buffers.
Usage: BUFFERS=number of disk buffers,
FCBS/FCBSHIGH: Specify the number of file control blocks (FCB) that can be opened simultaneously.
Usage: FCBS/FCBSHIGH=number of FCBs that can be opened simultaneously.
Note: Since FCBs are mainly used in DOS 1.x, for higher versions, the system can be allowed to configure automatically.
FILES/FILESHIGH: Specify the number of files that can be accessed simultaneously.
Usage: FILES/FILESHIGH=number of files that can be accessed simultaneously.
Note: Generally, the setting value of FILES/FILESHIGH is about 30, which is more appropriate.
STACK/STACKHIGH: Specify the number of stacks used.
Usage: STACK/STACKHIGH=number of stacks, size of each stack
Note: The usually specified value is 9,256, and this value can meet most needs.
|

My blog:左铅右椠 上善若水
My team: 519创意团队 |
|
2008-8-8 12:49 |
|