fauxhai 2.3.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -28
  3. data/CONTRIBUTING.md +3 -3
  4. data/Gemfile +0 -1
  5. data/README.md +3 -3
  6. data/fauxhai.gemspec +2 -1
  7. data/lib/fauxhai/platforms/amazon/2015.03.json +323 -0
  8. data/lib/fauxhai/platforms/amazon/2015.09.json +332 -0
  9. data/lib/fauxhai/platforms/centos/5.0.json +710 -0
  10. data/lib/fauxhai/platforms/centos/5.1.json +730 -0
  11. data/lib/fauxhai/platforms/centos/5.10.json +288 -2092
  12. data/lib/fauxhai/platforms/centos/5.11.json +346 -3763
  13. data/lib/fauxhai/platforms/centos/5.2.json +742 -0
  14. data/lib/fauxhai/platforms/centos/5.3.json +770 -0
  15. data/lib/fauxhai/platforms/centos/5.4.json +774 -0
  16. data/lib/fauxhai/platforms/centos/5.5.json +790 -0
  17. data/lib/fauxhai/platforms/centos/5.6.json +874 -0
  18. data/lib/fauxhai/platforms/centos/5.7.json +878 -0
  19. data/lib/fauxhai/platforms/centos/5.8.json +333 -218
  20. data/lib/fauxhai/platforms/centos/5.9.json +355 -240
  21. data/lib/fauxhai/platforms/centos/6.0.json +332 -112
  22. data/lib/fauxhai/platforms/centos/6.1.json +633 -0
  23. data/lib/fauxhai/platforms/centos/6.2.json +462 -426
  24. data/lib/fauxhai/platforms/centos/6.3.json +470 -434
  25. data/lib/fauxhai/platforms/centos/6.4.json +389 -61
  26. data/lib/fauxhai/platforms/centos/6.5.json +280 -77
  27. data/lib/fauxhai/platforms/centos/6.6.json +372 -3680
  28. data/lib/fauxhai/platforms/centos/6.7.json +615 -0
  29. data/lib/fauxhai/platforms/centos/7.0.1406.json +294 -3611
  30. data/lib/fauxhai/platforms/centos/7.0.json +169 -2162
  31. data/lib/fauxhai/platforms/centos/7.1.1503.json +814 -0
  32. data/lib/fauxhai/platforms/debian/7.7.json +635 -0
  33. data/lib/fauxhai/platforms/debian/7.8.json +635 -0
  34. data/lib/fauxhai/platforms/debian/7.9.json +674 -0
  35. data/lib/fauxhai/platforms/debian/8.0.json +681 -0
  36. data/lib/fauxhai/platforms/debian/8.1.json +681 -0
  37. data/lib/fauxhai/platforms/debian/8.2.json +781 -0
  38. data/lib/fauxhai/platforms/debian/stretch/sid.json +611 -0
  39. data/lib/fauxhai/platforms/dragonfly4/4.2-RELEASE.json +155 -0
  40. data/lib/fauxhai/platforms/fedora/21.json +348 -91
  41. data/lib/fauxhai/platforms/fedora/22.json +752 -0
  42. data/lib/fauxhai/platforms/freebsd/10.0.json +1 -1
  43. data/lib/fauxhai/platforms/freebsd/10.1.json +316 -0
  44. data/lib/fauxhai/platforms/freebsd/10.2.json +316 -0
  45. data/lib/fauxhai/platforms/freebsd/9.1.json +141 -428
  46. data/lib/fauxhai/platforms/freebsd/9.2.json +25 -38
  47. data/lib/fauxhai/platforms/freebsd/9.3.json +316 -0
  48. data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +342 -0
  49. data/lib/fauxhai/platforms/mac_os_x/10.11.1.json +857 -0
  50. data/lib/fauxhai/platforms/nexus/5.json +300 -0
  51. data/lib/fauxhai/platforms/omnios/151014.json +2422 -0
  52. data/lib/fauxhai/platforms/opensuse/12.3.json +249 -2208
  53. data/lib/fauxhai/platforms/opensuse/13.1.json +166 -2193
  54. data/lib/fauxhai/platforms/opensuse/13.2.json +646 -0
  55. data/lib/fauxhai/platforms/oracle/6.6.json +377 -0
  56. data/lib/fauxhai/platforms/oracle/7.0.json +627 -0
  57. data/lib/fauxhai/platforms/oracle/7.1.json +821 -0
  58. data/lib/fauxhai/platforms/redhat/6.6.json +519 -0
  59. data/lib/fauxhai/platforms/redhat/7.1.json +746 -0
  60. data/lib/fauxhai/platforms/solaris2/5.11.json +1 -0
  61. data/lib/fauxhai/platforms/ubuntu/12.04.json +257 -190
  62. data/lib/fauxhai/platforms/ubuntu/14.04.json +246 -184
  63. data/lib/fauxhai/platforms/ubuntu/15.04.json +643 -0
  64. data/lib/fauxhai/platforms/ubuntu/15.10.json +651 -0
  65. data/lib/fauxhai/platforms/windows/10.json +3545 -0
  66. data/lib/fauxhai/platforms/windows/2003R2.json +7887 -7887
  67. data/lib/fauxhai/platforms/windows/2008R2.json +532 -770
  68. data/lib/fauxhai/platforms/windows/2012.json +728 -1257
  69. data/lib/fauxhai/platforms/windows/2012R2.json +737 -1063
  70. data/lib/fauxhai/platforms/windows/8.1.json +3512 -0
  71. data/lib/fauxhai/platforms/windows/8.json +3926 -0
  72. data/lib/fauxhai/runner.rb +1 -0
  73. data/lib/fauxhai/version.rb +1 -1
  74. metadata +61 -7
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "filesystem": {
3
3
  "/dev/mapper/centos-root": {
4
- "kb_size": "8910848",
5
- "kb_used": "1612460",
6
- "kb_available": "7298388",
7
- "percent_used": "19%",
4
+ "kb_size": "7022592",
5
+ "kb_used": "1082000",
6
+ "kb_available": "5940592",
7
+ "percent_used": "16%",
8
8
  "mount": "/",
9
- "total_inodes": "8921088",
10
- "inodes_used": "78292",
11
- "inodes_available": "8842796",
9
+ "total_inodes": "7032832",
10
+ "inodes_used": "39627",
11
+ "inodes_available": "6993205",
12
12
  "inodes_percent_used": "1%",
13
13
  "fs_type": "xfs",
14
14
  "mount_options": [
@@ -19,37 +19,37 @@
19
19
  "inode64",
20
20
  "noquota"
21
21
  ],
22
- "uuid": "f2987c41-1da8-4e23-af1a-594c8d89b532"
22
+ "uuid": "c526ec0e-5509-487f-948f-138dd12c0797"
23
23
  },
24
24
  "devtmpfs": {
25
- "kb_size": "226004",
25
+ "kb_size": "502744",
26
26
  "kb_used": "0",
27
- "kb_available": "226004",
27
+ "kb_available": "502744",
28
28
  "percent_used": "0%",
29
29
  "mount": "/dev",
30
- "total_inodes": "56501",
31
- "inodes_used": "333",
32
- "inodes_available": "56168",
30
+ "total_inodes": "125686",
31
+ "inodes_used": "338",
32
+ "inodes_available": "125348",
33
33
  "inodes_percent_used": "1%",
34
34
  "fs_type": "devtmpfs",
35
35
  "mount_options": [
36
36
  "rw",
37
37
  "nosuid",
38
38
  "seclabel",
39
- "size=226004k",
40
- "nr_inodes=56501",
39
+ "size=502744k",
40
+ "nr_inodes=125686",
41
41
  "mode=755"
42
42
  ]
43
43
  },
44
44
  "tmpfs": {
45
- "kb_size": "234700",
45
+ "kb_size": "508968",
46
46
  "kb_used": "0",
47
- "kb_available": "234700",
47
+ "kb_available": "508968",
48
48
  "percent_used": "0%",
49
49
  "mount": "/sys/fs/cgroup",
50
- "total_inodes": "58675",
50
+ "total_inodes": "127242",
51
51
  "inodes_used": "13",
52
- "inodes_available": "58662",
52
+ "inodes_available": "127229",
53
53
  "inodes_percent_used": "1%",
54
54
  "fs_type": "tmpfs",
55
55
  "mount_options": [
@@ -63,13 +63,13 @@
63
63
  },
64
64
  "/dev/sda1": {
65
65
  "kb_size": "508588",
66
- "kb_used": "135596",
67
- "kb_available": "372992",
68
- "percent_used": "27%",
66
+ "kb_used": "97528",
67
+ "kb_available": "411060",
68
+ "percent_used": "20%",
69
69
  "mount": "/boot",
70
70
  "total_inodes": "512000",
71
- "inodes_used": "336",
72
- "inodes_available": "511664",
71
+ "inodes_used": "330",
72
+ "inodes_available": "511670",
73
73
  "inodes_percent_used": "1%",
74
74
  "fs_type": "xfs",
75
75
  "mount_options": [
@@ -80,7 +80,7 @@
80
80
  "inode64",
81
81
  "noquota"
82
82
  ],
83
- "uuid": "55c42233-73ea-47d4-ac75-7f536bf8f152"
83
+ "uuid": "aa8f1e46-630a-40f0-a2d5-b7cf28757f77"
84
84
  },
85
85
  "proc": {
86
86
  "mount": "/proc",
@@ -175,7 +175,7 @@
175
175
  "mount_options": [
176
176
  "rw",
177
177
  "relatime",
178
- "fd=34",
178
+ "fd=32",
179
179
  "pgrp=1",
180
180
  "timeout=300",
181
181
  "minproto=5",
@@ -209,21 +209,13 @@
209
209
  "relatime"
210
210
  ]
211
211
  },
212
- "sunrpc": {
213
- "mount": "/proc/fs/nfsd",
214
- "fs_type": "nfsd",
215
- "mount_options": [
216
- "rw",
217
- "relatime"
218
- ]
219
- },
220
212
  "/dev/sda2": {
221
213
  "fs_type": "LVM2_member",
222
- "uuid": "vZMFs2-7Yke-Xjop-GAMC-29cK-9d3Y-nuPEGa"
214
+ "uuid": "W48Zwc-jK74-yASB-vSE8-nx7F-sNiu-NT2JcP"
223
215
  },
224
216
  "/dev/mapper/centos-swap": {
225
217
  "fs_type": "swap",
226
- "uuid": "25c2148d-607c-4729-9d19-52da9f69cf69"
218
+ "uuid": "297cd2e9-be01-48ed-9efd-903404c77475"
227
219
  },
228
220
  "rootfs": {
229
221
  "mount": "/",
@@ -235,25 +227,137 @@
235
227
  },
236
228
  "kernel": {
237
229
  "name": "Linux",
238
- "release": "3.10.0-123.13.1.el7.x86_64",
239
- "version": "#1 SMP Tue Dec 9 23:06:09 UTC 2014",
230
+ "release": "3.10.0-123.el7.x86_64",
231
+ "version": "#1 SMP Mon Jun 30 12:09:22 UTC 2014",
240
232
  "machine": "x86_64",
241
233
  "os": "GNU/Linux",
242
234
  "modules": {
243
- "sg": {
244
- "size": "36533",
235
+ "ip6t_rpfilter": {
236
+ "size": "12546",
237
+ "refcount": "1"
238
+ },
239
+ "ip6t_REJECT": {
240
+ "size": "12939",
241
+ "refcount": "2"
242
+ },
243
+ "ipt_REJECT": {
244
+ "size": "12541",
245
+ "refcount": "2"
246
+ },
247
+ "xt_conntrack": {
248
+ "size": "12760",
249
+ "refcount": "7"
250
+ },
251
+ "ebtable_nat": {
252
+ "size": "12807",
253
+ "refcount": "0"
254
+ },
255
+ "ebtable_broute": {
256
+ "size": "12731",
245
257
  "refcount": "0"
246
258
  },
247
- "vmw_vsock_vmci_transport": {
248
- "size": "26278",
259
+ "bridge": {
260
+ "size": "110196",
261
+ "refcount": "1"
262
+ },
263
+ "stp": {
264
+ "size": "12976",
265
+ "refcount": "1"
266
+ },
267
+ "llc": {
268
+ "size": "14552",
269
+ "refcount": "2"
270
+ },
271
+ "ebtable_filter": {
272
+ "size": "12827",
249
273
  "refcount": "0"
250
274
  },
251
- "vsock": {
252
- "size": "34855",
275
+ "ebtables": {
276
+ "size": "30913",
277
+ "refcount": "3"
278
+ },
279
+ "ip6table_nat": {
280
+ "size": "13015",
281
+ "refcount": "1"
282
+ },
283
+ "nf_conntrack_ipv6": {
284
+ "size": "18738",
285
+ "refcount": "5"
286
+ },
287
+ "nf_defrag_ipv6": {
288
+ "size": "34651",
289
+ "refcount": "1"
290
+ },
291
+ "nf_nat_ipv6": {
292
+ "size": "13279",
293
+ "refcount": "1"
294
+ },
295
+ "ip6table_mangle": {
296
+ "size": "12700",
253
297
  "refcount": "1"
254
298
  },
255
- "coretemp": {
256
- "size": "13435",
299
+ "ip6table_security": {
300
+ "size": "12710",
301
+ "refcount": "1"
302
+ },
303
+ "ip6table_raw": {
304
+ "size": "12683",
305
+ "refcount": "1"
306
+ },
307
+ "ip6table_filter": {
308
+ "size": "12815",
309
+ "refcount": "1"
310
+ },
311
+ "ip6_tables": {
312
+ "size": "27025",
313
+ "refcount": "5"
314
+ },
315
+ "iptable_nat": {
316
+ "size": "13011",
317
+ "refcount": "1"
318
+ },
319
+ "nf_conntrack_ipv4": {
320
+ "size": "14862",
321
+ "refcount": "4"
322
+ },
323
+ "nf_defrag_ipv4": {
324
+ "size": "12729",
325
+ "refcount": "1"
326
+ },
327
+ "nf_nat_ipv4": {
328
+ "size": "13263",
329
+ "refcount": "1"
330
+ },
331
+ "nf_nat": {
332
+ "size": "21798",
333
+ "refcount": "4"
334
+ },
335
+ "nf_conntrack": {
336
+ "size": "101024",
337
+ "refcount": "8"
338
+ },
339
+ "iptable_mangle": {
340
+ "size": "12695",
341
+ "refcount": "1"
342
+ },
343
+ "iptable_security": {
344
+ "size": "12705",
345
+ "refcount": "1"
346
+ },
347
+ "iptable_raw": {
348
+ "size": "12678",
349
+ "refcount": "1"
350
+ },
351
+ "iptable_filter": {
352
+ "size": "12810",
353
+ "refcount": "1"
354
+ },
355
+ "ip_tables": {
356
+ "size": "27239",
357
+ "refcount": "5"
358
+ },
359
+ "sg": {
360
+ "size": "36533",
257
361
  "refcount": "0"
258
362
  },
259
363
  "crct10dif_pclmul": {
@@ -268,14 +372,62 @@
268
372
  "size": "22079",
269
373
  "refcount": "0"
270
374
  },
375
+ "snd_intel8x0": {
376
+ "size": "38153",
377
+ "refcount": "0"
378
+ },
379
+ "snd_ac97_codec": {
380
+ "size": "130236",
381
+ "refcount": "1"
382
+ },
383
+ "ac97_bus": {
384
+ "size": "12730",
385
+ "refcount": "1"
386
+ },
271
387
  "ghash_clmulni_intel": {
272
388
  "size": "13259",
273
389
  "refcount": "0"
274
390
  },
391
+ "snd_seq": {
392
+ "size": "61519",
393
+ "refcount": "0"
394
+ },
395
+ "snd_seq_device": {
396
+ "size": "14497",
397
+ "refcount": "1"
398
+ },
399
+ "snd_pcm": {
400
+ "size": "97511",
401
+ "refcount": "2"
402
+ },
403
+ "snd_page_alloc": {
404
+ "size": "18710",
405
+ "refcount": "2"
406
+ },
407
+ "snd_timer": {
408
+ "size": "29482",
409
+ "refcount": "2"
410
+ },
411
+ "snd": {
412
+ "size": "74645",
413
+ "refcount": "6"
414
+ },
415
+ "i2c_piix4": {
416
+ "size": "22106",
417
+ "refcount": "0"
418
+ },
275
419
  "aesni_intel": {
276
420
  "size": "55624",
277
421
  "refcount": "0"
278
422
  },
423
+ "pcspkr": {
424
+ "size": "12718",
425
+ "refcount": "0"
426
+ },
427
+ "soundcore": {
428
+ "size": "15047",
429
+ "refcount": "1"
430
+ },
279
431
  "lrw": {
280
432
  "size": "13286",
281
433
  "refcount": "1"
@@ -292,70 +444,30 @@
292
444
  "size": "13597",
293
445
  "refcount": "1"
294
446
  },
295
- "ppdev": {
296
- "size": "17671",
297
- "refcount": "0"
298
- },
299
447
  "cryptd": {
300
448
  "size": "20359",
301
449
  "refcount": "3"
302
450
  },
303
- "vmw_balloon": {
304
- "size": "13415",
305
- "refcount": "0"
306
- },
307
- "pcspkr": {
308
- "size": "12718",
451
+ "e1000": {
452
+ "size": "149270",
309
453
  "refcount": "0"
310
454
  },
311
455
  "serio_raw": {
312
456
  "size": "13462",
313
457
  "refcount": "0"
314
458
  },
315
- "parport_pc": {
316
- "size": "28165",
317
- "refcount": "0"
318
- },
319
- "i2c_piix4": {
320
- "size": "22106",
321
- "refcount": "0"
322
- },
323
- "parport": {
324
- "size": "42348",
325
- "refcount": "2"
459
+ "i2c_core": {
460
+ "size": "40325",
461
+ "refcount": "1"
326
462
  },
327
- "shpchp": {
328
- "size": "37032",
463
+ "video": {
464
+ "size": "19267",
329
465
  "refcount": "0"
330
466
  },
331
- "vmw_vmci": {
332
- "size": "67106",
333
- "refcount": "1"
334
- },
335
467
  "mperf": {
336
468
  "size": "12667",
337
469
  "refcount": "0"
338
470
  },
339
- "nfsd": {
340
- "size": "284378",
341
- "refcount": "1"
342
- },
343
- "auth_rpcgss": {
344
- "size": "59368",
345
- "refcount": "1"
346
- },
347
- "nfs_acl": {
348
- "size": "12837",
349
- "refcount": "1"
350
- },
351
- "lockd": {
352
- "size": "93977",
353
- "refcount": "1"
354
- },
355
- "sunrpc": {
356
- "size": "293453",
357
- "refcount": "5"
358
- },
359
471
  "xfs": {
360
472
  "size": "914152",
361
473
  "refcount": "2"
@@ -364,6 +476,14 @@
364
476
  "size": "12644",
365
477
  "refcount": "1"
366
478
  },
479
+ "sd_mod": {
480
+ "size": "45373",
481
+ "refcount": "3"
482
+ },
483
+ "crc_t10dif": {
484
+ "size": "12714",
485
+ "refcount": "1"
486
+ },
367
487
  "sr_mod": {
368
488
  "size": "22416",
369
489
  "refcount": "0"
@@ -372,6 +492,10 @@
372
492
  "size": "42556",
373
493
  "refcount": "1"
374
494
  },
495
+ "crct10dif_common": {
496
+ "size": "12595",
497
+ "refcount": "2"
498
+ },
375
499
  "ata_generic": {
376
500
  "size": "12910",
377
501
  "refcount": "0"
@@ -380,65 +504,21 @@
380
504
  "size": "13038",
381
505
  "refcount": "0"
382
506
  },
383
- "sd_mod": {
384
- "size": "45373",
385
- "refcount": "3"
386
- },
387
- "crc_t10dif": {
388
- "size": "12714",
389
- "refcount": "1"
390
- },
391
- "crct10dif_common": {
392
- "size": "12595",
393
- "refcount": "2"
394
- },
395
- "vmwgfx": {
396
- "size": "135143",
397
- "refcount": "1"
398
- },
399
- "ttm": {
400
- "size": "83948",
401
- "refcount": "1"
402
- },
403
507
  "ata_piix": {
404
508
  "size": "35038",
405
509
  "refcount": "0"
406
510
  },
407
- "mptspi": {
408
- "size": "22542",
409
- "refcount": "2"
410
- },
411
- "drm": {
412
- "size": "297829",
511
+ "ahci": {
512
+ "size": "25819",
413
513
  "refcount": "2"
414
514
  },
415
- "i2c_core": {
416
- "size": "40325",
417
- "refcount": "2"
515
+ "libahci": {
516
+ "size": "32009",
517
+ "refcount": "1"
418
518
  },
419
519
  "libata": {
420
520
  "size": "219478",
421
- "refcount": "3"
422
- },
423
- "scsi_transport_spi": {
424
- "size": "30732",
425
- "refcount": "1"
426
- },
427
- "mptscsih": {
428
- "size": "40150",
429
- "refcount": "1"
430
- },
431
- "e1000": {
432
- "size": "149270",
433
- "refcount": "0"
434
- },
435
- "floppy": {
436
- "size": "69417",
437
- "refcount": "0"
438
- },
439
- "mptbase": {
440
- "size": "105960",
441
- "refcount": "2"
521
+ "refcount": "5"
442
522
  },
443
523
  "dm_mirror": {
444
524
  "size": "22135",
@@ -461,7 +541,7 @@
461
541
  "lsb": {
462
542
  },
463
543
  "os": "linux",
464
- "os_version": "3.10.0-123.13.1.el7.x86_64",
544
+ "os_version": "3.10.0-123.el7.x86_64",
465
545
  "platform": "centos",
466
546
  "platform_version": "7.0.1406",
467
547
  "platform_family": "rhel",
@@ -470,59 +550,41 @@
470
550
  },
471
551
  "dmi": {
472
552
  "dmidecode_version": "2.12",
473
- "smbios_version": "2.4",
553
+ "smbios_version": "2.5",
474
554
  "structures": {
475
- "count": "556",
476
- "size": "28065"
555
+ "count": "10",
556
+ "size": "449"
477
557
  },
478
- "table_location": "0x000E0010",
558
+ "table_location": "0x000E1000",
479
559
  "bios": {
480
560
  "all_records": [
481
561
  {
482
562
  "record_id": "0x0000",
483
563
  "size": "0",
484
564
  "application_identifier": "BIOS Information",
485
- "Vendor": "Phoenix Technologies LTD",
486
- "Version": "6.00",
487
- "Release Date": "05/20/2014",
488
- "Address": "0xE9A50",
489
- "Runtime Size": "91568 bytes",
490
- "ROM Size": "64 kB",
565
+ "Vendor": "innotek GmbH",
566
+ "Version": "VirtualBox",
567
+ "Release Date": "12/01/2006",
568
+ "Address": "0xE0000",
569
+ "Runtime Size": "128 kB",
570
+ "ROM Size": "128 kB",
491
571
  "Characteristics": {
492
572
  "ISA is supported": null,
493
573
  "PCI is supported": null,
494
- "PC Card (PCMCIA) is supported": null,
495
- "PNP is supported": null,
496
- "APM is supported": null,
497
- "BIOS is upgradeable": null,
498
- "BIOS shadowing is allowed": null,
499
- "ESCD support is available": null,
500
574
  "Boot from CD is supported": null,
501
575
  "Selectable boot is supported": null,
502
- "EDD is supported": null,
503
- "Print screen service is supported (int 5h)": null,
504
576
  "8042 keyboard services are supported (int 9h)": null,
505
- "Serial services are supported (int 14h)": null,
506
- "Printer services are supported (int 17h)": null,
507
577
  "CGA/mono video services are supported (int 10h)": null,
508
- "ACPI is supported": null,
509
- "Smart battery is supported": null,
510
- "BIOS boot specification is supported": null,
511
- "Function key-initiated network boot is supported": null,
512
- "Targeted content distribution is supported": null
513
- },
514
- "BIOS Revision": "4.6",
515
- "Firmware Revision": "0.0"
578
+ "ACPI is supported": null
579
+ }
516
580
  }
517
581
  ],
518
- "vendor": "Phoenix Technologies LTD",
519
- "version": "6.00",
520
- "release_date": "05/20/2014",
521
- "address": "0xE9A50",
522
- "runtime_size": "91568 bytes",
523
- "rom_size": "64 kB",
524
- "bios_revision": "4.6",
525
- "firmware_revision": "0.0"
582
+ "vendor": "innotek GmbH",
583
+ "version": "VirtualBox",
584
+ "release_date": "12/01/2006",
585
+ "address": "0xE0000",
586
+ "runtime_size": "128 kB",
587
+ "rom_size": "128 kB"
526
588
  },
527
589
  "system": {
528
590
  "all_records": [
@@ -530,52 +592,53 @@
530
592
  "record_id": "0x0001",
531
593
  "size": "1",
532
594
  "application_identifier": "System Information",
533
- "Manufacturer": "VMware, Inc.",
534
- "Product Name": "VMware Virtual Platform",
535
- "Version": "None",
536
- "Serial Number": "VMware-56 4d a6 e1 16 ae ec aa-f6 55 89 38 a8 7d 46 4c",
537
- "UUID": "564DA6E1-16AE-ECAA-F655-8938A87D464C",
595
+ "Manufacturer": "innotek GmbH",
596
+ "Product Name": "VirtualBox",
597
+ "Version": "1.2",
598
+ "Serial Number": "0",
599
+ "UUID": "2680EABD-236B-415D-B58A-DC4CAC07C25B",
538
600
  "Wake-up Type": "Power Switch",
539
601
  "SKU Number": "Not Specified",
540
- "Family": "Not Specified"
602
+ "Family": "Virtual Machine"
541
603
  }
542
604
  ],
543
- "manufacturer": "VMware, Inc.",
544
- "product_name": "VMware Virtual Platform",
545
- "version": "None",
546
- "serial_number": "VMware-56 4d a6 e1 16 ae ec aa-f6 55 89 38 a8 7d 46 4c",
547
- "uuid": "564DA6E1-16AE-ECAA-F655-8938A87D464C",
605
+ "manufacturer": "innotek GmbH",
606
+ "product_name": "VirtualBox",
607
+ "version": "1.2",
608
+ "serial_number": "0",
609
+ "uuid": "2680EABD-236B-415D-B58A-DC4CAC07C25B",
548
610
  "wake_up_type": "Power Switch",
549
611
  "sku_number": "Not Specified",
550
- "family": "Not Specified"
612
+ "family": "Virtual Machine"
551
613
  },
552
614
  "base_board": {
553
615
  "all_records": [
554
616
  {
555
- "record_id": "0x0002",
617
+ "record_id": "0x0008",
556
618
  "size": "2",
557
619
  "application_identifier": "Base Board Information",
558
- "Manufacturer": "Intel Corporation",
559
- "Product Name": "440BX Desktop Reference Platform",
560
- "Version": "None",
561
- "Serial Number": "None",
620
+ "Manufacturer": "Oracle Corporation",
621
+ "Product Name": "VirtualBox",
622
+ "Version": "1.2",
623
+ "Serial Number": "0",
562
624
  "Asset Tag": "Not Specified",
563
- "Features": "None",
625
+ "Features": {
626
+ "Board is a hosting board": null
627
+ },
564
628
  "Location In Chassis": "Not Specified",
565
- "Chassis Handle": "0x0000",
566
- "Type": "Unknown",
629
+ "Chassis Handle": "0x0003",
630
+ "Type": "Motherboard",
567
631
  "Contained Object Handles": "0"
568
632
  }
569
633
  ],
570
- "manufacturer": "Intel Corporation",
571
- "product_name": "440BX Desktop Reference Platform",
572
- "version": "None",
573
- "serial_number": "None",
634
+ "manufacturer": "Oracle Corporation",
635
+ "product_name": "VirtualBox",
636
+ "version": "1.2",
637
+ "serial_number": "0",
574
638
  "asset_tag": "Not Specified",
575
- "features": "None",
576
639
  "location_in_chassis": "Not Specified",
577
- "chassis_handle": "0x0000",
578
- "type": "Unknown",
640
+ "chassis_handle": "0x0003",
641
+ "type": "Motherboard",
579
642
  "contained_object_handles": "0"
580
643
  },
581
644
  "chassis": {
@@ -584,3441 +647,61 @@
584
647
  "record_id": "0x0003",
585
648
  "size": "3",
586
649
  "application_identifier": "Chassis Information",
587
- "Manufacturer": "No Enclosure",
650
+ "Manufacturer": "Oracle Corporation",
588
651
  "Type": "Other",
589
652
  "Lock": "Not Present",
590
- "Version": "N/A",
591
- "Serial Number": "None",
592
- "Asset Tag": "No Asset Tag",
653
+ "Version": "Not Specified",
654
+ "Serial Number": "Not Specified",
655
+ "Asset Tag": "Not Specified",
593
656
  "Boot-up State": "Safe",
594
657
  "Power Supply State": "Safe",
595
658
  "Thermal State": "Safe",
596
- "Security Status": "None",
597
- "OEM Information": "0x00001234",
598
- "Height": "Unspecified",
599
- "Number Of Power Cords": "Unspecified",
600
- "Contained Elements": "0"
659
+ "Security Status": "None"
601
660
  }
602
661
  ],
603
- "manufacturer": "No Enclosure",
662
+ "manufacturer": "Oracle Corporation",
604
663
  "type": "Other",
605
664
  "lock": "Not Present",
606
- "version": "N/A",
607
- "serial_number": "None",
608
- "asset_tag": "No Asset Tag",
665
+ "version": "Not Specified",
666
+ "serial_number": "Not Specified",
667
+ "asset_tag": "Not Specified",
609
668
  "boot_up_state": "Safe",
610
669
  "power_supply_state": "Safe",
611
670
  "thermal_state": "Safe",
612
- "security_status": "None",
613
- "oem_information": "0x00001234",
614
- "height": "Unspecified",
615
- "number_of_power_cords": "Unspecified",
616
- "contained_elements": "0"
671
+ "security_status": "None"
617
672
  },
618
- "processor": {
673
+ "oem_strings": {
619
674
  "all_records": [
620
675
  {
621
- "record_id": "0x0004",
622
- "size": "4",
623
- "application_identifier": "Processor Information",
624
- "Socket Designation": "CPU socket #0",
625
- "Type": "Central Processor",
626
- "Family": "Unknown",
627
- "Manufacturer": "GenuineIntel",
628
- "ID": "A7 06 02 00 FF FB AB 0F",
629
- "Version": " Intel(R) Core(TM) i5-2500S CPU @ 2.70GHz",
630
- "Voltage": "3.3 V",
631
- "External Clock": "Unknown",
632
- "Max Speed": "30000 MHz",
633
- "Current Speed": "2700 MHz",
634
- "Status": "Populated, Enabled",
635
- "Upgrade": "ZIF Socket",
636
- "L1 Cache Handle": "0x0094",
637
- "L2 Cache Handle": "0x0095",
638
- "L3 Cache Handle": "Not Provided",
639
- "Serial Number": "Not Specified",
640
- "Asset Tag": "Not Specified",
641
- "Part Number": "Not Specified"
642
- },
643
- {
644
- "record_id": "0x0005",
645
- "size": "4",
646
- "application_identifier": "Processor Information",
647
- "Socket Designation": "CPU socket #1",
648
- "Type": "Central Processor",
649
- "Family": "Unknown",
650
- "Manufacturer": "000000000000",
651
- "ID": "00 00 00 00 00 00 00 00",
652
- "Version": "Unknown Processor ",
653
- "Voltage": "3.3 V",
654
- "External Clock": "Unknown",
655
- "Max Speed": "30000 MHz",
656
- "Current Speed": "Unknown",
657
- "Status": "Unpopulated",
658
- "Upgrade": "ZIF Socket",
659
- "L1 Cache Handle": "0x0096",
660
- "L2 Cache Handle": "0x0097",
661
- "L3 Cache Handle": "Not Provided",
662
- "Serial Number": "Not Specified",
663
- "Asset Tag": "Not Specified",
664
- "Part Number": "Not Specified"
665
- },
666
- {
667
- "record_id": "0x0006",
668
- "size": "4",
669
- "application_identifier": "Processor Information",
670
- "Socket Designation": "CPU socket #2",
671
- "Type": "Central Processor",
672
- "Family": "Unknown",
673
- "Manufacturer": "000000000000",
674
- "ID": "00 00 00 00 00 00 00 00",
675
- "Version": "Unknown Processor ",
676
- "Voltage": "3.3 V",
677
- "External Clock": "Unknown",
678
- "Max Speed": "30000 MHz",
679
- "Current Speed": "Unknown",
680
- "Status": "Unpopulated",
681
- "Upgrade": "ZIF Socket",
682
- "L1 Cache Handle": "0x0098",
683
- "L2 Cache Handle": "0x0099",
684
- "L3 Cache Handle": "Not Provided",
685
- "Serial Number": "Not Specified",
686
- "Asset Tag": "Not Specified",
687
- "Part Number": "Not Specified"
688
- },
689
- {
690
- "record_id": "0x0007",
691
- "size": "4",
692
- "application_identifier": "Processor Information",
693
- "Socket Designation": "CPU socket #3",
694
- "Type": "Central Processor",
695
- "Family": "Unknown",
696
- "Manufacturer": "000000000000",
697
- "ID": "00 00 00 00 00 00 00 00",
698
- "Version": "Unknown Processor ",
699
- "Voltage": "3.3 V",
700
- "External Clock": "Unknown",
701
- "Max Speed": "30000 MHz",
702
- "Current Speed": "Unknown",
703
- "Status": "Unpopulated",
704
- "Upgrade": "ZIF Socket",
705
- "L1 Cache Handle": "0x009A",
706
- "L2 Cache Handle": "0x009B",
707
- "L3 Cache Handle": "Not Provided",
708
- "Serial Number": "Not Specified",
709
- "Asset Tag": "Not Specified",
710
- "Part Number": "Not Specified"
711
- },
712
- {
713
- "record_id": "0x0008",
714
- "size": "4",
715
- "application_identifier": "Processor Information",
716
- "Socket Designation": "CPU socket #4",
717
- "Type": "Central Processor",
718
- "Family": "Unknown",
719
- "Manufacturer": "000000000000",
720
- "ID": "00 00 00 00 00 00 00 00",
721
- "Version": "Unknown Processor ",
722
- "Voltage": "3.3 V",
723
- "External Clock": "Unknown",
724
- "Max Speed": "30000 MHz",
725
- "Current Speed": "Unknown",
726
- "Status": "Unpopulated",
727
- "Upgrade": "ZIF Socket",
728
- "L1 Cache Handle": "0x009C",
729
- "L2 Cache Handle": "0x009D",
730
- "L3 Cache Handle": "Not Provided",
731
- "Serial Number": "Not Specified",
732
- "Asset Tag": "Not Specified",
733
- "Part Number": "Not Specified"
734
- },
735
- {
736
- "record_id": "0x0009",
737
- "size": "4",
738
- "application_identifier": "Processor Information",
739
- "Socket Designation": "CPU socket #5",
740
- "Type": "Central Processor",
741
- "Family": "Unknown",
742
- "Manufacturer": "000000000000",
743
- "ID": "00 00 00 00 00 00 00 00",
744
- "Version": "Unknown Processor ",
745
- "Voltage": "3.3 V",
746
- "External Clock": "Unknown",
747
- "Max Speed": "30000 MHz",
748
- "Current Speed": "Unknown",
749
- "Status": "Unpopulated",
750
- "Upgrade": "ZIF Socket",
751
- "L1 Cache Handle": "0x009E",
752
- "L2 Cache Handle": "0x009F",
753
- "L3 Cache Handle": "Not Provided",
754
- "Serial Number": "Not Specified",
755
- "Asset Tag": "Not Specified",
756
- "Part Number": "Not Specified"
757
- },
758
- {
759
- "record_id": "0x000A",
760
- "size": "4",
761
- "application_identifier": "Processor Information",
762
- "Socket Designation": "CPU socket #6",
763
- "Type": "Central Processor",
764
- "Family": "Unknown",
765
- "Manufacturer": "000000000000",
766
- "ID": "00 00 00 00 00 00 00 00",
767
- "Version": "Unknown Processor ",
768
- "Voltage": "3.3 V",
769
- "External Clock": "Unknown",
770
- "Max Speed": "30000 MHz",
771
- "Current Speed": "Unknown",
772
- "Status": "Unpopulated",
773
- "Upgrade": "ZIF Socket",
774
- "L1 Cache Handle": "0x00A0",
775
- "L2 Cache Handle": "0x00A1",
776
- "L3 Cache Handle": "Not Provided",
777
- "Serial Number": "Not Specified",
778
- "Asset Tag": "Not Specified",
779
- "Part Number": "Not Specified"
780
- },
781
- {
782
- "record_id": "0x000B",
783
- "size": "4",
784
- "application_identifier": "Processor Information",
785
- "Socket Designation": "CPU socket #7",
786
- "Type": "Central Processor",
787
- "Family": "Unknown",
788
- "Manufacturer": "000000000000",
789
- "ID": "00 00 00 00 00 00 00 00",
790
- "Version": "Unknown Processor ",
791
- "Voltage": "3.3 V",
792
- "External Clock": "Unknown",
793
- "Max Speed": "30000 MHz",
794
- "Current Speed": "Unknown",
795
- "Status": "Unpopulated",
796
- "Upgrade": "ZIF Socket",
797
- "L1 Cache Handle": "0x00A2",
798
- "L2 Cache Handle": "0x00A3",
799
- "L3 Cache Handle": "Not Provided",
800
- "Serial Number": "Not Specified",
801
- "Asset Tag": "Not Specified",
802
- "Part Number": "Not Specified"
803
- },
804
- {
805
- "record_id": "0x000C",
806
- "size": "4",
807
- "application_identifier": "Processor Information",
808
- "Socket Designation": "CPU socket #8",
809
- "Type": "Central Processor",
810
- "Family": "Unknown",
811
- "Manufacturer": "000000000000",
812
- "ID": "00 00 00 00 00 00 00 00",
813
- "Version": "Unknown Processor ",
814
- "Voltage": "3.3 V",
815
- "External Clock": "Unknown",
816
- "Max Speed": "30000 MHz",
817
- "Current Speed": "Unknown",
818
- "Status": "Unpopulated",
819
- "Upgrade": "ZIF Socket",
820
- "L1 Cache Handle": "0x00A4",
821
- "L2 Cache Handle": "0x00A5",
822
- "L3 Cache Handle": "Not Provided",
823
- "Serial Number": "Not Specified",
824
- "Asset Tag": "Not Specified",
825
- "Part Number": "Not Specified"
826
- },
827
- {
828
- "record_id": "0x000D",
829
- "size": "4",
830
- "application_identifier": "Processor Information",
831
- "Socket Designation": "CPU socket #9",
832
- "Type": "Central Processor",
833
- "Family": "Unknown",
834
- "Manufacturer": "000000000000",
835
- "ID": "00 00 00 00 00 00 00 00",
836
- "Version": "Unknown Processor ",
837
- "Voltage": "3.3 V",
838
- "External Clock": "Unknown",
839
- "Max Speed": "30000 MHz",
840
- "Current Speed": "Unknown",
841
- "Status": "Unpopulated",
842
- "Upgrade": "ZIF Socket",
843
- "L1 Cache Handle": "0x00A6",
844
- "L2 Cache Handle": "0x00A7",
845
- "L3 Cache Handle": "Not Provided",
846
- "Serial Number": "Not Specified",
847
- "Asset Tag": "Not Specified",
848
- "Part Number": "Not Specified"
849
- },
850
- {
851
- "record_id": "0x000E",
852
- "size": "4",
853
- "application_identifier": "Processor Information",
854
- "Socket Designation": "CPU socket #10",
855
- "Type": "Central Processor",
856
- "Family": "Unknown",
857
- "Manufacturer": "000000000000",
858
- "ID": "00 00 00 00 00 00 00 00",
859
- "Version": "Unknown Processor ",
860
- "Voltage": "3.3 V",
861
- "External Clock": "Unknown",
862
- "Max Speed": "30000 MHz",
863
- "Current Speed": "Unknown",
864
- "Status": "Unpopulated",
865
- "Upgrade": "ZIF Socket",
866
- "L1 Cache Handle": "0x00A8",
867
- "L2 Cache Handle": "0x00A9",
868
- "L3 Cache Handle": "Not Provided",
869
- "Serial Number": "Not Specified",
870
- "Asset Tag": "Not Specified",
871
- "Part Number": "Not Specified"
872
- },
873
- {
874
- "record_id": "0x000F",
875
- "size": "4",
876
- "application_identifier": "Processor Information",
877
- "Socket Designation": "CPU socket #11",
878
- "Type": "Central Processor",
879
- "Family": "Unknown",
880
- "Manufacturer": "000000000000",
881
- "ID": "00 00 00 00 00 00 00 00",
882
- "Version": "Unknown Processor ",
883
- "Voltage": "3.3 V",
884
- "External Clock": "Unknown",
885
- "Max Speed": "30000 MHz",
886
- "Current Speed": "Unknown",
887
- "Status": "Unpopulated",
888
- "Upgrade": "ZIF Socket",
889
- "L1 Cache Handle": "0x00AA",
890
- "L2 Cache Handle": "0x00AB",
891
- "L3 Cache Handle": "Not Provided",
892
- "Serial Number": "Not Specified",
893
- "Asset Tag": "Not Specified",
894
- "Part Number": "Not Specified"
895
- },
896
- {
897
- "record_id": "0x0010",
898
- "size": "4",
899
- "application_identifier": "Processor Information",
900
- "Socket Designation": "CPU socket #12",
901
- "Type": "Central Processor",
902
- "Family": "Unknown",
903
- "Manufacturer": "000000000000",
904
- "ID": "00 00 00 00 00 00 00 00",
905
- "Version": "Unknown Processor ",
906
- "Voltage": "3.3 V",
907
- "External Clock": "Unknown",
908
- "Max Speed": "30000 MHz",
909
- "Current Speed": "Unknown",
910
- "Status": "Unpopulated",
911
- "Upgrade": "ZIF Socket",
912
- "L1 Cache Handle": "0x00AC",
913
- "L2 Cache Handle": "0x00AD",
914
- "L3 Cache Handle": "Not Provided",
915
- "Serial Number": "Not Specified",
916
- "Asset Tag": "Not Specified",
917
- "Part Number": "Not Specified"
918
- },
919
- {
920
- "record_id": "0x0011",
921
- "size": "4",
922
- "application_identifier": "Processor Information",
923
- "Socket Designation": "CPU socket #13",
924
- "Type": "Central Processor",
925
- "Family": "Unknown",
926
- "Manufacturer": "000000000000",
927
- "ID": "00 00 00 00 00 00 00 00",
928
- "Version": "Unknown Processor ",
929
- "Voltage": "3.3 V",
930
- "External Clock": "Unknown",
931
- "Max Speed": "30000 MHz",
932
- "Current Speed": "Unknown",
933
- "Status": "Unpopulated",
934
- "Upgrade": "ZIF Socket",
935
- "L1 Cache Handle": "0x00AE",
936
- "L2 Cache Handle": "0x00AF",
937
- "L3 Cache Handle": "Not Provided",
938
- "Serial Number": "Not Specified",
939
- "Asset Tag": "Not Specified",
940
- "Part Number": "Not Specified"
941
- },
942
- {
943
- "record_id": "0x0012",
944
- "size": "4",
945
- "application_identifier": "Processor Information",
946
- "Socket Designation": "CPU socket #14",
947
- "Type": "Central Processor",
948
- "Family": "Unknown",
949
- "Manufacturer": "000000000000",
950
- "ID": "00 00 00 00 00 00 00 00",
951
- "Version": "Unknown Processor ",
952
- "Voltage": "3.3 V",
953
- "External Clock": "Unknown",
954
- "Max Speed": "30000 MHz",
955
- "Current Speed": "Unknown",
956
- "Status": "Unpopulated",
957
- "Upgrade": "ZIF Socket",
958
- "L1 Cache Handle": "0x00B0",
959
- "L2 Cache Handle": "0x00B1",
960
- "L3 Cache Handle": "Not Provided",
961
- "Serial Number": "Not Specified",
962
- "Asset Tag": "Not Specified",
963
- "Part Number": "Not Specified"
964
- },
965
- {
966
- "record_id": "0x0013",
967
- "size": "4",
968
- "application_identifier": "Processor Information",
969
- "Socket Designation": "CPU socket #15",
970
- "Type": "Central Processor",
971
- "Family": "Unknown",
972
- "Manufacturer": "000000000000",
973
- "ID": "00 00 00 00 00 00 00 00",
974
- "Version": "Unknown Processor ",
975
- "Voltage": "3.3 V",
976
- "External Clock": "Unknown",
977
- "Max Speed": "30000 MHz",
978
- "Current Speed": "Unknown",
979
- "Status": "Unpopulated",
980
- "Upgrade": "ZIF Socket",
981
- "L1 Cache Handle": "0x00B2",
982
- "L2 Cache Handle": "0x00B3",
983
- "L3 Cache Handle": "Not Provided",
984
- "Serial Number": "Not Specified",
985
- "Asset Tag": "Not Specified",
986
- "Part Number": "Not Specified"
987
- },
988
- {
989
- "record_id": "0x0014",
990
- "size": "4",
991
- "application_identifier": "Processor Information",
992
- "Socket Designation": "CPU socket #16",
993
- "Type": "Central Processor",
994
- "Family": "Unknown",
995
- "Manufacturer": "000000000000",
996
- "ID": "00 00 00 00 00 00 00 00",
997
- "Version": "Unknown Processor ",
998
- "Voltage": "3.3 V",
999
- "External Clock": "Unknown",
1000
- "Max Speed": "30000 MHz",
1001
- "Current Speed": "Unknown",
1002
- "Status": "Unpopulated",
1003
- "Upgrade": "ZIF Socket",
1004
- "L1 Cache Handle": "0x00B4",
1005
- "L2 Cache Handle": "0x00B5",
1006
- "L3 Cache Handle": "Not Provided",
1007
- "Serial Number": "Not Specified",
1008
- "Asset Tag": "Not Specified",
1009
- "Part Number": "Not Specified"
1010
- },
1011
- {
1012
- "record_id": "0x0015",
1013
- "size": "4",
1014
- "application_identifier": "Processor Information",
1015
- "Socket Designation": "CPU socket #17",
1016
- "Type": "Central Processor",
1017
- "Family": "Unknown",
1018
- "Manufacturer": "000000000000",
1019
- "ID": "00 00 00 00 00 00 00 00",
1020
- "Version": "Unknown Processor ",
1021
- "Voltage": "3.3 V",
1022
- "External Clock": "Unknown",
1023
- "Max Speed": "30000 MHz",
1024
- "Current Speed": "Unknown",
1025
- "Status": "Unpopulated",
1026
- "Upgrade": "ZIF Socket",
1027
- "L1 Cache Handle": "0x00B6",
1028
- "L2 Cache Handle": "0x00B7",
1029
- "L3 Cache Handle": "Not Provided",
1030
- "Serial Number": "Not Specified",
1031
- "Asset Tag": "Not Specified",
1032
- "Part Number": "Not Specified"
1033
- },
1034
- {
1035
- "record_id": "0x0016",
1036
- "size": "4",
1037
- "application_identifier": "Processor Information",
1038
- "Socket Designation": "CPU socket #18",
1039
- "Type": "Central Processor",
1040
- "Family": "Unknown",
1041
- "Manufacturer": "000000000000",
1042
- "ID": "00 00 00 00 00 00 00 00",
1043
- "Version": "Unknown Processor ",
1044
- "Voltage": "3.3 V",
1045
- "External Clock": "Unknown",
1046
- "Max Speed": "30000 MHz",
1047
- "Current Speed": "Unknown",
1048
- "Status": "Unpopulated",
1049
- "Upgrade": "ZIF Socket",
1050
- "L1 Cache Handle": "0x00B8",
1051
- "L2 Cache Handle": "0x00B9",
1052
- "L3 Cache Handle": "Not Provided",
1053
- "Serial Number": "Not Specified",
1054
- "Asset Tag": "Not Specified",
1055
- "Part Number": "Not Specified"
1056
- },
1057
- {
1058
- "record_id": "0x0017",
1059
- "size": "4",
1060
- "application_identifier": "Processor Information",
1061
- "Socket Designation": "CPU socket #19",
1062
- "Type": "Central Processor",
1063
- "Family": "Unknown",
1064
- "Manufacturer": "000000000000",
1065
- "ID": "00 00 00 00 00 00 00 00",
1066
- "Version": "Unknown Processor ",
1067
- "Voltage": "3.3 V",
1068
- "External Clock": "Unknown",
1069
- "Max Speed": "30000 MHz",
1070
- "Current Speed": "Unknown",
1071
- "Status": "Unpopulated",
1072
- "Upgrade": "ZIF Socket",
1073
- "L1 Cache Handle": "0x00BA",
1074
- "L2 Cache Handle": "0x00BB",
1075
- "L3 Cache Handle": "Not Provided",
1076
- "Serial Number": "Not Specified",
1077
- "Asset Tag": "Not Specified",
1078
- "Part Number": "Not Specified"
1079
- },
1080
- {
1081
- "record_id": "0x0018",
1082
- "size": "4",
1083
- "application_identifier": "Processor Information",
1084
- "Socket Designation": "CPU socket #20",
1085
- "Type": "Central Processor",
1086
- "Family": "Unknown",
1087
- "Manufacturer": "000000000000",
1088
- "ID": "00 00 00 00 00 00 00 00",
1089
- "Version": "Unknown Processor ",
1090
- "Voltage": "3.3 V",
1091
- "External Clock": "Unknown",
1092
- "Max Speed": "30000 MHz",
1093
- "Current Speed": "Unknown",
1094
- "Status": "Unpopulated",
1095
- "Upgrade": "ZIF Socket",
1096
- "L1 Cache Handle": "0x00BC",
1097
- "L2 Cache Handle": "0x00BD",
1098
- "L3 Cache Handle": "Not Provided",
1099
- "Serial Number": "Not Specified",
1100
- "Asset Tag": "Not Specified",
1101
- "Part Number": "Not Specified"
1102
- },
1103
- {
1104
- "record_id": "0x0019",
1105
- "size": "4",
1106
- "application_identifier": "Processor Information",
1107
- "Socket Designation": "CPU socket #21",
1108
- "Type": "Central Processor",
1109
- "Family": "Unknown",
1110
- "Manufacturer": "000000000000",
1111
- "ID": "00 00 00 00 00 00 00 00",
1112
- "Version": "Unknown Processor ",
1113
- "Voltage": "3.3 V",
1114
- "External Clock": "Unknown",
1115
- "Max Speed": "30000 MHz",
1116
- "Current Speed": "Unknown",
1117
- "Status": "Unpopulated",
1118
- "Upgrade": "ZIF Socket",
1119
- "L1 Cache Handle": "0x00BE",
1120
- "L2 Cache Handle": "0x00BF",
1121
- "L3 Cache Handle": "Not Provided",
1122
- "Serial Number": "Not Specified",
1123
- "Asset Tag": "Not Specified",
1124
- "Part Number": "Not Specified"
1125
- },
1126
- {
1127
- "record_id": "0x001A",
1128
- "size": "4",
1129
- "application_identifier": "Processor Information",
1130
- "Socket Designation": "CPU socket #22",
1131
- "Type": "Central Processor",
1132
- "Family": "Unknown",
1133
- "Manufacturer": "000000000000",
1134
- "ID": "00 00 00 00 00 00 00 00",
1135
- "Version": "Unknown Processor ",
1136
- "Voltage": "3.3 V",
1137
- "External Clock": "Unknown",
1138
- "Max Speed": "30000 MHz",
1139
- "Current Speed": "Unknown",
1140
- "Status": "Unpopulated",
1141
- "Upgrade": "ZIF Socket",
1142
- "L1 Cache Handle": "0x00C0",
1143
- "L2 Cache Handle": "0x00C1",
1144
- "L3 Cache Handle": "Not Provided",
1145
- "Serial Number": "Not Specified",
1146
- "Asset Tag": "Not Specified",
1147
- "Part Number": "Not Specified"
1148
- },
1149
- {
1150
- "record_id": "0x001B",
1151
- "size": "4",
1152
- "application_identifier": "Processor Information",
1153
- "Socket Designation": "CPU socket #23",
1154
- "Type": "Central Processor",
1155
- "Family": "Unknown",
1156
- "Manufacturer": "000000000000",
1157
- "ID": "00 00 00 00 00 00 00 00",
1158
- "Version": "Unknown Processor ",
1159
- "Voltage": "3.3 V",
1160
- "External Clock": "Unknown",
1161
- "Max Speed": "30000 MHz",
1162
- "Current Speed": "Unknown",
1163
- "Status": "Unpopulated",
1164
- "Upgrade": "ZIF Socket",
1165
- "L1 Cache Handle": "0x00C2",
1166
- "L2 Cache Handle": "0x00C3",
1167
- "L3 Cache Handle": "Not Provided",
1168
- "Serial Number": "Not Specified",
1169
- "Asset Tag": "Not Specified",
1170
- "Part Number": "Not Specified"
1171
- },
1172
- {
1173
- "record_id": "0x001C",
1174
- "size": "4",
1175
- "application_identifier": "Processor Information",
1176
- "Socket Designation": "CPU socket #24",
1177
- "Type": "Central Processor",
1178
- "Family": "Unknown",
1179
- "Manufacturer": "000000000000",
1180
- "ID": "00 00 00 00 00 00 00 00",
1181
- "Version": "Unknown Processor ",
1182
- "Voltage": "3.3 V",
1183
- "External Clock": "Unknown",
1184
- "Max Speed": "30000 MHz",
1185
- "Current Speed": "Unknown",
1186
- "Status": "Unpopulated",
1187
- "Upgrade": "ZIF Socket",
1188
- "L1 Cache Handle": "0x00C4",
1189
- "L2 Cache Handle": "0x00C5",
1190
- "L3 Cache Handle": "Not Provided",
1191
- "Serial Number": "Not Specified",
1192
- "Asset Tag": "Not Specified",
1193
- "Part Number": "Not Specified"
1194
- },
1195
- {
1196
- "record_id": "0x001D",
1197
- "size": "4",
1198
- "application_identifier": "Processor Information",
1199
- "Socket Designation": "CPU socket #25",
1200
- "Type": "Central Processor",
1201
- "Family": "Unknown",
1202
- "Manufacturer": "000000000000",
1203
- "ID": "00 00 00 00 00 00 00 00",
1204
- "Version": "Unknown Processor ",
1205
- "Voltage": "3.3 V",
1206
- "External Clock": "Unknown",
1207
- "Max Speed": "30000 MHz",
1208
- "Current Speed": "Unknown",
1209
- "Status": "Unpopulated",
1210
- "Upgrade": "ZIF Socket",
1211
- "L1 Cache Handle": "0x00C6",
1212
- "L2 Cache Handle": "0x00C7",
1213
- "L3 Cache Handle": "Not Provided",
1214
- "Serial Number": "Not Specified",
1215
- "Asset Tag": "Not Specified",
1216
- "Part Number": "Not Specified"
1217
- },
1218
- {
1219
- "record_id": "0x001E",
1220
- "size": "4",
1221
- "application_identifier": "Processor Information",
1222
- "Socket Designation": "CPU socket #26",
1223
- "Type": "Central Processor",
1224
- "Family": "Unknown",
1225
- "Manufacturer": "000000000000",
1226
- "ID": "00 00 00 00 00 00 00 00",
1227
- "Version": "Unknown Processor ",
1228
- "Voltage": "3.3 V",
1229
- "External Clock": "Unknown",
1230
- "Max Speed": "30000 MHz",
1231
- "Current Speed": "Unknown",
1232
- "Status": "Unpopulated",
1233
- "Upgrade": "ZIF Socket",
1234
- "L1 Cache Handle": "0x00C8",
1235
- "L2 Cache Handle": "0x00C9",
1236
- "L3 Cache Handle": "Not Provided",
1237
- "Serial Number": "Not Specified",
1238
- "Asset Tag": "Not Specified",
1239
- "Part Number": "Not Specified"
1240
- },
1241
- {
1242
- "record_id": "0x001F",
1243
- "size": "4",
1244
- "application_identifier": "Processor Information",
1245
- "Socket Designation": "CPU socket #27",
1246
- "Type": "Central Processor",
1247
- "Family": "Unknown",
1248
- "Manufacturer": "000000000000",
1249
- "ID": "00 00 00 00 00 00 00 00",
1250
- "Version": "Unknown Processor ",
1251
- "Voltage": "3.3 V",
1252
- "External Clock": "Unknown",
1253
- "Max Speed": "30000 MHz",
1254
- "Current Speed": "Unknown",
1255
- "Status": "Unpopulated",
1256
- "Upgrade": "ZIF Socket",
1257
- "L1 Cache Handle": "0x00CA",
1258
- "L2 Cache Handle": "0x00CB",
1259
- "L3 Cache Handle": "Not Provided",
1260
- "Serial Number": "Not Specified",
1261
- "Asset Tag": "Not Specified",
1262
- "Part Number": "Not Specified"
1263
- },
1264
- {
1265
- "record_id": "0x0020",
1266
- "size": "4",
1267
- "application_identifier": "Processor Information",
1268
- "Socket Designation": "CPU socket #28",
1269
- "Type": "Central Processor",
1270
- "Family": "Unknown",
1271
- "Manufacturer": "000000000000",
1272
- "ID": "00 00 00 00 00 00 00 00",
1273
- "Version": "Unknown Processor ",
1274
- "Voltage": "3.3 V",
1275
- "External Clock": "Unknown",
1276
- "Max Speed": "30000 MHz",
1277
- "Current Speed": "Unknown",
1278
- "Status": "Unpopulated",
1279
- "Upgrade": "ZIF Socket",
1280
- "L1 Cache Handle": "0x00CC",
1281
- "L2 Cache Handle": "0x00CD",
1282
- "L3 Cache Handle": "Not Provided",
1283
- "Serial Number": "Not Specified",
1284
- "Asset Tag": "Not Specified",
1285
- "Part Number": "Not Specified"
1286
- },
1287
- {
1288
- "record_id": "0x0021",
1289
- "size": "4",
1290
- "application_identifier": "Processor Information",
1291
- "Socket Designation": "CPU socket #29",
1292
- "Type": "Central Processor",
1293
- "Family": "Unknown",
1294
- "Manufacturer": "000000000000",
1295
- "ID": "00 00 00 00 00 00 00 00",
1296
- "Version": "Unknown Processor ",
1297
- "Voltage": "3.3 V",
1298
- "External Clock": "Unknown",
1299
- "Max Speed": "30000 MHz",
1300
- "Current Speed": "Unknown",
1301
- "Status": "Unpopulated",
1302
- "Upgrade": "ZIF Socket",
1303
- "L1 Cache Handle": "0x00CE",
1304
- "L2 Cache Handle": "0x00CF",
1305
- "L3 Cache Handle": "Not Provided",
1306
- "Serial Number": "Not Specified",
1307
- "Asset Tag": "Not Specified",
1308
- "Part Number": "Not Specified"
1309
- },
1310
- {
1311
- "record_id": "0x0022",
1312
- "size": "4",
1313
- "application_identifier": "Processor Information",
1314
- "Socket Designation": "CPU socket #30",
1315
- "Type": "Central Processor",
1316
- "Family": "Unknown",
1317
- "Manufacturer": "000000000000",
1318
- "ID": "00 00 00 00 00 00 00 00",
1319
- "Version": "Unknown Processor ",
1320
- "Voltage": "3.3 V",
1321
- "External Clock": "Unknown",
1322
- "Max Speed": "30000 MHz",
1323
- "Current Speed": "Unknown",
1324
- "Status": "Unpopulated",
1325
- "Upgrade": "ZIF Socket",
1326
- "L1 Cache Handle": "0x00D0",
1327
- "L2 Cache Handle": "0x00D1",
1328
- "L3 Cache Handle": "Not Provided",
1329
- "Serial Number": "Not Specified",
1330
- "Asset Tag": "Not Specified",
1331
- "Part Number": "Not Specified"
1332
- },
1333
- {
1334
- "record_id": "0x0023",
1335
- "size": "4",
1336
- "application_identifier": "Processor Information",
1337
- "Socket Designation": "CPU socket #31",
1338
- "Type": "Central Processor",
1339
- "Family": "Unknown",
1340
- "Manufacturer": "000000000000",
1341
- "ID": "00 00 00 00 00 00 00 00",
1342
- "Version": "Unknown Processor ",
1343
- "Voltage": "3.3 V",
1344
- "External Clock": "Unknown",
1345
- "Max Speed": "30000 MHz",
1346
- "Current Speed": "Unknown",
1347
- "Status": "Unpopulated",
1348
- "Upgrade": "ZIF Socket",
1349
- "L1 Cache Handle": "0x00D2",
1350
- "L2 Cache Handle": "0x00D3",
1351
- "L3 Cache Handle": "Not Provided",
1352
- "Serial Number": "Not Specified",
1353
- "Asset Tag": "Not Specified",
1354
- "Part Number": "Not Specified"
1355
- },
1356
- {
1357
- "record_id": "0x0024",
1358
- "size": "4",
1359
- "application_identifier": "Processor Information",
1360
- "Socket Designation": "CPU socket #32",
1361
- "Type": "Central Processor",
1362
- "Family": "Unknown",
1363
- "Manufacturer": "000000000000",
1364
- "ID": "00 00 00 00 00 00 00 00",
1365
- "Version": "Unknown Processor ",
1366
- "Voltage": "3.3 V",
1367
- "External Clock": "Unknown",
1368
- "Max Speed": "30000 MHz",
1369
- "Current Speed": "Unknown",
1370
- "Status": "Unpopulated",
1371
- "Upgrade": "ZIF Socket",
1372
- "L1 Cache Handle": "0x00D4",
1373
- "L2 Cache Handle": "0x00D5",
1374
- "L3 Cache Handle": "Not Provided",
1375
- "Serial Number": "Not Specified",
1376
- "Asset Tag": "Not Specified",
1377
- "Part Number": "Not Specified"
1378
- },
1379
- {
1380
- "record_id": "0x0025",
1381
- "size": "4",
1382
- "application_identifier": "Processor Information",
1383
- "Socket Designation": "CPU socket #33",
1384
- "Type": "Central Processor",
1385
- "Family": "Unknown",
1386
- "Manufacturer": "000000000000",
1387
- "ID": "00 00 00 00 00 00 00 00",
1388
- "Version": "Unknown Processor ",
1389
- "Voltage": "3.3 V",
1390
- "External Clock": "Unknown",
1391
- "Max Speed": "30000 MHz",
1392
- "Current Speed": "Unknown",
1393
- "Status": "Unpopulated",
1394
- "Upgrade": "ZIF Socket",
1395
- "L1 Cache Handle": "0x00D6",
1396
- "L2 Cache Handle": "0x00D7",
1397
- "L3 Cache Handle": "Not Provided",
1398
- "Serial Number": "Not Specified",
1399
- "Asset Tag": "Not Specified",
1400
- "Part Number": "Not Specified"
1401
- },
1402
- {
1403
- "record_id": "0x0026",
1404
- "size": "4",
1405
- "application_identifier": "Processor Information",
1406
- "Socket Designation": "CPU socket #34",
1407
- "Type": "Central Processor",
1408
- "Family": "Unknown",
1409
- "Manufacturer": "000000000000",
1410
- "ID": "00 00 00 00 00 00 00 00",
1411
- "Version": "Unknown Processor ",
1412
- "Voltage": "3.3 V",
1413
- "External Clock": "Unknown",
1414
- "Max Speed": "30000 MHz",
1415
- "Current Speed": "Unknown",
1416
- "Status": "Unpopulated",
1417
- "Upgrade": "ZIF Socket",
1418
- "L1 Cache Handle": "0x00D8",
1419
- "L2 Cache Handle": "0x00D9",
1420
- "L3 Cache Handle": "Not Provided",
1421
- "Serial Number": "Not Specified",
1422
- "Asset Tag": "Not Specified",
1423
- "Part Number": "Not Specified"
1424
- },
1425
- {
1426
- "record_id": "0x0027",
1427
- "size": "4",
1428
- "application_identifier": "Processor Information",
1429
- "Socket Designation": "CPU socket #35",
1430
- "Type": "Central Processor",
1431
- "Family": "Unknown",
1432
- "Manufacturer": "000000000000",
1433
- "ID": "00 00 00 00 00 00 00 00",
1434
- "Version": "Unknown Processor ",
1435
- "Voltage": "3.3 V",
1436
- "External Clock": "Unknown",
1437
- "Max Speed": "30000 MHz",
1438
- "Current Speed": "Unknown",
1439
- "Status": "Unpopulated",
1440
- "Upgrade": "ZIF Socket",
1441
- "L1 Cache Handle": "0x00DA",
1442
- "L2 Cache Handle": "0x00DB",
1443
- "L3 Cache Handle": "Not Provided",
1444
- "Serial Number": "Not Specified",
1445
- "Asset Tag": "Not Specified",
1446
- "Part Number": "Not Specified"
1447
- },
1448
- {
1449
- "record_id": "0x0028",
1450
- "size": "4",
1451
- "application_identifier": "Processor Information",
1452
- "Socket Designation": "CPU socket #36",
1453
- "Type": "Central Processor",
1454
- "Family": "Unknown",
1455
- "Manufacturer": "000000000000",
1456
- "ID": "00 00 00 00 00 00 00 00",
1457
- "Version": "Unknown Processor ",
1458
- "Voltage": "3.3 V",
1459
- "External Clock": "Unknown",
1460
- "Max Speed": "30000 MHz",
1461
- "Current Speed": "Unknown",
1462
- "Status": "Unpopulated",
1463
- "Upgrade": "ZIF Socket",
1464
- "L1 Cache Handle": "0x00DC",
1465
- "L2 Cache Handle": "0x00DD",
1466
- "L3 Cache Handle": "Not Provided",
1467
- "Serial Number": "Not Specified",
1468
- "Asset Tag": "Not Specified",
1469
- "Part Number": "Not Specified"
1470
- },
1471
- {
1472
- "record_id": "0x0029",
1473
- "size": "4",
1474
- "application_identifier": "Processor Information",
1475
- "Socket Designation": "CPU socket #37",
1476
- "Type": "Central Processor",
1477
- "Family": "Unknown",
1478
- "Manufacturer": "000000000000",
1479
- "ID": "00 00 00 00 00 00 00 00",
1480
- "Version": "Unknown Processor ",
1481
- "Voltage": "3.3 V",
1482
- "External Clock": "Unknown",
1483
- "Max Speed": "30000 MHz",
1484
- "Current Speed": "Unknown",
1485
- "Status": "Unpopulated",
1486
- "Upgrade": "ZIF Socket",
1487
- "L1 Cache Handle": "0x00DE",
1488
- "L2 Cache Handle": "0x00DF",
1489
- "L3 Cache Handle": "Not Provided",
1490
- "Serial Number": "Not Specified",
1491
- "Asset Tag": "Not Specified",
1492
- "Part Number": "Not Specified"
1493
- },
1494
- {
1495
- "record_id": "0x002A",
1496
- "size": "4",
1497
- "application_identifier": "Processor Information",
1498
- "Socket Designation": "CPU socket #38",
1499
- "Type": "Central Processor",
1500
- "Family": "Unknown",
1501
- "Manufacturer": "000000000000",
1502
- "ID": "00 00 00 00 00 00 00 00",
1503
- "Version": "Unknown Processor ",
1504
- "Voltage": "3.3 V",
1505
- "External Clock": "Unknown",
1506
- "Max Speed": "30000 MHz",
1507
- "Current Speed": "Unknown",
1508
- "Status": "Unpopulated",
1509
- "Upgrade": "ZIF Socket",
1510
- "L1 Cache Handle": "0x00E0",
1511
- "L2 Cache Handle": "0x00E1",
1512
- "L3 Cache Handle": "Not Provided",
1513
- "Serial Number": "Not Specified",
1514
- "Asset Tag": "Not Specified",
1515
- "Part Number": "Not Specified"
1516
- },
1517
- {
1518
- "record_id": "0x002B",
1519
- "size": "4",
1520
- "application_identifier": "Processor Information",
1521
- "Socket Designation": "CPU socket #39",
1522
- "Type": "Central Processor",
1523
- "Family": "Unknown",
1524
- "Manufacturer": "000000000000",
1525
- "ID": "00 00 00 00 00 00 00 00",
1526
- "Version": "Unknown Processor ",
1527
- "Voltage": "3.3 V",
1528
- "External Clock": "Unknown",
1529
- "Max Speed": "30000 MHz",
1530
- "Current Speed": "Unknown",
1531
- "Status": "Unpopulated",
1532
- "Upgrade": "ZIF Socket",
1533
- "L1 Cache Handle": "0x00E2",
1534
- "L2 Cache Handle": "0x00E3",
1535
- "L3 Cache Handle": "Not Provided",
1536
- "Serial Number": "Not Specified",
1537
- "Asset Tag": "Not Specified",
1538
- "Part Number": "Not Specified"
1539
- },
1540
- {
1541
- "record_id": "0x002C",
1542
- "size": "4",
1543
- "application_identifier": "Processor Information",
1544
- "Socket Designation": "CPU socket #40",
1545
- "Type": "Central Processor",
1546
- "Family": "Unknown",
1547
- "Manufacturer": "000000000000",
1548
- "ID": "00 00 00 00 00 00 00 00",
1549
- "Version": "Unknown Processor ",
1550
- "Voltage": "3.3 V",
1551
- "External Clock": "Unknown",
1552
- "Max Speed": "30000 MHz",
1553
- "Current Speed": "Unknown",
1554
- "Status": "Unpopulated",
1555
- "Upgrade": "ZIF Socket",
1556
- "L1 Cache Handle": "0x00E4",
1557
- "L2 Cache Handle": "0x00E5",
1558
- "L3 Cache Handle": "Not Provided",
1559
- "Serial Number": "Not Specified",
1560
- "Asset Tag": "Not Specified",
1561
- "Part Number": "Not Specified"
1562
- },
1563
- {
1564
- "record_id": "0x002D",
1565
- "size": "4",
1566
- "application_identifier": "Processor Information",
1567
- "Socket Designation": "CPU socket #41",
1568
- "Type": "Central Processor",
1569
- "Family": "Unknown",
1570
- "Manufacturer": "000000000000",
1571
- "ID": "00 00 00 00 00 00 00 00",
1572
- "Version": "Unknown Processor ",
1573
- "Voltage": "3.3 V",
1574
- "External Clock": "Unknown",
1575
- "Max Speed": "30000 MHz",
1576
- "Current Speed": "Unknown",
1577
- "Status": "Unpopulated",
1578
- "Upgrade": "ZIF Socket",
1579
- "L1 Cache Handle": "0x00E6",
1580
- "L2 Cache Handle": "0x00E7",
1581
- "L3 Cache Handle": "Not Provided",
1582
- "Serial Number": "Not Specified",
1583
- "Asset Tag": "Not Specified",
1584
- "Part Number": "Not Specified"
1585
- },
1586
- {
1587
- "record_id": "0x002E",
1588
- "size": "4",
1589
- "application_identifier": "Processor Information",
1590
- "Socket Designation": "CPU socket #42",
1591
- "Type": "Central Processor",
1592
- "Family": "Unknown",
1593
- "Manufacturer": "000000000000",
1594
- "ID": "00 00 00 00 00 00 00 00",
1595
- "Version": "Unknown Processor ",
1596
- "Voltage": "3.3 V",
1597
- "External Clock": "Unknown",
1598
- "Max Speed": "30000 MHz",
1599
- "Current Speed": "Unknown",
1600
- "Status": "Unpopulated",
1601
- "Upgrade": "ZIF Socket",
1602
- "L1 Cache Handle": "0x00E8",
1603
- "L2 Cache Handle": "0x00E9",
1604
- "L3 Cache Handle": "Not Provided",
1605
- "Serial Number": "Not Specified",
1606
- "Asset Tag": "Not Specified",
1607
- "Part Number": "Not Specified"
1608
- },
1609
- {
1610
- "record_id": "0x002F",
1611
- "size": "4",
1612
- "application_identifier": "Processor Information",
1613
- "Socket Designation": "CPU socket #43",
1614
- "Type": "Central Processor",
1615
- "Family": "Unknown",
1616
- "Manufacturer": "000000000000",
1617
- "ID": "00 00 00 00 00 00 00 00",
1618
- "Version": "Unknown Processor ",
1619
- "Voltage": "3.3 V",
1620
- "External Clock": "Unknown",
1621
- "Max Speed": "30000 MHz",
1622
- "Current Speed": "Unknown",
1623
- "Status": "Unpopulated",
1624
- "Upgrade": "ZIF Socket",
1625
- "L1 Cache Handle": "0x00EA",
1626
- "L2 Cache Handle": "0x00EB",
1627
- "L3 Cache Handle": "Not Provided",
1628
- "Serial Number": "Not Specified",
1629
- "Asset Tag": "Not Specified",
1630
- "Part Number": "Not Specified"
1631
- },
1632
- {
1633
- "record_id": "0x0030",
1634
- "size": "4",
1635
- "application_identifier": "Processor Information",
1636
- "Socket Designation": "CPU socket #44",
1637
- "Type": "Central Processor",
1638
- "Family": "Unknown",
1639
- "Manufacturer": "000000000000",
1640
- "ID": "00 00 00 00 00 00 00 00",
1641
- "Version": "Unknown Processor ",
1642
- "Voltage": "3.3 V",
1643
- "External Clock": "Unknown",
1644
- "Max Speed": "30000 MHz",
1645
- "Current Speed": "Unknown",
1646
- "Status": "Unpopulated",
1647
- "Upgrade": "ZIF Socket",
1648
- "L1 Cache Handle": "0x00EC",
1649
- "L2 Cache Handle": "0x00ED",
1650
- "L3 Cache Handle": "Not Provided",
1651
- "Serial Number": "Not Specified",
1652
- "Asset Tag": "Not Specified",
1653
- "Part Number": "Not Specified"
1654
- },
1655
- {
1656
- "record_id": "0x0031",
1657
- "size": "4",
1658
- "application_identifier": "Processor Information",
1659
- "Socket Designation": "CPU socket #45",
1660
- "Type": "Central Processor",
1661
- "Family": "Unknown",
1662
- "Manufacturer": "000000000000",
1663
- "ID": "00 00 00 00 00 00 00 00",
1664
- "Version": "Unknown Processor ",
1665
- "Voltage": "3.3 V",
1666
- "External Clock": "Unknown",
1667
- "Max Speed": "30000 MHz",
1668
- "Current Speed": "Unknown",
1669
- "Status": "Unpopulated",
1670
- "Upgrade": "ZIF Socket",
1671
- "L1 Cache Handle": "0x00EE",
1672
- "L2 Cache Handle": "0x00EF",
1673
- "L3 Cache Handle": "Not Provided",
1674
- "Serial Number": "Not Specified",
1675
- "Asset Tag": "Not Specified",
1676
- "Part Number": "Not Specified"
1677
- },
1678
- {
1679
- "record_id": "0x0032",
1680
- "size": "4",
1681
- "application_identifier": "Processor Information",
1682
- "Socket Designation": "CPU socket #46",
1683
- "Type": "Central Processor",
1684
- "Family": "Unknown",
1685
- "Manufacturer": "000000000000",
1686
- "ID": "00 00 00 00 00 00 00 00",
1687
- "Version": "Unknown Processor ",
1688
- "Voltage": "3.3 V",
1689
- "External Clock": "Unknown",
1690
- "Max Speed": "30000 MHz",
1691
- "Current Speed": "Unknown",
1692
- "Status": "Unpopulated",
1693
- "Upgrade": "ZIF Socket",
1694
- "L1 Cache Handle": "0x00F0",
1695
- "L2 Cache Handle": "0x00F1",
1696
- "L3 Cache Handle": "Not Provided",
1697
- "Serial Number": "Not Specified",
1698
- "Asset Tag": "Not Specified",
1699
- "Part Number": "Not Specified"
1700
- },
1701
- {
1702
- "record_id": "0x0033",
1703
- "size": "4",
1704
- "application_identifier": "Processor Information",
1705
- "Socket Designation": "CPU socket #47",
1706
- "Type": "Central Processor",
1707
- "Family": "Unknown",
1708
- "Manufacturer": "000000000000",
1709
- "ID": "00 00 00 00 00 00 00 00",
1710
- "Version": "Unknown Processor ",
1711
- "Voltage": "3.3 V",
1712
- "External Clock": "Unknown",
1713
- "Max Speed": "30000 MHz",
1714
- "Current Speed": "Unknown",
1715
- "Status": "Unpopulated",
1716
- "Upgrade": "ZIF Socket",
1717
- "L1 Cache Handle": "0x00F2",
1718
- "L2 Cache Handle": "0x00F3",
1719
- "L3 Cache Handle": "Not Provided",
1720
- "Serial Number": "Not Specified",
1721
- "Asset Tag": "Not Specified",
1722
- "Part Number": "Not Specified"
1723
- },
1724
- {
1725
- "record_id": "0x0034",
1726
- "size": "4",
1727
- "application_identifier": "Processor Information",
1728
- "Socket Designation": "CPU socket #48",
1729
- "Type": "Central Processor",
1730
- "Family": "Unknown",
1731
- "Manufacturer": "000000000000",
1732
- "ID": "00 00 00 00 00 00 00 00",
1733
- "Version": "Unknown Processor ",
1734
- "Voltage": "3.3 V",
1735
- "External Clock": "Unknown",
1736
- "Max Speed": "30000 MHz",
1737
- "Current Speed": "Unknown",
1738
- "Status": "Unpopulated",
1739
- "Upgrade": "ZIF Socket",
1740
- "L1 Cache Handle": "0x00F4",
1741
- "L2 Cache Handle": "0x00F5",
1742
- "L3 Cache Handle": "Not Provided",
1743
- "Serial Number": "Not Specified",
1744
- "Asset Tag": "Not Specified",
1745
- "Part Number": "Not Specified"
1746
- },
1747
- {
1748
- "record_id": "0x0035",
1749
- "size": "4",
1750
- "application_identifier": "Processor Information",
1751
- "Socket Designation": "CPU socket #49",
1752
- "Type": "Central Processor",
1753
- "Family": "Unknown",
1754
- "Manufacturer": "000000000000",
1755
- "ID": "00 00 00 00 00 00 00 00",
1756
- "Version": "Unknown Processor ",
1757
- "Voltage": "3.3 V",
1758
- "External Clock": "Unknown",
1759
- "Max Speed": "30000 MHz",
1760
- "Current Speed": "Unknown",
1761
- "Status": "Unpopulated",
1762
- "Upgrade": "ZIF Socket",
1763
- "L1 Cache Handle": "0x00F6",
1764
- "L2 Cache Handle": "0x00F7",
1765
- "L3 Cache Handle": "Not Provided",
1766
- "Serial Number": "Not Specified",
1767
- "Asset Tag": "Not Specified",
1768
- "Part Number": "Not Specified"
1769
- },
1770
- {
1771
- "record_id": "0x0036",
1772
- "size": "4",
1773
- "application_identifier": "Processor Information",
1774
- "Socket Designation": "CPU socket #50",
1775
- "Type": "Central Processor",
1776
- "Family": "Unknown",
1777
- "Manufacturer": "000000000000",
1778
- "ID": "00 00 00 00 00 00 00 00",
1779
- "Version": "Unknown Processor ",
1780
- "Voltage": "3.3 V",
1781
- "External Clock": "Unknown",
1782
- "Max Speed": "30000 MHz",
1783
- "Current Speed": "Unknown",
1784
- "Status": "Unpopulated",
1785
- "Upgrade": "ZIF Socket",
1786
- "L1 Cache Handle": "0x00F8",
1787
- "L2 Cache Handle": "0x00F9",
1788
- "L3 Cache Handle": "Not Provided",
1789
- "Serial Number": "Not Specified",
1790
- "Asset Tag": "Not Specified",
1791
- "Part Number": "Not Specified"
1792
- },
1793
- {
1794
- "record_id": "0x0037",
1795
- "size": "4",
1796
- "application_identifier": "Processor Information",
1797
- "Socket Designation": "CPU socket #51",
1798
- "Type": "Central Processor",
1799
- "Family": "Unknown",
1800
- "Manufacturer": "000000000000",
1801
- "ID": "00 00 00 00 00 00 00 00",
1802
- "Version": "Unknown Processor ",
1803
- "Voltage": "3.3 V",
1804
- "External Clock": "Unknown",
1805
- "Max Speed": "30000 MHz",
1806
- "Current Speed": "Unknown",
1807
- "Status": "Unpopulated",
1808
- "Upgrade": "ZIF Socket",
1809
- "L1 Cache Handle": "0x00FA",
1810
- "L2 Cache Handle": "0x00FB",
1811
- "L3 Cache Handle": "Not Provided",
1812
- "Serial Number": "Not Specified",
1813
- "Asset Tag": "Not Specified",
1814
- "Part Number": "Not Specified"
1815
- },
1816
- {
1817
- "record_id": "0x0038",
1818
- "size": "4",
1819
- "application_identifier": "Processor Information",
1820
- "Socket Designation": "CPU socket #52",
1821
- "Type": "Central Processor",
1822
- "Family": "Unknown",
1823
- "Manufacturer": "000000000000",
1824
- "ID": "00 00 00 00 00 00 00 00",
1825
- "Version": "Unknown Processor ",
1826
- "Voltage": "3.3 V",
1827
- "External Clock": "Unknown",
1828
- "Max Speed": "30000 MHz",
1829
- "Current Speed": "Unknown",
1830
- "Status": "Unpopulated",
1831
- "Upgrade": "ZIF Socket",
1832
- "L1 Cache Handle": "0x00FC",
1833
- "L2 Cache Handle": "0x00FD",
1834
- "L3 Cache Handle": "Not Provided",
1835
- "Serial Number": "Not Specified",
1836
- "Asset Tag": "Not Specified",
1837
- "Part Number": "Not Specified"
1838
- },
1839
- {
1840
- "record_id": "0x0039",
1841
- "size": "4",
1842
- "application_identifier": "Processor Information",
1843
- "Socket Designation": "CPU socket #53",
1844
- "Type": "Central Processor",
1845
- "Family": "Unknown",
1846
- "Manufacturer": "000000000000",
1847
- "ID": "00 00 00 00 00 00 00 00",
1848
- "Version": "Unknown Processor ",
1849
- "Voltage": "3.3 V",
1850
- "External Clock": "Unknown",
1851
- "Max Speed": "30000 MHz",
1852
- "Current Speed": "Unknown",
1853
- "Status": "Unpopulated",
1854
- "Upgrade": "ZIF Socket",
1855
- "L1 Cache Handle": "0x00FE",
1856
- "L2 Cache Handle": "0x00FF",
1857
- "L3 Cache Handle": "Not Provided",
1858
- "Serial Number": "Not Specified",
1859
- "Asset Tag": "Not Specified",
1860
- "Part Number": "Not Specified"
1861
- },
1862
- {
1863
- "record_id": "0x003A",
1864
- "size": "4",
1865
- "application_identifier": "Processor Information",
1866
- "Socket Designation": "CPU socket #54",
1867
- "Type": "Central Processor",
1868
- "Family": "Unknown",
1869
- "Manufacturer": "000000000000",
1870
- "ID": "00 00 00 00 00 00 00 00",
1871
- "Version": "Unknown Processor ",
1872
- "Voltage": "3.3 V",
1873
- "External Clock": "Unknown",
1874
- "Max Speed": "30000 MHz",
1875
- "Current Speed": "Unknown",
1876
- "Status": "Unpopulated",
1877
- "Upgrade": "ZIF Socket",
1878
- "L1 Cache Handle": "0x0100",
1879
- "L2 Cache Handle": "0x0101",
1880
- "L3 Cache Handle": "Not Provided",
1881
- "Serial Number": "Not Specified",
1882
- "Asset Tag": "Not Specified",
1883
- "Part Number": "Not Specified"
1884
- },
1885
- {
1886
- "record_id": "0x003B",
1887
- "size": "4",
1888
- "application_identifier": "Processor Information",
1889
- "Socket Designation": "CPU socket #55",
1890
- "Type": "Central Processor",
1891
- "Family": "Unknown",
1892
- "Manufacturer": "000000000000",
1893
- "ID": "00 00 00 00 00 00 00 00",
1894
- "Version": "Unknown Processor ",
1895
- "Voltage": "3.3 V",
1896
- "External Clock": "Unknown",
1897
- "Max Speed": "30000 MHz",
1898
- "Current Speed": "Unknown",
1899
- "Status": "Unpopulated",
1900
- "Upgrade": "ZIF Socket",
1901
- "L1 Cache Handle": "0x0102",
1902
- "L2 Cache Handle": "0x0103",
1903
- "L3 Cache Handle": "Not Provided",
1904
- "Serial Number": "Not Specified",
1905
- "Asset Tag": "Not Specified",
1906
- "Part Number": "Not Specified"
1907
- },
1908
- {
1909
- "record_id": "0x003C",
1910
- "size": "4",
1911
- "application_identifier": "Processor Information",
1912
- "Socket Designation": "CPU socket #56",
1913
- "Type": "Central Processor",
1914
- "Family": "Unknown",
1915
- "Manufacturer": "000000000000",
1916
- "ID": "00 00 00 00 00 00 00 00",
1917
- "Version": "Unknown Processor ",
1918
- "Voltage": "3.3 V",
1919
- "External Clock": "Unknown",
1920
- "Max Speed": "30000 MHz",
1921
- "Current Speed": "Unknown",
1922
- "Status": "Unpopulated",
1923
- "Upgrade": "ZIF Socket",
1924
- "L1 Cache Handle": "0x0104",
1925
- "L2 Cache Handle": "0x0105",
1926
- "L3 Cache Handle": "Not Provided",
1927
- "Serial Number": "Not Specified",
1928
- "Asset Tag": "Not Specified",
1929
- "Part Number": "Not Specified"
1930
- },
1931
- {
1932
- "record_id": "0x003D",
1933
- "size": "4",
1934
- "application_identifier": "Processor Information",
1935
- "Socket Designation": "CPU socket #57",
1936
- "Type": "Central Processor",
1937
- "Family": "Unknown",
1938
- "Manufacturer": "000000000000",
1939
- "ID": "00 00 00 00 00 00 00 00",
1940
- "Version": "Unknown Processor ",
1941
- "Voltage": "3.3 V",
1942
- "External Clock": "Unknown",
1943
- "Max Speed": "30000 MHz",
1944
- "Current Speed": "Unknown",
1945
- "Status": "Unpopulated",
1946
- "Upgrade": "ZIF Socket",
1947
- "L1 Cache Handle": "0x0106",
1948
- "L2 Cache Handle": "0x0107",
1949
- "L3 Cache Handle": "Not Provided",
1950
- "Serial Number": "Not Specified",
1951
- "Asset Tag": "Not Specified",
1952
- "Part Number": "Not Specified"
1953
- },
1954
- {
1955
- "record_id": "0x003E",
1956
- "size": "4",
1957
- "application_identifier": "Processor Information",
1958
- "Socket Designation": "CPU socket #58",
1959
- "Type": "Central Processor",
1960
- "Family": "Unknown",
1961
- "Manufacturer": "000000000000",
1962
- "ID": "00 00 00 00 00 00 00 00",
1963
- "Version": "Unknown Processor ",
1964
- "Voltage": "3.3 V",
1965
- "External Clock": "Unknown",
1966
- "Max Speed": "30000 MHz",
1967
- "Current Speed": "Unknown",
1968
- "Status": "Unpopulated",
1969
- "Upgrade": "ZIF Socket",
1970
- "L1 Cache Handle": "0x0108",
1971
- "L2 Cache Handle": "0x0109",
1972
- "L3 Cache Handle": "Not Provided",
1973
- "Serial Number": "Not Specified",
1974
- "Asset Tag": "Not Specified",
1975
- "Part Number": "Not Specified"
1976
- },
1977
- {
1978
- "record_id": "0x003F",
1979
- "size": "4",
1980
- "application_identifier": "Processor Information",
1981
- "Socket Designation": "CPU socket #59",
1982
- "Type": "Central Processor",
1983
- "Family": "Unknown",
1984
- "Manufacturer": "000000000000",
1985
- "ID": "00 00 00 00 00 00 00 00",
1986
- "Version": "Unknown Processor ",
1987
- "Voltage": "3.3 V",
1988
- "External Clock": "Unknown",
1989
- "Max Speed": "30000 MHz",
1990
- "Current Speed": "Unknown",
1991
- "Status": "Unpopulated",
1992
- "Upgrade": "ZIF Socket",
1993
- "L1 Cache Handle": "0x010A",
1994
- "L2 Cache Handle": "0x010B",
1995
- "L3 Cache Handle": "Not Provided",
1996
- "Serial Number": "Not Specified",
1997
- "Asset Tag": "Not Specified",
1998
- "Part Number": "Not Specified"
1999
- },
2000
- {
2001
- "record_id": "0x0040",
2002
- "size": "4",
2003
- "application_identifier": "Processor Information",
2004
- "Socket Designation": "CPU socket #60",
2005
- "Type": "Central Processor",
2006
- "Family": "Unknown",
2007
- "Manufacturer": "000000000000",
2008
- "ID": "00 00 00 00 00 00 00 00",
2009
- "Version": "Unknown Processor ",
2010
- "Voltage": "3.3 V",
2011
- "External Clock": "Unknown",
2012
- "Max Speed": "30000 MHz",
2013
- "Current Speed": "Unknown",
2014
- "Status": "Unpopulated",
2015
- "Upgrade": "ZIF Socket",
2016
- "L1 Cache Handle": "0x010C",
2017
- "L2 Cache Handle": "0x010D",
2018
- "L3 Cache Handle": "Not Provided",
2019
- "Serial Number": "Not Specified",
2020
- "Asset Tag": "Not Specified",
2021
- "Part Number": "Not Specified"
2022
- },
2023
- {
2024
- "record_id": "0x0041",
2025
- "size": "4",
2026
- "application_identifier": "Processor Information",
2027
- "Socket Designation": "CPU socket #61",
2028
- "Type": "Central Processor",
2029
- "Family": "Unknown",
2030
- "Manufacturer": "000000000000",
2031
- "ID": "00 00 00 00 00 00 00 00",
2032
- "Version": "Unknown Processor ",
2033
- "Voltage": "3.3 V",
2034
- "External Clock": "Unknown",
2035
- "Max Speed": "30000 MHz",
2036
- "Current Speed": "Unknown",
2037
- "Status": "Unpopulated",
2038
- "Upgrade": "ZIF Socket",
2039
- "L1 Cache Handle": "0x010E",
2040
- "L2 Cache Handle": "0x010F",
2041
- "L3 Cache Handle": "Not Provided",
2042
- "Serial Number": "Not Specified",
2043
- "Asset Tag": "Not Specified",
2044
- "Part Number": "Not Specified"
2045
- },
2046
- {
2047
- "record_id": "0x0042",
2048
- "size": "4",
2049
- "application_identifier": "Processor Information",
2050
- "Socket Designation": "CPU socket #62",
2051
- "Type": "Central Processor",
2052
- "Family": "Unknown",
2053
- "Manufacturer": "000000000000",
2054
- "ID": "00 00 00 00 00 00 00 00",
2055
- "Version": "Unknown Processor ",
2056
- "Voltage": "3.3 V",
2057
- "External Clock": "Unknown",
2058
- "Max Speed": "30000 MHz",
2059
- "Current Speed": "Unknown",
2060
- "Status": "Unpopulated",
2061
- "Upgrade": "ZIF Socket",
2062
- "L1 Cache Handle": "0x0110",
2063
- "L2 Cache Handle": "0x0111",
2064
- "L3 Cache Handle": "Not Provided",
2065
- "Serial Number": "Not Specified",
2066
- "Asset Tag": "Not Specified",
2067
- "Part Number": "Not Specified"
2068
- },
2069
- {
2070
- "record_id": "0x0043",
2071
- "size": "4",
2072
- "application_identifier": "Processor Information",
2073
- "Socket Designation": "CPU socket #63",
2074
- "Type": "Central Processor",
2075
- "Family": "Unknown",
2076
- "Manufacturer": "000000000000",
2077
- "ID": "00 00 00 00 00 00 00 00",
2078
- "Version": "Unknown Processor ",
2079
- "Voltage": "3.3 V",
2080
- "External Clock": "Unknown",
2081
- "Max Speed": "30000 MHz",
2082
- "Current Speed": "Unknown",
2083
- "Status": "Unpopulated",
2084
- "Upgrade": "ZIF Socket",
2085
- "L1 Cache Handle": "0x0112",
2086
- "L2 Cache Handle": "0x0113",
2087
- "L3 Cache Handle": "Not Provided",
2088
- "Serial Number": "Not Specified",
2089
- "Asset Tag": "Not Specified",
2090
- "Part Number": "Not Specified"
2091
- },
2092
- {
2093
- "record_id": "0x0044",
2094
- "size": "4",
2095
- "application_identifier": "Processor Information",
2096
- "Socket Designation": "CPU socket #64",
2097
- "Type": "Central Processor",
2098
- "Family": "Unknown",
2099
- "Manufacturer": "000000000000",
2100
- "ID": "00 00 00 00 00 00 00 00",
2101
- "Version": "Unknown Processor ",
2102
- "Voltage": "3.3 V",
2103
- "External Clock": "Unknown",
2104
- "Max Speed": "30000 MHz",
2105
- "Current Speed": "Unknown",
2106
- "Status": "Unpopulated",
2107
- "Upgrade": "ZIF Socket",
2108
- "L1 Cache Handle": "0x0114",
2109
- "L2 Cache Handle": "0x0115",
2110
- "L3 Cache Handle": "Not Provided",
2111
- "Serial Number": "Not Specified",
2112
- "Asset Tag": "Not Specified",
2113
- "Part Number": "Not Specified"
2114
- },
2115
- {
2116
- "record_id": "0x0045",
2117
- "size": "4",
2118
- "application_identifier": "Processor Information",
2119
- "Socket Designation": "CPU socket #65",
2120
- "Type": "Central Processor",
2121
- "Family": "Unknown",
2122
- "Manufacturer": "000000000000",
2123
- "ID": "00 00 00 00 00 00 00 00",
2124
- "Version": "Unknown Processor ",
2125
- "Voltage": "3.3 V",
2126
- "External Clock": "Unknown",
2127
- "Max Speed": "30000 MHz",
2128
- "Current Speed": "Unknown",
2129
- "Status": "Unpopulated",
2130
- "Upgrade": "ZIF Socket",
2131
- "L1 Cache Handle": "0x0116",
2132
- "L2 Cache Handle": "0x0117",
2133
- "L3 Cache Handle": "Not Provided",
2134
- "Serial Number": "Not Specified",
2135
- "Asset Tag": "Not Specified",
2136
- "Part Number": "Not Specified"
2137
- },
2138
- {
2139
- "record_id": "0x0046",
2140
- "size": "4",
2141
- "application_identifier": "Processor Information",
2142
- "Socket Designation": "CPU socket #66",
2143
- "Type": "Central Processor",
2144
- "Family": "Unknown",
2145
- "Manufacturer": "000000000000",
2146
- "ID": "00 00 00 00 00 00 00 00",
2147
- "Version": "Unknown Processor ",
2148
- "Voltage": "3.3 V",
2149
- "External Clock": "Unknown",
2150
- "Max Speed": "30000 MHz",
2151
- "Current Speed": "Unknown",
2152
- "Status": "Unpopulated",
2153
- "Upgrade": "ZIF Socket",
2154
- "L1 Cache Handle": "0x0118",
2155
- "L2 Cache Handle": "0x0119",
2156
- "L3 Cache Handle": "Not Provided",
2157
- "Serial Number": "Not Specified",
2158
- "Asset Tag": "Not Specified",
2159
- "Part Number": "Not Specified"
2160
- },
2161
- {
2162
- "record_id": "0x0047",
2163
- "size": "4",
2164
- "application_identifier": "Processor Information",
2165
- "Socket Designation": "CPU socket #67",
2166
- "Type": "Central Processor",
2167
- "Family": "Unknown",
2168
- "Manufacturer": "000000000000",
2169
- "ID": "00 00 00 00 00 00 00 00",
2170
- "Version": "Unknown Processor ",
2171
- "Voltage": "3.3 V",
2172
- "External Clock": "Unknown",
2173
- "Max Speed": "30000 MHz",
2174
- "Current Speed": "Unknown",
2175
- "Status": "Unpopulated",
2176
- "Upgrade": "ZIF Socket",
2177
- "L1 Cache Handle": "0x011A",
2178
- "L2 Cache Handle": "0x011B",
2179
- "L3 Cache Handle": "Not Provided",
2180
- "Serial Number": "Not Specified",
2181
- "Asset Tag": "Not Specified",
2182
- "Part Number": "Not Specified"
2183
- },
2184
- {
2185
- "record_id": "0x0048",
2186
- "size": "4",
2187
- "application_identifier": "Processor Information",
2188
- "Socket Designation": "CPU socket #68",
2189
- "Type": "Central Processor",
2190
- "Family": "Unknown",
2191
- "Manufacturer": "000000000000",
2192
- "ID": "00 00 00 00 00 00 00 00",
2193
- "Version": "Unknown Processor ",
2194
- "Voltage": "3.3 V",
2195
- "External Clock": "Unknown",
2196
- "Max Speed": "30000 MHz",
2197
- "Current Speed": "Unknown",
2198
- "Status": "Unpopulated",
2199
- "Upgrade": "ZIF Socket",
2200
- "L1 Cache Handle": "0x011C",
2201
- "L2 Cache Handle": "0x011D",
2202
- "L3 Cache Handle": "Not Provided",
2203
- "Serial Number": "Not Specified",
2204
- "Asset Tag": "Not Specified",
2205
- "Part Number": "Not Specified"
2206
- },
2207
- {
2208
- "record_id": "0x0049",
2209
- "size": "4",
2210
- "application_identifier": "Processor Information",
2211
- "Socket Designation": "CPU socket #69",
2212
- "Type": "Central Processor",
2213
- "Family": "Unknown",
2214
- "Manufacturer": "000000000000",
2215
- "ID": "00 00 00 00 00 00 00 00",
2216
- "Version": "Unknown Processor ",
2217
- "Voltage": "3.3 V",
2218
- "External Clock": "Unknown",
2219
- "Max Speed": "30000 MHz",
2220
- "Current Speed": "Unknown",
2221
- "Status": "Unpopulated",
2222
- "Upgrade": "ZIF Socket",
2223
- "L1 Cache Handle": "0x011E",
2224
- "L2 Cache Handle": "0x011F",
2225
- "L3 Cache Handle": "Not Provided",
2226
- "Serial Number": "Not Specified",
2227
- "Asset Tag": "Not Specified",
2228
- "Part Number": "Not Specified"
2229
- },
2230
- {
2231
- "record_id": "0x004A",
2232
- "size": "4",
2233
- "application_identifier": "Processor Information",
2234
- "Socket Designation": "CPU socket #70",
2235
- "Type": "Central Processor",
2236
- "Family": "Unknown",
2237
- "Manufacturer": "000000000000",
2238
- "ID": "00 00 00 00 00 00 00 00",
2239
- "Version": "Unknown Processor ",
2240
- "Voltage": "3.3 V",
2241
- "External Clock": "Unknown",
2242
- "Max Speed": "30000 MHz",
2243
- "Current Speed": "Unknown",
2244
- "Status": "Unpopulated",
2245
- "Upgrade": "ZIF Socket",
2246
- "L1 Cache Handle": "0x0120",
2247
- "L2 Cache Handle": "0x0121",
2248
- "L3 Cache Handle": "Not Provided",
2249
- "Serial Number": "Not Specified",
2250
- "Asset Tag": "Not Specified",
2251
- "Part Number": "Not Specified"
2252
- },
2253
- {
2254
- "record_id": "0x004B",
2255
- "size": "4",
2256
- "application_identifier": "Processor Information",
2257
- "Socket Designation": "CPU socket #71",
2258
- "Type": "Central Processor",
2259
- "Family": "Unknown",
2260
- "Manufacturer": "000000000000",
2261
- "ID": "00 00 00 00 00 00 00 00",
2262
- "Version": "Unknown Processor ",
2263
- "Voltage": "3.3 V",
2264
- "External Clock": "Unknown",
2265
- "Max Speed": "30000 MHz",
2266
- "Current Speed": "Unknown",
2267
- "Status": "Unpopulated",
2268
- "Upgrade": "ZIF Socket",
2269
- "L1 Cache Handle": "0x0122",
2270
- "L2 Cache Handle": "0x0123",
2271
- "L3 Cache Handle": "Not Provided",
2272
- "Serial Number": "Not Specified",
2273
- "Asset Tag": "Not Specified",
2274
- "Part Number": "Not Specified"
2275
- },
2276
- {
2277
- "record_id": "0x004C",
2278
- "size": "4",
2279
- "application_identifier": "Processor Information",
2280
- "Socket Designation": "CPU socket #72",
2281
- "Type": "Central Processor",
2282
- "Family": "Unknown",
2283
- "Manufacturer": "000000000000",
2284
- "ID": "00 00 00 00 00 00 00 00",
2285
- "Version": "Unknown Processor ",
2286
- "Voltage": "3.3 V",
2287
- "External Clock": "Unknown",
2288
- "Max Speed": "30000 MHz",
2289
- "Current Speed": "Unknown",
2290
- "Status": "Unpopulated",
2291
- "Upgrade": "ZIF Socket",
2292
- "L1 Cache Handle": "0x0124",
2293
- "L2 Cache Handle": "0x0125",
2294
- "L3 Cache Handle": "Not Provided",
2295
- "Serial Number": "Not Specified",
2296
- "Asset Tag": "Not Specified",
2297
- "Part Number": "Not Specified"
2298
- },
2299
- {
2300
- "record_id": "0x004D",
2301
- "size": "4",
2302
- "application_identifier": "Processor Information",
2303
- "Socket Designation": "CPU socket #73",
2304
- "Type": "Central Processor",
2305
- "Family": "Unknown",
2306
- "Manufacturer": "000000000000",
2307
- "ID": "00 00 00 00 00 00 00 00",
2308
- "Version": "Unknown Processor ",
2309
- "Voltage": "3.3 V",
2310
- "External Clock": "Unknown",
2311
- "Max Speed": "30000 MHz",
2312
- "Current Speed": "Unknown",
2313
- "Status": "Unpopulated",
2314
- "Upgrade": "ZIF Socket",
2315
- "L1 Cache Handle": "0x0126",
2316
- "L2 Cache Handle": "0x0127",
2317
- "L3 Cache Handle": "Not Provided",
2318
- "Serial Number": "Not Specified",
2319
- "Asset Tag": "Not Specified",
2320
- "Part Number": "Not Specified"
2321
- },
2322
- {
2323
- "record_id": "0x004E",
2324
- "size": "4",
2325
- "application_identifier": "Processor Information",
2326
- "Socket Designation": "CPU socket #74",
2327
- "Type": "Central Processor",
2328
- "Family": "Unknown",
2329
- "Manufacturer": "000000000000",
2330
- "ID": "00 00 00 00 00 00 00 00",
2331
- "Version": "Unknown Processor ",
2332
- "Voltage": "3.3 V",
2333
- "External Clock": "Unknown",
2334
- "Max Speed": "30000 MHz",
2335
- "Current Speed": "Unknown",
2336
- "Status": "Unpopulated",
2337
- "Upgrade": "ZIF Socket",
2338
- "L1 Cache Handle": "0x0128",
2339
- "L2 Cache Handle": "0x0129",
2340
- "L3 Cache Handle": "Not Provided",
2341
- "Serial Number": "Not Specified",
2342
- "Asset Tag": "Not Specified",
2343
- "Part Number": "Not Specified"
2344
- },
2345
- {
2346
- "record_id": "0x004F",
2347
- "size": "4",
2348
- "application_identifier": "Processor Information",
2349
- "Socket Designation": "CPU socket #75",
2350
- "Type": "Central Processor",
2351
- "Family": "Unknown",
2352
- "Manufacturer": "000000000000",
2353
- "ID": "00 00 00 00 00 00 00 00",
2354
- "Version": "Unknown Processor ",
2355
- "Voltage": "3.3 V",
2356
- "External Clock": "Unknown",
2357
- "Max Speed": "30000 MHz",
2358
- "Current Speed": "Unknown",
2359
- "Status": "Unpopulated",
2360
- "Upgrade": "ZIF Socket",
2361
- "L1 Cache Handle": "0x012A",
2362
- "L2 Cache Handle": "0x012B",
2363
- "L3 Cache Handle": "Not Provided",
2364
- "Serial Number": "Not Specified",
2365
- "Asset Tag": "Not Specified",
2366
- "Part Number": "Not Specified"
2367
- },
2368
- {
2369
- "record_id": "0x0050",
2370
- "size": "4",
2371
- "application_identifier": "Processor Information",
2372
- "Socket Designation": "CPU socket #76",
2373
- "Type": "Central Processor",
2374
- "Family": "Unknown",
2375
- "Manufacturer": "000000000000",
2376
- "ID": "00 00 00 00 00 00 00 00",
2377
- "Version": "Unknown Processor ",
2378
- "Voltage": "3.3 V",
2379
- "External Clock": "Unknown",
2380
- "Max Speed": "30000 MHz",
2381
- "Current Speed": "Unknown",
2382
- "Status": "Unpopulated",
2383
- "Upgrade": "ZIF Socket",
2384
- "L1 Cache Handle": "0x012C",
2385
- "L2 Cache Handle": "0x012D",
2386
- "L3 Cache Handle": "Not Provided",
2387
- "Serial Number": "Not Specified",
2388
- "Asset Tag": "Not Specified",
2389
- "Part Number": "Not Specified"
2390
- },
2391
- {
2392
- "record_id": "0x0051",
2393
- "size": "4",
2394
- "application_identifier": "Processor Information",
2395
- "Socket Designation": "CPU socket #77",
2396
- "Type": "Central Processor",
2397
- "Family": "Unknown",
2398
- "Manufacturer": "000000000000",
2399
- "ID": "00 00 00 00 00 00 00 00",
2400
- "Version": "Unknown Processor ",
2401
- "Voltage": "3.3 V",
2402
- "External Clock": "Unknown",
2403
- "Max Speed": "30000 MHz",
2404
- "Current Speed": "Unknown",
2405
- "Status": "Unpopulated",
2406
- "Upgrade": "ZIF Socket",
2407
- "L1 Cache Handle": "0x012E",
2408
- "L2 Cache Handle": "0x012F",
2409
- "L3 Cache Handle": "Not Provided",
2410
- "Serial Number": "Not Specified",
2411
- "Asset Tag": "Not Specified",
2412
- "Part Number": "Not Specified"
2413
- },
2414
- {
2415
- "record_id": "0x0052",
2416
- "size": "4",
2417
- "application_identifier": "Processor Information",
2418
- "Socket Designation": "CPU socket #78",
2419
- "Type": "Central Processor",
2420
- "Family": "Unknown",
2421
- "Manufacturer": "000000000000",
2422
- "ID": "00 00 00 00 00 00 00 00",
2423
- "Version": "Unknown Processor ",
2424
- "Voltage": "3.3 V",
2425
- "External Clock": "Unknown",
2426
- "Max Speed": "30000 MHz",
2427
- "Current Speed": "Unknown",
2428
- "Status": "Unpopulated",
2429
- "Upgrade": "ZIF Socket",
2430
- "L1 Cache Handle": "0x0130",
2431
- "L2 Cache Handle": "0x0131",
2432
- "L3 Cache Handle": "Not Provided",
2433
- "Serial Number": "Not Specified",
2434
- "Asset Tag": "Not Specified",
2435
- "Part Number": "Not Specified"
2436
- },
2437
- {
2438
- "record_id": "0x0053",
2439
- "size": "4",
2440
- "application_identifier": "Processor Information",
2441
- "Socket Designation": "CPU socket #79",
2442
- "Type": "Central Processor",
2443
- "Family": "Unknown",
2444
- "Manufacturer": "000000000000",
2445
- "ID": "00 00 00 00 00 00 00 00",
2446
- "Version": "Unknown Processor ",
2447
- "Voltage": "3.3 V",
2448
- "External Clock": "Unknown",
2449
- "Max Speed": "30000 MHz",
2450
- "Current Speed": "Unknown",
2451
- "Status": "Unpopulated",
2452
- "Upgrade": "ZIF Socket",
2453
- "L1 Cache Handle": "0x0132",
2454
- "L2 Cache Handle": "0x0133",
2455
- "L3 Cache Handle": "Not Provided",
2456
- "Serial Number": "Not Specified",
2457
- "Asset Tag": "Not Specified",
2458
- "Part Number": "Not Specified"
2459
- },
2460
- {
2461
- "record_id": "0x0054",
2462
- "size": "4",
2463
- "application_identifier": "Processor Information",
2464
- "Socket Designation": "CPU socket #80",
2465
- "Type": "Central Processor",
2466
- "Family": "Unknown",
2467
- "Manufacturer": "000000000000",
2468
- "ID": "00 00 00 00 00 00 00 00",
2469
- "Version": "Unknown Processor ",
2470
- "Voltage": "3.3 V",
2471
- "External Clock": "Unknown",
2472
- "Max Speed": "30000 MHz",
2473
- "Current Speed": "Unknown",
2474
- "Status": "Unpopulated",
2475
- "Upgrade": "ZIF Socket",
2476
- "L1 Cache Handle": "0x0134",
2477
- "L2 Cache Handle": "0x0135",
2478
- "L3 Cache Handle": "Not Provided",
2479
- "Serial Number": "Not Specified",
2480
- "Asset Tag": "Not Specified",
2481
- "Part Number": "Not Specified"
2482
- },
2483
- {
2484
- "record_id": "0x0055",
2485
- "size": "4",
2486
- "application_identifier": "Processor Information",
2487
- "Socket Designation": "CPU socket #81",
2488
- "Type": "Central Processor",
2489
- "Family": "Unknown",
2490
- "Manufacturer": "000000000000",
2491
- "ID": "00 00 00 00 00 00 00 00",
2492
- "Version": "Unknown Processor ",
2493
- "Voltage": "3.3 V",
2494
- "External Clock": "Unknown",
2495
- "Max Speed": "30000 MHz",
2496
- "Current Speed": "Unknown",
2497
- "Status": "Unpopulated",
2498
- "Upgrade": "ZIF Socket",
2499
- "L1 Cache Handle": "0x0136",
2500
- "L2 Cache Handle": "0x0137",
2501
- "L3 Cache Handle": "Not Provided",
2502
- "Serial Number": "Not Specified",
2503
- "Asset Tag": "Not Specified",
2504
- "Part Number": "Not Specified"
2505
- },
2506
- {
2507
- "record_id": "0x0056",
2508
- "size": "4",
2509
- "application_identifier": "Processor Information",
2510
- "Socket Designation": "CPU socket #82",
2511
- "Type": "Central Processor",
2512
- "Family": "Unknown",
2513
- "Manufacturer": "000000000000",
2514
- "ID": "00 00 00 00 00 00 00 00",
2515
- "Version": "Unknown Processor ",
2516
- "Voltage": "3.3 V",
2517
- "External Clock": "Unknown",
2518
- "Max Speed": "30000 MHz",
2519
- "Current Speed": "Unknown",
2520
- "Status": "Unpopulated",
2521
- "Upgrade": "ZIF Socket",
2522
- "L1 Cache Handle": "0x0138",
2523
- "L2 Cache Handle": "0x0139",
2524
- "L3 Cache Handle": "Not Provided",
2525
- "Serial Number": "Not Specified",
2526
- "Asset Tag": "Not Specified",
2527
- "Part Number": "Not Specified"
2528
- },
2529
- {
2530
- "record_id": "0x0057",
2531
- "size": "4",
2532
- "application_identifier": "Processor Information",
2533
- "Socket Designation": "CPU socket #83",
2534
- "Type": "Central Processor",
2535
- "Family": "Unknown",
2536
- "Manufacturer": "000000000000",
2537
- "ID": "00 00 00 00 00 00 00 00",
2538
- "Version": "Unknown Processor ",
2539
- "Voltage": "3.3 V",
2540
- "External Clock": "Unknown",
2541
- "Max Speed": "30000 MHz",
2542
- "Current Speed": "Unknown",
2543
- "Status": "Unpopulated",
2544
- "Upgrade": "ZIF Socket",
2545
- "L1 Cache Handle": "0x013A",
2546
- "L2 Cache Handle": "0x013B",
2547
- "L3 Cache Handle": "Not Provided",
2548
- "Serial Number": "Not Specified",
2549
- "Asset Tag": "Not Specified",
2550
- "Part Number": "Not Specified"
2551
- },
2552
- {
2553
- "record_id": "0x0058",
2554
- "size": "4",
2555
- "application_identifier": "Processor Information",
2556
- "Socket Designation": "CPU socket #84",
2557
- "Type": "Central Processor",
2558
- "Family": "Unknown",
2559
- "Manufacturer": "000000000000",
2560
- "ID": "00 00 00 00 00 00 00 00",
2561
- "Version": "Unknown Processor ",
2562
- "Voltage": "3.3 V",
2563
- "External Clock": "Unknown",
2564
- "Max Speed": "30000 MHz",
2565
- "Current Speed": "Unknown",
2566
- "Status": "Unpopulated",
2567
- "Upgrade": "ZIF Socket",
2568
- "L1 Cache Handle": "0x013C",
2569
- "L2 Cache Handle": "0x013D",
2570
- "L3 Cache Handle": "Not Provided",
2571
- "Serial Number": "Not Specified",
2572
- "Asset Tag": "Not Specified",
2573
- "Part Number": "Not Specified"
2574
- },
2575
- {
2576
- "record_id": "0x0059",
2577
- "size": "4",
2578
- "application_identifier": "Processor Information",
2579
- "Socket Designation": "CPU socket #85",
2580
- "Type": "Central Processor",
2581
- "Family": "Unknown",
2582
- "Manufacturer": "000000000000",
2583
- "ID": "00 00 00 00 00 00 00 00",
2584
- "Version": "Unknown Processor ",
2585
- "Voltage": "3.3 V",
2586
- "External Clock": "Unknown",
2587
- "Max Speed": "30000 MHz",
2588
- "Current Speed": "Unknown",
2589
- "Status": "Unpopulated",
2590
- "Upgrade": "ZIF Socket",
2591
- "L1 Cache Handle": "0x013E",
2592
- "L2 Cache Handle": "0x013F",
2593
- "L3 Cache Handle": "Not Provided",
2594
- "Serial Number": "Not Specified",
2595
- "Asset Tag": "Not Specified",
2596
- "Part Number": "Not Specified"
2597
- },
2598
- {
2599
- "record_id": "0x005A",
2600
- "size": "4",
2601
- "application_identifier": "Processor Information",
2602
- "Socket Designation": "CPU socket #86",
2603
- "Type": "Central Processor",
2604
- "Family": "Unknown",
2605
- "Manufacturer": "000000000000",
2606
- "ID": "00 00 00 00 00 00 00 00",
2607
- "Version": "Unknown Processor ",
2608
- "Voltage": "3.3 V",
2609
- "External Clock": "Unknown",
2610
- "Max Speed": "30000 MHz",
2611
- "Current Speed": "Unknown",
2612
- "Status": "Unpopulated",
2613
- "Upgrade": "ZIF Socket",
2614
- "L1 Cache Handle": "0x0140",
2615
- "L2 Cache Handle": "0x0141",
2616
- "L3 Cache Handle": "Not Provided",
2617
- "Serial Number": "Not Specified",
2618
- "Asset Tag": "Not Specified",
2619
- "Part Number": "Not Specified"
2620
- },
2621
- {
2622
- "record_id": "0x005B",
2623
- "size": "4",
2624
- "application_identifier": "Processor Information",
2625
- "Socket Designation": "CPU socket #87",
2626
- "Type": "Central Processor",
2627
- "Family": "Unknown",
2628
- "Manufacturer": "000000000000",
2629
- "ID": "00 00 00 00 00 00 00 00",
2630
- "Version": "Unknown Processor ",
2631
- "Voltage": "3.3 V",
2632
- "External Clock": "Unknown",
2633
- "Max Speed": "30000 MHz",
2634
- "Current Speed": "Unknown",
2635
- "Status": "Unpopulated",
2636
- "Upgrade": "ZIF Socket",
2637
- "L1 Cache Handle": "0x0142",
2638
- "L2 Cache Handle": "0x0143",
2639
- "L3 Cache Handle": "Not Provided",
2640
- "Serial Number": "Not Specified",
2641
- "Asset Tag": "Not Specified",
2642
- "Part Number": "Not Specified"
2643
- },
2644
- {
2645
- "record_id": "0x005C",
2646
- "size": "4",
2647
- "application_identifier": "Processor Information",
2648
- "Socket Designation": "CPU socket #88",
2649
- "Type": "Central Processor",
2650
- "Family": "Unknown",
2651
- "Manufacturer": "000000000000",
2652
- "ID": "00 00 00 00 00 00 00 00",
2653
- "Version": "Unknown Processor ",
2654
- "Voltage": "3.3 V",
2655
- "External Clock": "Unknown",
2656
- "Max Speed": "30000 MHz",
2657
- "Current Speed": "Unknown",
2658
- "Status": "Unpopulated",
2659
- "Upgrade": "ZIF Socket",
2660
- "L1 Cache Handle": "0x0144",
2661
- "L2 Cache Handle": "0x0145",
2662
- "L3 Cache Handle": "Not Provided",
2663
- "Serial Number": "Not Specified",
2664
- "Asset Tag": "Not Specified",
2665
- "Part Number": "Not Specified"
2666
- },
2667
- {
2668
- "record_id": "0x005D",
2669
- "size": "4",
2670
- "application_identifier": "Processor Information",
2671
- "Socket Designation": "CPU socket #89",
2672
- "Type": "Central Processor",
2673
- "Family": "Unknown",
2674
- "Manufacturer": "000000000000",
2675
- "ID": "00 00 00 00 00 00 00 00",
2676
- "Version": "Unknown Processor ",
2677
- "Voltage": "3.3 V",
2678
- "External Clock": "Unknown",
2679
- "Max Speed": "30000 MHz",
2680
- "Current Speed": "Unknown",
2681
- "Status": "Unpopulated",
2682
- "Upgrade": "ZIF Socket",
2683
- "L1 Cache Handle": "0x0146",
2684
- "L2 Cache Handle": "0x0147",
2685
- "L3 Cache Handle": "Not Provided",
2686
- "Serial Number": "Not Specified",
2687
- "Asset Tag": "Not Specified",
2688
- "Part Number": "Not Specified"
2689
- },
2690
- {
2691
- "record_id": "0x005E",
2692
- "size": "4",
2693
- "application_identifier": "Processor Information",
2694
- "Socket Designation": "CPU socket #90",
2695
- "Type": "Central Processor",
2696
- "Family": "Unknown",
2697
- "Manufacturer": "000000000000",
2698
- "ID": "00 00 00 00 00 00 00 00",
2699
- "Version": "Unknown Processor ",
2700
- "Voltage": "3.3 V",
2701
- "External Clock": "Unknown",
2702
- "Max Speed": "30000 MHz",
2703
- "Current Speed": "Unknown",
2704
- "Status": "Unpopulated",
2705
- "Upgrade": "ZIF Socket",
2706
- "L1 Cache Handle": "0x0148",
2707
- "L2 Cache Handle": "0x0149",
2708
- "L3 Cache Handle": "Not Provided",
2709
- "Serial Number": "Not Specified",
2710
- "Asset Tag": "Not Specified",
2711
- "Part Number": "Not Specified"
2712
- },
2713
- {
2714
- "record_id": "0x005F",
2715
- "size": "4",
2716
- "application_identifier": "Processor Information",
2717
- "Socket Designation": "CPU socket #91",
2718
- "Type": "Central Processor",
2719
- "Family": "Unknown",
2720
- "Manufacturer": "000000000000",
2721
- "ID": "00 00 00 00 00 00 00 00",
2722
- "Version": "Unknown Processor ",
2723
- "Voltage": "3.3 V",
2724
- "External Clock": "Unknown",
2725
- "Max Speed": "30000 MHz",
2726
- "Current Speed": "Unknown",
2727
- "Status": "Unpopulated",
2728
- "Upgrade": "ZIF Socket",
2729
- "L1 Cache Handle": "0x014A",
2730
- "L2 Cache Handle": "0x014B",
2731
- "L3 Cache Handle": "Not Provided",
2732
- "Serial Number": "Not Specified",
2733
- "Asset Tag": "Not Specified",
2734
- "Part Number": "Not Specified"
2735
- },
2736
- {
2737
- "record_id": "0x0060",
2738
- "size": "4",
2739
- "application_identifier": "Processor Information",
2740
- "Socket Designation": "CPU socket #92",
2741
- "Type": "Central Processor",
2742
- "Family": "Unknown",
2743
- "Manufacturer": "000000000000",
2744
- "ID": "00 00 00 00 00 00 00 00",
2745
- "Version": "Unknown Processor ",
2746
- "Voltage": "3.3 V",
2747
- "External Clock": "Unknown",
2748
- "Max Speed": "30000 MHz",
2749
- "Current Speed": "Unknown",
2750
- "Status": "Unpopulated",
2751
- "Upgrade": "ZIF Socket",
2752
- "L1 Cache Handle": "0x014C",
2753
- "L2 Cache Handle": "0x014D",
2754
- "L3 Cache Handle": "Not Provided",
2755
- "Serial Number": "Not Specified",
2756
- "Asset Tag": "Not Specified",
2757
- "Part Number": "Not Specified"
2758
- },
2759
- {
2760
- "record_id": "0x0061",
2761
- "size": "4",
2762
- "application_identifier": "Processor Information",
2763
- "Socket Designation": "CPU socket #93",
2764
- "Type": "Central Processor",
2765
- "Family": "Unknown",
2766
- "Manufacturer": "000000000000",
2767
- "ID": "00 00 00 00 00 00 00 00",
2768
- "Version": "Unknown Processor ",
2769
- "Voltage": "3.3 V",
2770
- "External Clock": "Unknown",
2771
- "Max Speed": "30000 MHz",
2772
- "Current Speed": "Unknown",
2773
- "Status": "Unpopulated",
2774
- "Upgrade": "ZIF Socket",
2775
- "L1 Cache Handle": "0x014E",
2776
- "L2 Cache Handle": "0x014F",
2777
- "L3 Cache Handle": "Not Provided",
2778
- "Serial Number": "Not Specified",
2779
- "Asset Tag": "Not Specified",
2780
- "Part Number": "Not Specified"
2781
- },
2782
- {
2783
- "record_id": "0x0062",
2784
- "size": "4",
2785
- "application_identifier": "Processor Information",
2786
- "Socket Designation": "CPU socket #94",
2787
- "Type": "Central Processor",
2788
- "Family": "Unknown",
2789
- "Manufacturer": "000000000000",
2790
- "ID": "00 00 00 00 00 00 00 00",
2791
- "Version": "Unknown Processor ",
2792
- "Voltage": "3.3 V",
2793
- "External Clock": "Unknown",
2794
- "Max Speed": "30000 MHz",
2795
- "Current Speed": "Unknown",
2796
- "Status": "Unpopulated",
2797
- "Upgrade": "ZIF Socket",
2798
- "L1 Cache Handle": "0x0150",
2799
- "L2 Cache Handle": "0x0151",
2800
- "L3 Cache Handle": "Not Provided",
2801
- "Serial Number": "Not Specified",
2802
- "Asset Tag": "Not Specified",
2803
- "Part Number": "Not Specified"
2804
- },
2805
- {
2806
- "record_id": "0x0063",
2807
- "size": "4",
2808
- "application_identifier": "Processor Information",
2809
- "Socket Designation": "CPU socket #95",
2810
- "Type": "Central Processor",
2811
- "Family": "Unknown",
2812
- "Manufacturer": "000000000000",
2813
- "ID": "00 00 00 00 00 00 00 00",
2814
- "Version": "Unknown Processor ",
2815
- "Voltage": "3.3 V",
2816
- "External Clock": "Unknown",
2817
- "Max Speed": "30000 MHz",
2818
- "Current Speed": "Unknown",
2819
- "Status": "Unpopulated",
2820
- "Upgrade": "ZIF Socket",
2821
- "L1 Cache Handle": "0x0152",
2822
- "L2 Cache Handle": "0x0153",
2823
- "L3 Cache Handle": "Not Provided",
2824
- "Serial Number": "Not Specified",
2825
- "Asset Tag": "Not Specified",
2826
- "Part Number": "Not Specified"
2827
- },
2828
- {
2829
- "record_id": "0x0064",
2830
- "size": "4",
2831
- "application_identifier": "Processor Information",
2832
- "Socket Designation": "CPU socket #96",
2833
- "Type": "Central Processor",
2834
- "Family": "Unknown",
2835
- "Manufacturer": "000000000000",
2836
- "ID": "00 00 00 00 00 00 00 00",
2837
- "Version": "Unknown Processor ",
2838
- "Voltage": "3.3 V",
2839
- "External Clock": "Unknown",
2840
- "Max Speed": "30000 MHz",
2841
- "Current Speed": "Unknown",
2842
- "Status": "Unpopulated",
2843
- "Upgrade": "ZIF Socket",
2844
- "L1 Cache Handle": "0x0154",
2845
- "L2 Cache Handle": "0x0155",
2846
- "L3 Cache Handle": "Not Provided",
2847
- "Serial Number": "Not Specified",
2848
- "Asset Tag": "Not Specified",
2849
- "Part Number": "Not Specified"
2850
- },
2851
- {
2852
- "record_id": "0x0065",
2853
- "size": "4",
2854
- "application_identifier": "Processor Information",
2855
- "Socket Designation": "CPU socket #97",
2856
- "Type": "Central Processor",
2857
- "Family": "Unknown",
2858
- "Manufacturer": "000000000000",
2859
- "ID": "00 00 00 00 00 00 00 00",
2860
- "Version": "Unknown Processor ",
2861
- "Voltage": "3.3 V",
2862
- "External Clock": "Unknown",
2863
- "Max Speed": "30000 MHz",
2864
- "Current Speed": "Unknown",
2865
- "Status": "Unpopulated",
2866
- "Upgrade": "ZIF Socket",
2867
- "L1 Cache Handle": "0x0156",
2868
- "L2 Cache Handle": "0x0157",
2869
- "L3 Cache Handle": "Not Provided",
2870
- "Serial Number": "Not Specified",
2871
- "Asset Tag": "Not Specified",
2872
- "Part Number": "Not Specified"
2873
- },
2874
- {
2875
- "record_id": "0x0066",
2876
- "size": "4",
2877
- "application_identifier": "Processor Information",
2878
- "Socket Designation": "CPU socket #98",
2879
- "Type": "Central Processor",
2880
- "Family": "Unknown",
2881
- "Manufacturer": "000000000000",
2882
- "ID": "00 00 00 00 00 00 00 00",
2883
- "Version": "Unknown Processor ",
2884
- "Voltage": "3.3 V",
2885
- "External Clock": "Unknown",
2886
- "Max Speed": "30000 MHz",
2887
- "Current Speed": "Unknown",
2888
- "Status": "Unpopulated",
2889
- "Upgrade": "ZIF Socket",
2890
- "L1 Cache Handle": "0x0158",
2891
- "L2 Cache Handle": "0x0159",
2892
- "L3 Cache Handle": "Not Provided",
2893
- "Serial Number": "Not Specified",
2894
- "Asset Tag": "Not Specified",
2895
- "Part Number": "Not Specified"
2896
- },
2897
- {
2898
- "record_id": "0x0067",
2899
- "size": "4",
2900
- "application_identifier": "Processor Information",
2901
- "Socket Designation": "CPU socket #99",
2902
- "Type": "Central Processor",
2903
- "Family": "Unknown",
2904
- "Manufacturer": "000000000000",
2905
- "ID": "00 00 00 00 00 00 00 00",
2906
- "Version": "Unknown Processor ",
2907
- "Voltage": "3.3 V",
2908
- "External Clock": "Unknown",
2909
- "Max Speed": "30000 MHz",
2910
- "Current Speed": "Unknown",
2911
- "Status": "Unpopulated",
2912
- "Upgrade": "ZIF Socket",
2913
- "L1 Cache Handle": "0x015A",
2914
- "L2 Cache Handle": "0x015B",
2915
- "L3 Cache Handle": "Not Provided",
2916
- "Serial Number": "Not Specified",
2917
- "Asset Tag": "Not Specified",
2918
- "Part Number": "Not Specified"
2919
- },
2920
- {
2921
- "record_id": "0x0068",
2922
- "size": "4",
2923
- "application_identifier": "Processor Information",
2924
- "Socket Designation": "CPU socket #100",
2925
- "Type": "Central Processor",
2926
- "Family": "Unknown",
2927
- "Manufacturer": "000000000000",
2928
- "ID": "00 00 00 00 00 00 00 00",
2929
- "Version": "Unknown Processor ",
2930
- "Voltage": "3.3 V",
2931
- "External Clock": "Unknown",
2932
- "Max Speed": "30000 MHz",
2933
- "Current Speed": "Unknown",
2934
- "Status": "Unpopulated",
2935
- "Upgrade": "ZIF Socket",
2936
- "L1 Cache Handle": "0x015C",
2937
- "L2 Cache Handle": "0x015D",
2938
- "L3 Cache Handle": "Not Provided",
2939
- "Serial Number": "Not Specified",
2940
- "Asset Tag": "Not Specified",
2941
- "Part Number": "Not Specified"
2942
- },
2943
- {
2944
- "record_id": "0x0069",
2945
- "size": "4",
2946
- "application_identifier": "Processor Information",
2947
- "Socket Designation": "CPU socket #101",
2948
- "Type": "Central Processor",
2949
- "Family": "Unknown",
2950
- "Manufacturer": "000000000000",
2951
- "ID": "00 00 00 00 00 00 00 00",
2952
- "Version": "Unknown Processor ",
2953
- "Voltage": "3.3 V",
2954
- "External Clock": "Unknown",
2955
- "Max Speed": "30000 MHz",
2956
- "Current Speed": "Unknown",
2957
- "Status": "Unpopulated",
2958
- "Upgrade": "ZIF Socket",
2959
- "L1 Cache Handle": "0x015E",
2960
- "L2 Cache Handle": "0x015F",
2961
- "L3 Cache Handle": "Not Provided",
2962
- "Serial Number": "Not Specified",
2963
- "Asset Tag": "Not Specified",
2964
- "Part Number": "Not Specified"
2965
- },
2966
- {
2967
- "record_id": "0x006A",
2968
- "size": "4",
2969
- "application_identifier": "Processor Information",
2970
- "Socket Designation": "CPU socket #102",
2971
- "Type": "Central Processor",
2972
- "Family": "Unknown",
2973
- "Manufacturer": "000000000000",
2974
- "ID": "00 00 00 00 00 00 00 00",
2975
- "Version": "Unknown Processor ",
2976
- "Voltage": "3.3 V",
2977
- "External Clock": "Unknown",
2978
- "Max Speed": "30000 MHz",
2979
- "Current Speed": "Unknown",
2980
- "Status": "Unpopulated",
2981
- "Upgrade": "ZIF Socket",
2982
- "L1 Cache Handle": "0x0160",
2983
- "L2 Cache Handle": "0x0161",
2984
- "L3 Cache Handle": "Not Provided",
2985
- "Serial Number": "Not Specified",
2986
- "Asset Tag": "Not Specified",
2987
- "Part Number": "Not Specified"
2988
- },
2989
- {
2990
- "record_id": "0x006B",
2991
- "size": "4",
2992
- "application_identifier": "Processor Information",
2993
- "Socket Designation": "CPU socket #103",
2994
- "Type": "Central Processor",
2995
- "Family": "Unknown",
2996
- "Manufacturer": "000000000000",
2997
- "ID": "00 00 00 00 00 00 00 00",
2998
- "Version": "Unknown Processor ",
2999
- "Voltage": "3.3 V",
3000
- "External Clock": "Unknown",
3001
- "Max Speed": "30000 MHz",
3002
- "Current Speed": "Unknown",
3003
- "Status": "Unpopulated",
3004
- "Upgrade": "ZIF Socket",
3005
- "L1 Cache Handle": "0x0162",
3006
- "L2 Cache Handle": "0x0163",
3007
- "L3 Cache Handle": "Not Provided",
3008
- "Serial Number": "Not Specified",
3009
- "Asset Tag": "Not Specified",
3010
- "Part Number": "Not Specified"
3011
- },
3012
- {
3013
- "record_id": "0x006C",
3014
- "size": "4",
3015
- "application_identifier": "Processor Information",
3016
- "Socket Designation": "CPU socket #104",
3017
- "Type": "Central Processor",
3018
- "Family": "Unknown",
3019
- "Manufacturer": "000000000000",
3020
- "ID": "00 00 00 00 00 00 00 00",
3021
- "Version": "Unknown Processor ",
3022
- "Voltage": "3.3 V",
3023
- "External Clock": "Unknown",
3024
- "Max Speed": "30000 MHz",
3025
- "Current Speed": "Unknown",
3026
- "Status": "Unpopulated",
3027
- "Upgrade": "ZIF Socket",
3028
- "L1 Cache Handle": "0x0164",
3029
- "L2 Cache Handle": "0x0165",
3030
- "L3 Cache Handle": "Not Provided",
3031
- "Serial Number": "Not Specified",
3032
- "Asset Tag": "Not Specified",
3033
- "Part Number": "Not Specified"
3034
- },
3035
- {
3036
- "record_id": "0x006D",
3037
- "size": "4",
3038
- "application_identifier": "Processor Information",
3039
- "Socket Designation": "CPU socket #105",
3040
- "Type": "Central Processor",
3041
- "Family": "Unknown",
3042
- "Manufacturer": "000000000000",
3043
- "ID": "00 00 00 00 00 00 00 00",
3044
- "Version": "Unknown Processor ",
3045
- "Voltage": "3.3 V",
3046
- "External Clock": "Unknown",
3047
- "Max Speed": "30000 MHz",
3048
- "Current Speed": "Unknown",
3049
- "Status": "Unpopulated",
3050
- "Upgrade": "ZIF Socket",
3051
- "L1 Cache Handle": "0x0166",
3052
- "L2 Cache Handle": "0x0167",
3053
- "L3 Cache Handle": "Not Provided",
3054
- "Serial Number": "Not Specified",
3055
- "Asset Tag": "Not Specified",
3056
- "Part Number": "Not Specified"
3057
- },
3058
- {
3059
- "record_id": "0x006E",
3060
- "size": "4",
3061
- "application_identifier": "Processor Information",
3062
- "Socket Designation": "CPU socket #106",
3063
- "Type": "Central Processor",
3064
- "Family": "Unknown",
3065
- "Manufacturer": "000000000000",
3066
- "ID": "00 00 00 00 00 00 00 00",
3067
- "Version": "Unknown Processor ",
3068
- "Voltage": "3.3 V",
3069
- "External Clock": "Unknown",
3070
- "Max Speed": "30000 MHz",
3071
- "Current Speed": "Unknown",
3072
- "Status": "Unpopulated",
3073
- "Upgrade": "ZIF Socket",
3074
- "L1 Cache Handle": "0x0168",
3075
- "L2 Cache Handle": "0x0169",
3076
- "L3 Cache Handle": "Not Provided",
3077
- "Serial Number": "Not Specified",
3078
- "Asset Tag": "Not Specified",
3079
- "Part Number": "Not Specified"
3080
- },
3081
- {
3082
- "record_id": "0x006F",
3083
- "size": "4",
3084
- "application_identifier": "Processor Information",
3085
- "Socket Designation": "CPU socket #107",
3086
- "Type": "Central Processor",
3087
- "Family": "Unknown",
3088
- "Manufacturer": "000000000000",
3089
- "ID": "00 00 00 00 00 00 00 00",
3090
- "Version": "Unknown Processor ",
3091
- "Voltage": "3.3 V",
3092
- "External Clock": "Unknown",
3093
- "Max Speed": "30000 MHz",
3094
- "Current Speed": "Unknown",
3095
- "Status": "Unpopulated",
3096
- "Upgrade": "ZIF Socket",
3097
- "L1 Cache Handle": "0x016A",
3098
- "L2 Cache Handle": "0x016B",
3099
- "L3 Cache Handle": "Not Provided",
3100
- "Serial Number": "Not Specified",
3101
- "Asset Tag": "Not Specified",
3102
- "Part Number": "Not Specified"
3103
- },
3104
- {
3105
- "record_id": "0x0070",
3106
- "size": "4",
3107
- "application_identifier": "Processor Information",
3108
- "Socket Designation": "CPU socket #108",
3109
- "Type": "Central Processor",
3110
- "Family": "Unknown",
3111
- "Manufacturer": "000000000000",
3112
- "ID": "00 00 00 00 00 00 00 00",
3113
- "Version": "Unknown Processor ",
3114
- "Voltage": "3.3 V",
3115
- "External Clock": "Unknown",
3116
- "Max Speed": "30000 MHz",
3117
- "Current Speed": "Unknown",
3118
- "Status": "Unpopulated",
3119
- "Upgrade": "ZIF Socket",
3120
- "L1 Cache Handle": "0x016C",
3121
- "L2 Cache Handle": "0x016D",
3122
- "L3 Cache Handle": "Not Provided",
3123
- "Serial Number": "Not Specified",
3124
- "Asset Tag": "Not Specified",
3125
- "Part Number": "Not Specified"
3126
- },
3127
- {
3128
- "record_id": "0x0071",
3129
- "size": "4",
3130
- "application_identifier": "Processor Information",
3131
- "Socket Designation": "CPU socket #109",
3132
- "Type": "Central Processor",
3133
- "Family": "Unknown",
3134
- "Manufacturer": "000000000000",
3135
- "ID": "00 00 00 00 00 00 00 00",
3136
- "Version": "Unknown Processor ",
3137
- "Voltage": "3.3 V",
3138
- "External Clock": "Unknown",
3139
- "Max Speed": "30000 MHz",
3140
- "Current Speed": "Unknown",
3141
- "Status": "Unpopulated",
3142
- "Upgrade": "ZIF Socket",
3143
- "L1 Cache Handle": "0x016E",
3144
- "L2 Cache Handle": "0x016F",
3145
- "L3 Cache Handle": "Not Provided",
3146
- "Serial Number": "Not Specified",
3147
- "Asset Tag": "Not Specified",
3148
- "Part Number": "Not Specified"
3149
- },
3150
- {
3151
- "record_id": "0x0072",
3152
- "size": "4",
3153
- "application_identifier": "Processor Information",
3154
- "Socket Designation": "CPU socket #110",
3155
- "Type": "Central Processor",
3156
- "Family": "Unknown",
3157
- "Manufacturer": "000000000000",
3158
- "ID": "00 00 00 00 00 00 00 00",
3159
- "Version": "Unknown Processor ",
3160
- "Voltage": "3.3 V",
3161
- "External Clock": "Unknown",
3162
- "Max Speed": "30000 MHz",
3163
- "Current Speed": "Unknown",
3164
- "Status": "Unpopulated",
3165
- "Upgrade": "ZIF Socket",
3166
- "L1 Cache Handle": "0x0170",
3167
- "L2 Cache Handle": "0x0171",
3168
- "L3 Cache Handle": "Not Provided",
3169
- "Serial Number": "Not Specified",
3170
- "Asset Tag": "Not Specified",
3171
- "Part Number": "Not Specified"
3172
- },
3173
- {
3174
- "record_id": "0x0073",
3175
- "size": "4",
3176
- "application_identifier": "Processor Information",
3177
- "Socket Designation": "CPU socket #111",
3178
- "Type": "Central Processor",
3179
- "Family": "Unknown",
3180
- "Manufacturer": "000000000000",
3181
- "ID": "00 00 00 00 00 00 00 00",
3182
- "Version": "Unknown Processor ",
3183
- "Voltage": "3.3 V",
3184
- "External Clock": "Unknown",
3185
- "Max Speed": "30000 MHz",
3186
- "Current Speed": "Unknown",
3187
- "Status": "Unpopulated",
3188
- "Upgrade": "ZIF Socket",
3189
- "L1 Cache Handle": "0x0172",
3190
- "L2 Cache Handle": "0x0173",
3191
- "L3 Cache Handle": "Not Provided",
3192
- "Serial Number": "Not Specified",
3193
- "Asset Tag": "Not Specified",
3194
- "Part Number": "Not Specified"
3195
- },
3196
- {
3197
- "record_id": "0x0074",
3198
- "size": "4",
3199
- "application_identifier": "Processor Information",
3200
- "Socket Designation": "CPU socket #112",
3201
- "Type": "Central Processor",
3202
- "Family": "Unknown",
3203
- "Manufacturer": "000000000000",
3204
- "ID": "00 00 00 00 00 00 00 00",
3205
- "Version": "Unknown Processor ",
3206
- "Voltage": "3.3 V",
3207
- "External Clock": "Unknown",
3208
- "Max Speed": "30000 MHz",
3209
- "Current Speed": "Unknown",
3210
- "Status": "Unpopulated",
3211
- "Upgrade": "ZIF Socket",
3212
- "L1 Cache Handle": "0x0174",
3213
- "L2 Cache Handle": "0x0175",
3214
- "L3 Cache Handle": "Not Provided",
3215
- "Serial Number": "Not Specified",
3216
- "Asset Tag": "Not Specified",
3217
- "Part Number": "Not Specified"
3218
- },
3219
- {
3220
- "record_id": "0x0075",
3221
- "size": "4",
3222
- "application_identifier": "Processor Information",
3223
- "Socket Designation": "CPU socket #113",
3224
- "Type": "Central Processor",
3225
- "Family": "Unknown",
3226
- "Manufacturer": "000000000000",
3227
- "ID": "00 00 00 00 00 00 00 00",
3228
- "Version": "Unknown Processor ",
3229
- "Voltage": "3.3 V",
3230
- "External Clock": "Unknown",
3231
- "Max Speed": "30000 MHz",
3232
- "Current Speed": "Unknown",
3233
- "Status": "Unpopulated",
3234
- "Upgrade": "ZIF Socket",
3235
- "L1 Cache Handle": "0x0176",
3236
- "L2 Cache Handle": "0x0177",
3237
- "L3 Cache Handle": "Not Provided",
3238
- "Serial Number": "Not Specified",
3239
- "Asset Tag": "Not Specified",
3240
- "Part Number": "Not Specified"
3241
- },
3242
- {
3243
- "record_id": "0x0076",
3244
- "size": "4",
3245
- "application_identifier": "Processor Information",
3246
- "Socket Designation": "CPU socket #114",
3247
- "Type": "Central Processor",
3248
- "Family": "Unknown",
3249
- "Manufacturer": "000000000000",
3250
- "ID": "00 00 00 00 00 00 00 00",
3251
- "Version": "Unknown Processor ",
3252
- "Voltage": "3.3 V",
3253
- "External Clock": "Unknown",
3254
- "Max Speed": "30000 MHz",
3255
- "Current Speed": "Unknown",
3256
- "Status": "Unpopulated",
3257
- "Upgrade": "ZIF Socket",
3258
- "L1 Cache Handle": "0x0178",
3259
- "L2 Cache Handle": "0x0179",
3260
- "L3 Cache Handle": "Not Provided",
3261
- "Serial Number": "Not Specified",
3262
- "Asset Tag": "Not Specified",
3263
- "Part Number": "Not Specified"
3264
- },
3265
- {
3266
- "record_id": "0x0077",
3267
- "size": "4",
3268
- "application_identifier": "Processor Information",
3269
- "Socket Designation": "CPU socket #115",
3270
- "Type": "Central Processor",
3271
- "Family": "Unknown",
3272
- "Manufacturer": "000000000000",
3273
- "ID": "00 00 00 00 00 00 00 00",
3274
- "Version": "Unknown Processor ",
3275
- "Voltage": "3.3 V",
3276
- "External Clock": "Unknown",
3277
- "Max Speed": "30000 MHz",
3278
- "Current Speed": "Unknown",
3279
- "Status": "Unpopulated",
3280
- "Upgrade": "ZIF Socket",
3281
- "L1 Cache Handle": "0x017A",
3282
- "L2 Cache Handle": "0x017B",
3283
- "L3 Cache Handle": "Not Provided",
3284
- "Serial Number": "Not Specified",
3285
- "Asset Tag": "Not Specified",
3286
- "Part Number": "Not Specified"
3287
- },
3288
- {
3289
- "record_id": "0x0078",
3290
- "size": "4",
3291
- "application_identifier": "Processor Information",
3292
- "Socket Designation": "CPU socket #116",
3293
- "Type": "Central Processor",
3294
- "Family": "Unknown",
3295
- "Manufacturer": "000000000000",
3296
- "ID": "00 00 00 00 00 00 00 00",
3297
- "Version": "Unknown Processor ",
3298
- "Voltage": "3.3 V",
3299
- "External Clock": "Unknown",
3300
- "Max Speed": "30000 MHz",
3301
- "Current Speed": "Unknown",
3302
- "Status": "Unpopulated",
3303
- "Upgrade": "ZIF Socket",
3304
- "L1 Cache Handle": "0x017C",
3305
- "L2 Cache Handle": "0x017D",
3306
- "L3 Cache Handle": "Not Provided",
3307
- "Serial Number": "Not Specified",
3308
- "Asset Tag": "Not Specified",
3309
- "Part Number": "Not Specified"
3310
- },
3311
- {
3312
- "record_id": "0x0079",
3313
- "size": "4",
3314
- "application_identifier": "Processor Information",
3315
- "Socket Designation": "CPU socket #117",
3316
- "Type": "Central Processor",
3317
- "Family": "Unknown",
3318
- "Manufacturer": "000000000000",
3319
- "ID": "00 00 00 00 00 00 00 00",
3320
- "Version": "Unknown Processor ",
3321
- "Voltage": "3.3 V",
3322
- "External Clock": "Unknown",
3323
- "Max Speed": "30000 MHz",
3324
- "Current Speed": "Unknown",
3325
- "Status": "Unpopulated",
3326
- "Upgrade": "ZIF Socket",
3327
- "L1 Cache Handle": "0x017E",
3328
- "L2 Cache Handle": "0x017F",
3329
- "L3 Cache Handle": "Not Provided",
3330
- "Serial Number": "Not Specified",
3331
- "Asset Tag": "Not Specified",
3332
- "Part Number": "Not Specified"
3333
- },
3334
- {
3335
- "record_id": "0x007A",
3336
- "size": "4",
3337
- "application_identifier": "Processor Information",
3338
- "Socket Designation": "CPU socket #118",
3339
- "Type": "Central Processor",
3340
- "Family": "Unknown",
3341
- "Manufacturer": "000000000000",
3342
- "ID": "00 00 00 00 00 00 00 00",
3343
- "Version": "Unknown Processor ",
3344
- "Voltage": "3.3 V",
3345
- "External Clock": "Unknown",
3346
- "Max Speed": "30000 MHz",
3347
- "Current Speed": "Unknown",
3348
- "Status": "Unpopulated",
3349
- "Upgrade": "ZIF Socket",
3350
- "L1 Cache Handle": "0x0180",
3351
- "L2 Cache Handle": "0x0181",
3352
- "L3 Cache Handle": "Not Provided",
3353
- "Serial Number": "Not Specified",
3354
- "Asset Tag": "Not Specified",
3355
- "Part Number": "Not Specified"
3356
- },
3357
- {
3358
- "record_id": "0x007B",
3359
- "size": "4",
3360
- "application_identifier": "Processor Information",
3361
- "Socket Designation": "CPU socket #119",
3362
- "Type": "Central Processor",
3363
- "Family": "Unknown",
3364
- "Manufacturer": "000000000000",
3365
- "ID": "00 00 00 00 00 00 00 00",
3366
- "Version": "Unknown Processor ",
3367
- "Voltage": "3.3 V",
3368
- "External Clock": "Unknown",
3369
- "Max Speed": "30000 MHz",
3370
- "Current Speed": "Unknown",
3371
- "Status": "Unpopulated",
3372
- "Upgrade": "ZIF Socket",
3373
- "L1 Cache Handle": "0x0182",
3374
- "L2 Cache Handle": "0x0183",
3375
- "L3 Cache Handle": "Not Provided",
3376
- "Serial Number": "Not Specified",
3377
- "Asset Tag": "Not Specified",
3378
- "Part Number": "Not Specified"
3379
- },
3380
- {
3381
- "record_id": "0x007C",
3382
- "size": "4",
3383
- "application_identifier": "Processor Information",
3384
- "Socket Designation": "CPU socket #120",
3385
- "Type": "Central Processor",
3386
- "Family": "Unknown",
3387
- "Manufacturer": "000000000000",
3388
- "ID": "00 00 00 00 00 00 00 00",
3389
- "Version": "Unknown Processor ",
3390
- "Voltage": "3.3 V",
3391
- "External Clock": "Unknown",
3392
- "Max Speed": "30000 MHz",
3393
- "Current Speed": "Unknown",
3394
- "Status": "Unpopulated",
3395
- "Upgrade": "ZIF Socket",
3396
- "L1 Cache Handle": "0x0184",
3397
- "L2 Cache Handle": "0x0185",
3398
- "L3 Cache Handle": "Not Provided",
3399
- "Serial Number": "Not Specified",
3400
- "Asset Tag": "Not Specified",
3401
- "Part Number": "Not Specified"
3402
- },
3403
- {
3404
- "record_id": "0x007D",
3405
- "size": "4",
3406
- "application_identifier": "Processor Information",
3407
- "Socket Designation": "CPU socket #121",
3408
- "Type": "Central Processor",
3409
- "Family": "Unknown",
3410
- "Manufacturer": "000000000000",
3411
- "ID": "00 00 00 00 00 00 00 00",
3412
- "Version": "Unknown Processor ",
3413
- "Voltage": "3.3 V",
3414
- "External Clock": "Unknown",
3415
- "Max Speed": "30000 MHz",
3416
- "Current Speed": "Unknown",
3417
- "Status": "Unpopulated",
3418
- "Upgrade": "ZIF Socket",
3419
- "L1 Cache Handle": "0x0186",
3420
- "L2 Cache Handle": "0x0187",
3421
- "L3 Cache Handle": "Not Provided",
3422
- "Serial Number": "Not Specified",
3423
- "Asset Tag": "Not Specified",
3424
- "Part Number": "Not Specified"
3425
- },
3426
- {
3427
- "record_id": "0x007E",
3428
- "size": "4",
3429
- "application_identifier": "Processor Information",
3430
- "Socket Designation": "CPU socket #122",
3431
- "Type": "Central Processor",
3432
- "Family": "Unknown",
3433
- "Manufacturer": "000000000000",
3434
- "ID": "00 00 00 00 00 00 00 00",
3435
- "Version": "Unknown Processor ",
3436
- "Voltage": "3.3 V",
3437
- "External Clock": "Unknown",
3438
- "Max Speed": "30000 MHz",
3439
- "Current Speed": "Unknown",
3440
- "Status": "Unpopulated",
3441
- "Upgrade": "ZIF Socket",
3442
- "L1 Cache Handle": "0x0188",
3443
- "L2 Cache Handle": "0x0189",
3444
- "L3 Cache Handle": "Not Provided",
3445
- "Serial Number": "Not Specified",
3446
- "Asset Tag": "Not Specified",
3447
- "Part Number": "Not Specified"
3448
- },
3449
- {
3450
- "record_id": "0x007F",
3451
- "size": "4",
3452
- "application_identifier": "Processor Information",
3453
- "Socket Designation": "CPU socket #123",
3454
- "Type": "Central Processor",
3455
- "Family": "Unknown",
3456
- "Manufacturer": "000000000000",
3457
- "ID": "00 00 00 00 00 00 00 00",
3458
- "Version": "Unknown Processor ",
3459
- "Voltage": "3.3 V",
3460
- "External Clock": "Unknown",
3461
- "Max Speed": "30000 MHz",
3462
- "Current Speed": "Unknown",
3463
- "Status": "Unpopulated",
3464
- "Upgrade": "ZIF Socket",
3465
- "L1 Cache Handle": "0x018A",
3466
- "L2 Cache Handle": "0x018B",
3467
- "L3 Cache Handle": "Not Provided",
3468
- "Serial Number": "Not Specified",
3469
- "Asset Tag": "Not Specified",
3470
- "Part Number": "Not Specified"
3471
- },
3472
- {
3473
- "record_id": "0x0080",
3474
- "size": "4",
3475
- "application_identifier": "Processor Information",
3476
- "Socket Designation": "CPU socket #124",
3477
- "Type": "Central Processor",
3478
- "Family": "Unknown",
3479
- "Manufacturer": "000000000000",
3480
- "ID": "00 00 00 00 00 00 00 00",
3481
- "Version": "Unknown Processor ",
3482
- "Voltage": "3.3 V",
3483
- "External Clock": "Unknown",
3484
- "Max Speed": "30000 MHz",
3485
- "Current Speed": "Unknown",
3486
- "Status": "Unpopulated",
3487
- "Upgrade": "ZIF Socket",
3488
- "L1 Cache Handle": "0x018C",
3489
- "L2 Cache Handle": "0x018D",
3490
- "L3 Cache Handle": "Not Provided",
3491
- "Serial Number": "Not Specified",
3492
- "Asset Tag": "Not Specified",
3493
- "Part Number": "Not Specified"
3494
- },
3495
- {
3496
- "record_id": "0x0081",
3497
- "size": "4",
3498
- "application_identifier": "Processor Information",
3499
- "Socket Designation": "CPU socket #125",
3500
- "Type": "Central Processor",
3501
- "Family": "Unknown",
3502
- "Manufacturer": "000000000000",
3503
- "ID": "00 00 00 00 00 00 00 00",
3504
- "Version": "Unknown Processor ",
3505
- "Voltage": "3.3 V",
3506
- "External Clock": "Unknown",
3507
- "Max Speed": "30000 MHz",
3508
- "Current Speed": "Unknown",
3509
- "Status": "Unpopulated",
3510
- "Upgrade": "ZIF Socket",
3511
- "L1 Cache Handle": "0x018E",
3512
- "L2 Cache Handle": "0x018F",
3513
- "L3 Cache Handle": "Not Provided",
3514
- "Serial Number": "Not Specified",
3515
- "Asset Tag": "Not Specified",
3516
- "Part Number": "Not Specified"
3517
- },
3518
- {
3519
- "record_id": "0x0082",
3520
- "size": "4",
3521
- "application_identifier": "Processor Information",
3522
- "Socket Designation": "CPU socket #126",
3523
- "Type": "Central Processor",
3524
- "Family": "Unknown",
3525
- "Manufacturer": "000000000000",
3526
- "ID": "00 00 00 00 00 00 00 00",
3527
- "Version": "Unknown Processor ",
3528
- "Voltage": "3.3 V",
3529
- "External Clock": "Unknown",
3530
- "Max Speed": "30000 MHz",
3531
- "Current Speed": "Unknown",
3532
- "Status": "Unpopulated",
3533
- "Upgrade": "ZIF Socket",
3534
- "L1 Cache Handle": "0x0190",
3535
- "L2 Cache Handle": "0x0191",
3536
- "L3 Cache Handle": "Not Provided",
3537
- "Serial Number": "Not Specified",
3538
- "Asset Tag": "Not Specified",
3539
- "Part Number": "Not Specified"
3540
- },
3541
- {
3542
- "record_id": "0x0083",
3543
- "size": "4",
3544
- "application_identifier": "Memory Controller Information",
3545
- "Socket Designation": "CPU socket #127",
3546
- "Type": "Central Processor",
3547
- "Family": "Unknown",
3548
- "Manufacturer": "000000000000",
3549
- "ID": "00 00 00 00 00 00 00 00",
3550
- "Version": "Unknown Processor ",
3551
- "Voltage": "3.3 V",
3552
- "External Clock": "Unknown",
3553
- "Max Speed": "30000 MHz",
3554
- "Current Speed": "Unknown",
3555
- "Status": "Unpopulated",
3556
- "Upgrade": "ZIF Socket",
3557
- "L1 Cache Handle": "0x0192",
3558
- "L2 Cache Handle": "0x0193",
3559
- "L3 Cache Handle": "Not Provided",
3560
- "Serial Number": "Not Specified",
3561
- "Asset Tag": "Not Specified",
3562
- "Part Number": "Not Specified",
3563
- "Error Detecting Method": "None",
3564
- "Error Correcting Capabilities": {
3565
- "None": null
3566
- },
3567
- "Supported Interleave": "One-way Interleave",
3568
- "Current Interleave": "One-way Interleave",
3569
- "Maximum Memory Module Size": "32768 MB",
3570
- "Maximum Total Memory Size": "491520 MB",
3571
- "Supported Speeds": {
3572
- "70 ns": null,
3573
- "60 ns": null
3574
- },
3575
- "Supported Memory Types": {
3576
- "FPM": null,
3577
- "EDO": null,
3578
- "DIMM": null,
3579
- "SDRAM": null
3580
- },
3581
- "Memory Module Voltage": "3.3 V",
3582
- "Associated Memory Slots": {
3583
- "0x0085": null,
3584
- "0x0086": null,
3585
- "0x0087": null,
3586
- "0x0088": null,
3587
- "0x0089": null,
3588
- "0x008A": null,
3589
- "0x008B": null,
3590
- "0x008C": null,
3591
- "0x008D": null,
3592
- "0x008E": null,
3593
- "0x008F": null,
3594
- "0x0090": null,
3595
- "0x0091": null,
3596
- "0x0092": null,
3597
- "0x0093": null
3598
- },
3599
- "Enabled Error Correcting Capabilities": {
3600
- "None": null
3601
- }
3602
- }
3603
- ],
3604
- "type": "Central Processor",
3605
- "family": "Unknown",
3606
- "voltage": "3.3 V",
3607
- "external_clock": "Unknown",
3608
- "max_speed": "30000 MHz",
3609
- "upgrade": "ZIF Socket",
3610
- "l3_cache_handle": "Not Provided",
3611
- "serial_number": "Not Specified",
3612
- "asset_tag": "Not Specified",
3613
- "part_number": "Not Specified",
3614
- "error_detecting_method": "None",
3615
- "supported_interleave": "One-way Interleave",
3616
- "current_interleave": "One-way Interleave",
3617
- "maximum_memory_module_size": "32768 MB",
3618
- "maximum_total_memory_size": "491520 MB",
3619
- "memory_module_voltage": "3.3 V"
3620
- },
3621
- "memory_module": {
3622
- "all_records": [
3623
- {
3624
- "record_id": "0x0085",
3625
- "size": "6",
3626
- "application_identifier": "Memory Module Information",
3627
- "Socket Designation": "RAM socket #0",
3628
- "Bank Connections": "None",
3629
- "Current Speed": "Unknown",
3630
- "Type": "EDO DIMM",
3631
- "Installed Size": "256 MB (Single-bank Connection)",
3632
- "Enabled Size": "256 MB (Single-bank Connection)",
3633
- "Error Status": "OK"
3634
- },
3635
- {
3636
- "record_id": "0x0086",
3637
- "size": "6",
3638
- "application_identifier": "Memory Module Information",
3639
- "Socket Designation": "RAM socket #1",
3640
- "Bank Connections": "None",
3641
- "Current Speed": "Unknown",
3642
- "Type": "EDO DIMM",
3643
- "Installed Size": "128 MB (Single-bank Connection)",
3644
- "Enabled Size": "128 MB (Single-bank Connection)",
3645
- "Error Status": "OK"
3646
- },
3647
- {
3648
- "record_id": "0x0087",
3649
- "size": "6",
3650
- "application_identifier": "Memory Module Information",
3651
- "Socket Designation": "RAM socket #2",
3652
- "Bank Connections": "None",
3653
- "Current Speed": "Unknown",
3654
- "Type": "EDO DIMM",
3655
- "Installed Size": "64 MB (Single-bank Connection)",
3656
- "Enabled Size": "64 MB (Single-bank Connection)",
3657
- "Error Status": "OK"
3658
- },
3659
- {
3660
- "record_id": "0x0088",
3661
- "size": "6",
3662
- "application_identifier": "Memory Module Information",
3663
- "Socket Designation": "RAM socket #3",
3664
- "Bank Connections": "None",
3665
- "Current Speed": "Unknown",
3666
- "Type": "EDO DIMM",
3667
- "Installed Size": "32 MB (Single-bank Connection)",
3668
- "Enabled Size": "32 MB (Single-bank Connection)",
3669
- "Error Status": "OK"
3670
- },
3671
- {
3672
- "record_id": "0x0089",
3673
- "size": "6",
3674
- "application_identifier": "Memory Module Information",
3675
- "Socket Designation": "RAM socket #4",
3676
- "Bank Connections": "None",
3677
- "Current Speed": "Unknown",
3678
- "Type": "DIMM",
3679
- "Installed Size": "Not Installed",
3680
- "Enabled Size": "Not Installed",
3681
- "Error Status": "OK"
3682
- },
3683
- {
3684
- "record_id": "0x008A",
3685
- "size": "6",
3686
- "application_identifier": "Memory Module Information",
3687
- "Socket Designation": "RAM socket #5",
3688
- "Bank Connections": "None",
3689
- "Current Speed": "Unknown",
3690
- "Type": "DIMM",
3691
- "Installed Size": "Not Installed",
3692
- "Enabled Size": "Not Installed",
3693
- "Error Status": "OK"
3694
- },
3695
- {
3696
- "record_id": "0x008B",
3697
- "size": "6",
3698
- "application_identifier": "Memory Module Information",
3699
- "Socket Designation": "RAM socket #6",
3700
- "Bank Connections": "None",
3701
- "Current Speed": "Unknown",
3702
- "Type": "DIMM",
3703
- "Installed Size": "Not Installed",
3704
- "Enabled Size": "Not Installed",
3705
- "Error Status": "OK"
3706
- },
3707
- {
3708
- "record_id": "0x008C",
3709
- "size": "6",
3710
- "application_identifier": "Memory Module Information",
3711
- "Socket Designation": "RAM socket #7",
3712
- "Bank Connections": "None",
3713
- "Current Speed": "Unknown",
3714
- "Type": "DIMM",
3715
- "Installed Size": "Not Installed",
3716
- "Enabled Size": "Not Installed",
3717
- "Error Status": "OK"
3718
- },
3719
- {
3720
- "record_id": "0x008D",
3721
- "size": "6",
3722
- "application_identifier": "Memory Module Information",
3723
- "Socket Designation": "RAM socket #8",
3724
- "Bank Connections": "None",
3725
- "Current Speed": "Unknown",
3726
- "Type": "DIMM",
3727
- "Installed Size": "Not Installed",
3728
- "Enabled Size": "Not Installed",
3729
- "Error Status": "OK"
3730
- },
3731
- {
3732
- "record_id": "0x008E",
3733
- "size": "6",
3734
- "application_identifier": "Memory Module Information",
3735
- "Socket Designation": "RAM socket #9",
3736
- "Bank Connections": "None",
3737
- "Current Speed": "Unknown",
3738
- "Type": "DIMM",
3739
- "Installed Size": "Not Installed",
3740
- "Enabled Size": "Not Installed",
3741
- "Error Status": "OK"
3742
- },
3743
- {
3744
- "record_id": "0x008F",
3745
- "size": "6",
3746
- "application_identifier": "Memory Module Information",
3747
- "Socket Designation": "RAM socket #10",
3748
- "Bank Connections": "None",
3749
- "Current Speed": "Unknown",
3750
- "Type": "DIMM",
3751
- "Installed Size": "Not Installed",
3752
- "Enabled Size": "Not Installed",
3753
- "Error Status": "OK"
3754
- },
3755
- {
3756
- "record_id": "0x0090",
3757
- "size": "6",
3758
- "application_identifier": "Memory Module Information",
3759
- "Socket Designation": "RAM socket #11",
3760
- "Bank Connections": "None",
3761
- "Current Speed": "Unknown",
3762
- "Type": "DIMM",
3763
- "Installed Size": "Not Installed",
3764
- "Enabled Size": "Not Installed",
3765
- "Error Status": "OK"
3766
- },
3767
- {
3768
- "record_id": "0x0091",
3769
- "size": "6",
3770
- "application_identifier": "Memory Module Information",
3771
- "Socket Designation": "RAM socket #12",
3772
- "Bank Connections": "None",
3773
- "Current Speed": "Unknown",
3774
- "Type": "DIMM",
3775
- "Installed Size": "Not Installed",
3776
- "Enabled Size": "Not Installed",
3777
- "Error Status": "OK"
3778
- },
3779
- {
3780
- "record_id": "0x0092",
3781
- "size": "6",
3782
- "application_identifier": "Memory Module Information",
3783
- "Socket Designation": "RAM socket #13",
3784
- "Bank Connections": "None",
3785
- "Current Speed": "Unknown",
3786
- "Type": "DIMM",
3787
- "Installed Size": "Not Installed",
3788
- "Enabled Size": "Not Installed",
3789
- "Error Status": "OK"
3790
- },
3791
- {
3792
- "record_id": "0x0093",
3793
- "size": "6",
3794
- "application_identifier": "On Board Device ",
3795
- "Socket Designation": "L2 Cache",
3796
- "Bank Connections": "None",
3797
- "Current Speed": "Unknown",
3798
- "Type": "Sound",
3799
- "Installed Size": "0 kB",
3800
- "Enabled Size": "Not Installed",
3801
- "Error Status": "OK",
3802
- "Configuration": "Enabled, Socketed, Level 2",
3803
- "Operational Mode": "Write Back",
3804
- "Location": "External",
3805
- "Maximum Size": "24576 kB",
3806
- "Supported SRAM Types": {
3807
- "Burst": null,
3808
- "Pipeline Burst": null,
3809
- "Asynchronous": null
3810
- },
3811
- "Installed SRAM Type": "Burst",
3812
- "Speed": "Unknown",
3813
- "Error Correction Type": "Unknown",
3814
- "System Type": "Unknown",
3815
- "Associativity": "Unknown",
3816
- "Internal Reference Designator": "J12",
3817
- "Internal Connector Type": "None",
3818
- "External Reference Designator": "PS/2 Mouse",
3819
- "External Connector Type": "Circular DIN-8 male",
3820
- "Port Type": "Keyboard Port",
3821
- "Designation": "PCI Slot J14",
3822
- "Current Usage": "Available",
3823
- "Length": "Long",
3824
- "Characteristics": {
3825
- "5.0 V is provided": null,
3826
- "3.3 V is provided": null
3827
- },
3828
- "ID": "4",
3829
- "Status": "Disabled",
3830
- "Description": "ES1371"
3831
- }
3832
- ],
3833
- "bank_connections": "None",
3834
- "current_speed": "Unknown",
3835
- "error_status": "OK",
3836
- "configuration": "Enabled, Socketed, Level 2",
3837
- "operational_mode": "Write Back",
3838
- "location": "External",
3839
- "maximum_size": "24576 kB",
3840
- "installed_sram_type": "Burst",
3841
- "speed": "Unknown",
3842
- "error_correction_type": "Unknown",
3843
- "system_type": "Unknown",
3844
- "associativity": "Unknown",
3845
- "internal_reference_designator": "J12",
3846
- "internal_connector_type": "None",
3847
- "external_reference_designator": "PS/2 Mouse",
3848
- "external_connector_type": "Circular DIN-8 male",
3849
- "port_type": "Keyboard Port",
3850
- "designation": "PCI Slot J14",
3851
- "current_usage": "Available",
3852
- "length": "Long",
3853
- "id": "4",
3854
- "status": "Disabled",
3855
- "description": "ES1371"
3856
- },
3857
- "oem_strings": {
3858
- "all_records": [
3859
- {
3860
- "record_id": "0x01A0",
676
+ "record_id": "0x0002",
3861
677
  "size": "11",
3862
- "application_identifier": "End Of Table",
3863
- "String 1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
3864
- "String 2": "Welcome to the Virtual Machine",
3865
- "Area Length": "16 bytes",
3866
- "Header Start Offset": "0x0000",
3867
- "Header Length": "16 bytes",
3868
- "Data Start Offset": "0x0010",
3869
- "Access Method": "General-purpose non-volatile data functions",
3870
- "Access Address": "0x0000",
3871
- "Status": "No errors detected",
3872
- "Change Token": "0x00000036",
3873
- "Header Format": "Type 1",
3874
- "Supported Log Type Descriptors": "3",
3875
- "Descriptor 1": "POST error",
3876
- "Data Format 1": "POST results bitmap",
3877
- "Descriptor 2": "Single-bit ECC memory error",
3878
- "Data Format 2": "Multiple-event",
3879
- "Descriptor 3": "Multi-bit ECC memory error",
3880
- "Data Format 3": "Multiple-event",
3881
- "Location": "System Board Or Motherboard",
3882
- "Use": "System Memory",
3883
- "Error Correction Type": "None",
3884
- "Maximum Capacity": "1 TB",
3885
- "Error Information Handle": "No Error",
3886
- "Number Of Devices": "64",
3887
- "Array Handle": "0x01A2",
3888
- "Total Width": "Unknown",
3889
- "Data Width": "Unknown",
3890
- "Size": "No Module Installed",
3891
- "Form Factor": "DIMM",
3892
- "Set": "None",
3893
- "Locator": "RAM slot #63",
3894
- "Bank Locator": "RAM slot #63",
3895
- "Type": "OK",
3896
- "Type Detail": "Unknown",
3897
- "Speed": "Unknown",
3898
- "Manufacturer": "Not Specified",
3899
- "Serial Number": "Not Specified",
3900
- "Asset Tag": "Not Specified",
3901
- "Part Number": "Not Specified",
3902
- "Granularity": "Unknown",
3903
- "Operation": "Unknown",
3904
- "Vendor Syndrome": "Unknown",
3905
- "Memory Array Address": "Unknown",
3906
- "Device Address": "Unknown",
3907
- "Resolution": "Unknown",
3908
- "Starting Address": "0x0001DFFFC00",
3909
- "Ending Address": "0x0001DFFFFFF",
3910
- "Range Size": "1 kB",
3911
- "Physical Array Handle": "0x01A2",
3912
- "Partition Width": "64",
3913
- "Physical Device Handle": "0x01E2",
3914
- "Memory Array Mapped Address Handle": "0x01E4",
3915
- "Partition Row Position": "Unknown",
3916
- "Interleave Position": "Unknown",
3917
- "Interleaved Data Depth": "Unknown",
3918
- "Watchdog Timer": "Present",
3919
- "Boot Option": "Do Not Reboot",
3920
- "Boot Option On Limit": "Do Not Reboot",
3921
- "Reset Count": "Unknown",
3922
- "Reset Limit": "Unknown",
3923
- "Timer Interval": "Unknown",
3924
- "Timeout": "Unknown",
3925
- "Power-On Password Status": "Disabled",
3926
- "Keyboard Password Status": "Unknown",
3927
- "Administrator Password Status": "Enabled",
3928
- "Front Panel Reset Status": "Unknown",
3929
- "Manufacturer Name": "Intel",
3930
- "Inbound Connection": "Enabled",
3931
- "Outbound Connection": "Disabled"
678
+ "application_identifier": "OEM Strings",
679
+ "String 1": "vboxVer_5.0.6",
680
+ "String 2": "vboxRev_103037"
3932
681
  }
3933
682
  ],
3934
- "string_1": "[MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]",
3935
- "string_2": "Welcome to the Virtual Machine",
3936
- "area_length": "16 bytes",
3937
- "header_start_offset": "0x0000",
3938
- "header_length": "16 bytes",
3939
- "data_start_offset": "0x0010",
3940
- "access_method": "General-purpose non-volatile data functions",
3941
- "access_address": "0x0000",
3942
- "status": "No errors detected",
3943
- "change_token": "0x00000036",
3944
- "header_format": "Type 1",
3945
- "supported_log_type_descriptors": "3",
3946
- "descriptor_1": "POST error",
3947
- "data_format_1": "POST results bitmap",
3948
- "descriptor_2": "Single-bit ECC memory error",
3949
- "data_format_2": "Multiple-event",
3950
- "descriptor_3": "Multi-bit ECC memory error",
3951
- "data_format_3": "Multiple-event",
3952
- "location": "System Board Or Motherboard",
3953
- "use": "System Memory",
3954
- "error_correction_type": "None",
3955
- "maximum_capacity": "1 TB",
3956
- "error_information_handle": "No Error",
3957
- "number_of_devices": "64",
3958
- "array_handle": "0x01A2",
3959
- "total_width": "Unknown",
3960
- "data_width": "Unknown",
3961
- "size": "No Module Installed",
3962
- "form_factor": "DIMM",
3963
- "set": "None",
3964
- "locator": "RAM slot #63",
3965
- "bank_locator": "RAM slot #63",
3966
- "type": "OK",
3967
- "type_detail": "Unknown",
3968
- "speed": "Unknown",
3969
- "manufacturer": "Not Specified",
3970
- "serial_number": "Not Specified",
3971
- "asset_tag": "Not Specified",
3972
- "part_number": "Not Specified",
3973
- "granularity": "Unknown",
3974
- "operation": "Unknown",
3975
- "vendor_syndrome": "Unknown",
3976
- "memory_array_address": "Unknown",
3977
- "device_address": "Unknown",
3978
- "resolution": "Unknown",
3979
- "starting_address": "0x0001DFFFC00",
3980
- "ending_address": "0x0001DFFFFFF",
3981
- "range_size": "1 kB",
3982
- "physical_array_handle": "0x01A2",
3983
- "partition_width": "64",
3984
- "physical_device_handle": "0x01E2",
3985
- "memory_array_mapped_address_handle": "0x01E4",
3986
- "partition_row_position": "Unknown",
3987
- "interleave_position": "Unknown",
3988
- "interleaved_data_depth": "Unknown",
3989
- "watchdog_timer": "Present",
3990
- "boot_option": "Do Not Reboot",
3991
- "boot_option_on_limit": "Do Not Reboot",
3992
- "reset_count": "Unknown",
3993
- "reset_limit": "Unknown",
3994
- "timer_interval": "Unknown",
3995
- "timeout": "Unknown",
3996
- "power_on_password_status": "Disabled",
3997
- "keyboard_password_status": "Unknown",
3998
- "administrator_password_status": "Enabled",
3999
- "front_panel_reset_status": "Unknown",
4000
- "manufacturer_name": "Intel",
4001
- "inbound_connection": "Enabled",
4002
- "outbound_connection": "Disabled"
683
+ "string_1": "vboxVer_5.0.6",
684
+ "string_2": "vboxRev_103037"
4003
685
  }
4004
686
  },
4005
- "ohai_time": 1418729491.2176757,
687
+ "ohai_time": 1445971407.2753844,
4006
688
  "languages": {
4007
689
  "ruby": {
4008
690
  "bin_dir": "/usr/local/bin",
4009
691
  "gem_bin": "/usr/local/bin/gem",
4010
692
  "gems_dir": "/usr/local/gems",
4011
693
  "ruby_bin": "/usr/local/bin/ruby"
4012
- }
694
+ },
695
+ "powershell": null
4013
696
  },
4014
697
  "chef_packages": {
4015
698
  "chef": {
4016
- "version": "12.0.1",
4017
- "chef_root": "/usr/local/gems/chef-12.0.1/lib"
699
+ "version": "12.5.1",
700
+ "chef_root": "/usr/local/gems/chef-12.5.1/lib"
4018
701
  },
4019
702
  "ohai": {
4020
- "version": "8.0.1",
4021
- "ohai_root": "/usr/local/gems/ohai-8.0.1/lib/ohai"
703
+ "version": "8.7.0",
704
+ "ohai_root": "/usr/local/gems/ohai-8.7.0/lib/ohai"
4022
705
  }
4023
706
  },
4024
707
  "counters": {