标题: 双启动的问题
[打印本页]
作者: 阿海
时间: 2003-4-13 00:00
标题: 双启动的问题
我利用MS-DOS7.1做了一个与XP的双启动,但是进入DOS系统是,用MEM查看我的
常规内存只有634k,要知道原来是640k的,是不是有病毒阿
我用MS-DOS7。1启动盘启动,就是640K
谁可解答
作者: 阿海
时间: 2003-4-14 00:00
怎么没人理吗?
作者: Wengier
时间: 2003-4-14 00:00
能不能将用MEM/C/P命令后的屏幕显示放到这儿让我们看看呢?
作者: 阿海
时间: 2003-4-14 00:00
在DOS下如何截取
作者: Wengier
时间: 2003-4-15 00:00
用Screen Thief等软件都可以截取的。
不过对于文本屏幕,用MEM /C>TEMP.DAT就可以将屏幕显示全部重定向到文件TEMP.DAT中去,再将TEMP.DAT文件中的内容帖到论坛中来就行了。
作者: 阿海
时间: 2003-4-16 00:00
我设置了启动菜单1,有光驱2,无光驱3,运行游戏的设置
但我选第一项时:Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 634K 88K 546K
Upper 0K 0K 0K
Reserved 0K 0K 0K
Extended (XMS)* 228,272K 720K 227,552K
---------------- -------- -------- --------
Total memory 228,906K 808K 228,098K
Total under 1 MB 634K 88K 546K
Total Expanded (EMS) 32M (33,947,648 bytes)
Free Expanded (EMS)* 32M (33,554,432 bytes)
* EMM386 is using XMS memory to simulate EMS memory as needed.
Free EMS memory may change as free XMS memory changes.
Largest executable program size 546K (559,072 bytes)
Largest free upper memory block 0K (0 bytes)
MS-DOS is resident in the high memory area.
选第二项时:
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 634K 33K 601K
Upper 0K 0K 0K
Reserved 0K 0K 0K
Extended (XMS) 228,272K 64K 228,208K
---------------- -------- -------- --------
Total memory 228,906K 97K 228,809K
Total under 1 MB 634K 33K 601K
Largest executable program size 600K (614,688 bytes)
Largest free upper memory block 0K (0 bytes)
MS-DOS is resident in the high memory area.
选第三项时:
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 634K 18K 616K
Upper 57K 15K 42K
Reserved 0K 0K 0K
Extended (XMS)* 228,215K 727K 227,488K
---------------- -------- -------- --------
Total memory 228,906K 760K 228,146K
Total under 1 MB 691K 33K 658K
Total Expanded (EMS) 32M (33,947,648 bytes)
Free Expanded (EMS)* 32M (33,554,432 bytes)
* EMM386 is using XMS memory to simulate EMS memory as needed.
Free EMS memory may change as free XMS memory changes.
Largest executable program size 616K (630,416 bytes)
Largest free upper memory block 42K (43,200 bytes)
MS-DOS is resident in the high memory area.
作者: Wengier
时间: 2003-4-16 00:00
在CONFIG.SYS中加入DEVICE=EMM386.EXE NOEMS试试.