|
zhuy82
新手上路

积分 4
发帖 3
注册 2010-2-12
状态 离线
|
|
2010-8-5 09:26 |
|
|
tongzj
初级用户
 
积分 49
发帖 43
注册 2007-1-20
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
用wmic 查看内存信息:
wmic MEMLOGICAL list full
View memory information using wmic:
wmic MEMLOGICAL list full
|
|
2010-8-5 16:17 |
|
|
lovelymorning
初级用户
 
积分 131
发帖 72
注册 2008-2-24
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
xp 下,可以用 systeminfo 来看。。。纯dos。。。没玩过。。。
Under XP, you can use systeminfo to see... Pure DOS... Haven't played with it...
|
|
2010-8-5 23:48 |
|
|
zhuy82
新手上路

积分 4
发帖 3
注册 2010-2-12
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
谢谢2楼的,纯DOS下,如何用这个命令?
Thanks to the user on the 2nd floor, how to use this command in pure DOS?
|
|
2010-8-12 11:30 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2010-8-14 23:46 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
实际内存容量是指当前的可用内存?还是物理内存加上虚拟内存的总量?
Does the actual memory capacity refer to the current available memory? Or the total amount of physical memory plus virtual memory?
|

 |
|
2010-8-15 13:16 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
mem命令可以查看,前提是加载了himem.sys
The `mem` command can be viewed, provided that `himem.sys` is loaded
|
|
2010-8-15 13:23 |
|
|
azziporah
初级用户
 
积分 102
发帖 47
注册 2008-11-10
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
参考memtest源码
http://www.memtest.org/
虽然这个memtest获取的是裸机的可用容量和物理容量,不过还是挺有参考意义的
Last edited by azziporah on 2010-9-5 at 03:05 ]
Refer to the memtest source code
http://www.memtest.org/
Although this memtest obtains the available capacity and physical capacity of the bare metal, it is still quite meaningful for reference
Last edited by azziporah on 2010-9-5 at 03:05 ]
|
|
2010-9-4 18:14 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by fairsky007 at 2010-9-2 10:55 AM:
MEM|NSET /L9 /XK M=$3
echo %M%
我在我虚拟机上试过了,显示1,048,512 (k),我虚拟机设置1G内存. 多出来一点不知道哪来的.呵呵
1GB内存是1024*1024=1048576K,没有多
Originally posted by fairsky007 at 2010-9-2 10:55 AM:
MEM|NSET /L9 /XK M=$3
echo %M%
I tried it on my virtual machine, and it shows 1,048,512 (k). My virtual machine is set to 1G memory. I don't know where the extra part comes from. Hehe
1GB of memory is 1024*1024=1048576K, there is no extra
|
|
2010-9-4 21:45 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Originally posted by fujianabc at 2010-9-4 21:45:
1GB内存是1024*1024=1048576K,没有多
嘿嘿,不小心一个小失误,自己更正下吧。
Originally posted by fujianabc at 2010-9-4 21:45:
1GB memory is 1024*1024=1048576K, no more
Hehe, an accidental small mistake, correct it by myself.
|
|
2010-9-4 22:08 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
Originally posted by DOSforever at 2010-9-4 10:08 PM:
嘿嘿,不小心一个小失误,自己更正下吧。
哪里错了?
Originally posted by DOSforever at 2010-9-4 10:08 PM:
Hehe, just a small mistake by accident, correct it by myself.
What's wrong?
|
|
2010-9-6 10:59 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
呵呵,其实也没什么
1GB内存是 1048576K 没错,但应该是 1024*1024*1024 。我只是吹毛求疵而已。
Hehe, actually it's nothing.
1GB of memory is 1048576K, which is correct, but it should be 1024*1024*1024. I'm just being overly critical.
|
|
2010-9-12 14:09 |
|