标题: config.sys配置问题``
[打印本页]
作者: Eblis
时间: 2007-4-1 11:09
标题: config.sys配置问题``
请问这段配置有什么问题吗?..内存配置不够..不能运行ghost``
[menu]
menuitem=AUTO, Boot with emm386 (most compatible)
menuitem=MAX, Boot with emm386 (max memory)
menuitem=NOEMM, Boot without emm386
menuitem=CLEAN, Clean boot
menudefault=AUTO,5
[AUTO]
switches=/f
break=off
dos=high,umb
files=20
buffers=20
lastdrive=z
device=\bin\himem.sys /testmem:off
device=\bin\emm386.exe x=d000-d8ff h=128 noems notr
shell=\command.com /e:1024 /p
devicehigh=\bin\ifshlp.sys
[MAX]
switches=/f
break=off
dos=high,umb
files=20
buffers=20
lastdrive=z
device=\bin\himem.sys /testmem:off
device=\bin\emm386.exe h=128 noems
shell=\command.com /e:1024 /p
devicehigh=\bin\ifshlp.sys
[NOEMM]
switches=/f
break=off
dos=high,umb
files=20
buffers=20
lastdrive=z
device=\bin\himem.sys /testmem:off
shell=\command.com /e:1024 /p
device=\bin\ifshlp.sys
[CLEAN]
shell=\command.com /p
[
Last edited by Eblis on 2007-3-31 at 10:37 PM ]
作者: 0451lym
时间: 2007-4-1 13:09
x=d000-d8ff
为什么要这样用?
好大的空间都没了!
作者: 0451lym
时间: 2007-4-1 13:12
这是我的内存
C000-C3FF :使用
C400-C7FF : 使用
C800-CBFF :使用
CC00-CFFF : 使用
D000-D3FF : 使用
D400-D7FF : OK
D800-DBFF : OK
DC00-DFFF : OK
E000-E3FF : 使用
E400-E7FF : 使用
E800-EBFF : 使用
EC00-EFFF : 使用
如果要使用/I=
建议参数为: /i=D400-DFFF
[
Last edited by 0451lym on 2007-4-1 at 01:26 PM ]
作者: 0451lym
时间: 2007-4-1 13:35
这是我的配置:
DEVICE=\SYS\MEM\HIMEM.exe
DEVICEHIGH=\SYS\MEM\EMM386.exe noems
结果看见了全部都使用上了!
C000-C3FF : Used
C400-C7FF : Used
C800-CBFF : Used
CC00-CFFF : Used
D000-D3FF : Used
D400-D7FF : Used
D800-DBFF : Used
DC00-DFFF : Used
E000-E3FF : Used
E400-E7FF : Used
E800-EBFF : Used
EC00-EFFF : Used