怎么在config.plist注入内存信息?
我的内存信息是这样的,DIMM0 金士顿 DDR3L 1600MHz 4GB
制造日期 2015 年 03月
型号 7F98 99U5417-030.A00G
序列号 2D35AC3D
DIMM2 金士顿 DDR3L 1600MHz 4GB
制造日期 2015 年 03月
型号 7F98 99U5417-030.A00G
序列号 0B3419B9
原贴(https://bbs.pcbeta.com/viewthread-1652422-1-1.html)给的范例是这样的
<key>Memory</key>
<dict>
<key>Channels</key>
<integer>2</integer>
<key>Modules</key>
<array>
<dict>
<key>Frequency</key>
<string>1600</string>
<key>Size</key>
<string>4096</string>
<key>Slot</key>
<string>1</string>
<key>Type</key>
<string>DDR3</string>
<key>Vendor</key>
<string>Kingston</string>
</dict>
<dict>
<key>Frequency</key>
<string>1600</string>
<key>Size</key>
<string>4096</string>
<key>Slot</key>
<string>3</string>
<key>Type</key>
<string>DDR3</string>
<key>Vendor</key>
<string>Kingston</string>
</dict>
</array>
<key>SlotCount</key>
<integer>4</integer>
</dict>
大神教教我我的这种情况,应该怎么写? 本帖最后由 kfc0013 于 2016-5-10 12:26 编辑
Channels:为通道数。一般主板是双通道,即数值为2
SlotCount:插槽数,最大可支持24个插槽。
Size:内存大小。通用有:512,1024,2048,4096.可整型,可字符型
Frequency:内存频率。常用800,1300,1600
slot:插槽位置,值可为整型,也可字符型.值0~24.Type:内存条类型,有DDR2,DDR3,DDR
Vendor:制造商,如kingston
<key>SMBIOS</key>
<dict>
<key>Memory</key>
<dict>
<key>Channels</key>
<integer>1/2/3/4</integer> OR <string>1/2/3/4</string>
<key>SlotCount</key>
<integer>24</integer> OR <string>24</string>
<key>Modules</key>
<array>
<dict>
<key>Slot</key>
<integer>0</integer> OR <string>0</string>
<key>Size</key>
<integer>2048</integer> OR <string>2048</string>
<key>Frequency</key>
<integer>1600</integer> OR <string>1600</string>
<key>Vendor</key>
<string>Some Company</string>
<key>Part</key>
<string>123456ABCDEF</string>
<key>Serial</key>
<string>ABCDEF123456</string>
<key>Type</key>
<string>DDR/DDR2/DDR3</string>
</dict>
...
<dict>
<key>Slot</key>
<integer>N</integer>
<key>Size</key>
<integer>2048</integer>
<key>Frequency</key>
<integer>1600</integer>
<key>Vendor</key>
<string>Some Company</string>
<key>Part</key>
<string>123456ABCDEF</string>
<key>Serial</key>
<string>ABCDEF123456</string>
<key>Type</key>
<string>DDR3</string>
</dict>
</array>
</dict>
</dict>
kfc0013 发表于 2016-5-10 12:24 https://www.pcbeta.com/static/image/common/back.gif
Channels:为通道数。一般主板是双通道,即数值为2
SlotCount:插槽数,最大可支持24个插槽。
Size:内存 ...
对于小白的我好复杂,都不知道加在哪一段。请问能否帮忙加一下 羁绊i 发表于 2016-5-10 17:35 https://www.pcbeta.com/static/image/common/back.gif
对于小白的我好复杂,都不知道加在哪一段。请问能否帮忙加一下
<key>SMBIOS</key> 你需要读懂英语,然后了解代码大致结构。 kfc0013 发表于 2016-5-10 18:15 https://www.pcbeta.com/static/image/common/back.gif
d大哥,你有空注入一下嘛。我的是8g内存,目前只有4g。
kext wizardkext wizardkext wizardkext wizardkext wizard kfc0013 发表于 2016-5-10 12:24 https://www.pcbeta.com/static/image/common/back.gif
Channels:为通道数。一般主板是双通道,即数值为2
SlotCount:插槽数,最大可支持24个插槽。
Size:内存 ...
太感谢你啦!!我去试一下 kfc0013 发表于 2016-5-10 12:24 https://www.pcbeta.com/static/image/common/back.gif
Channels:为通道数。一般主板是双通道,即数值为2
SlotCount:插槽数,最大可支持24个插槽。
Size:内存 ...
成功了,特来感谢! kfc0013 发表于 2016-5-10 12:24
Channels:为通道数。一般主板是双通道,即数值为2
SlotCount:插槽数,最大可支持24个插槽。
Size:内存 ...
想问问这是必须得嘛?我删掉就开不了机了。 disontsie 发表于 2016-7-22 12:13 https://www.pcbeta.com/static/image/common/back.gif
想问问这是必须得嘛?我删掉就开不了机了。
有时需要,看自己的五国是否有报错! kfc0013 发表于 2016-7-22 12:31 https://www.pcbeta.com/static/image/common/back.gif
有时需要,看自己的五国是否有报错!
好的,我记得有次我删掉没事,现在删掉突然就有事了。 太感谢你啦!!我去试一下 太感谢你啦!!我去试一下 感谢二楼~~~~
感谢
感谢
页:
[1]