memLayout() added ECC flag, bios() added language, features (linux)
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@
|
||||
<tr>
|
||||
<th scope="row">5.1.0</th>
|
||||
<td>2020-02-08</td>
|
||||
<td><span class="code">memLayout()</span> added ECC flag</td>
|
||||
<td><span class="code">memLayout()</span> added ECC flag, <span class="code">bios()</span> added language, features (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.0.11</th>
|
||||
|
||||
@@ -361,6 +361,7 @@ si.memLayout().then(data => console.log(data));</code></pre class="example">
|
||||
size: 34359738368,
|
||||
bank: 'BANK 0',
|
||||
type: 'DDR4',
|
||||
ecc: false,
|
||||
clockSpeed: 2667,
|
||||
formFactor: 'SODIMM',
|
||||
manufacturer: '029E',
|
||||
@@ -374,6 +375,7 @@ si.memLayout().then(data => console.log(data));</code></pre class="example">
|
||||
size: 34359738368,
|
||||
bank: 'BANK 2',
|
||||
type: 'DDR4',
|
||||
ecc: false,
|
||||
clockSpeed: 2667,
|
||||
formFactor: 'SODIMM',
|
||||
manufacturer: '029E',
|
||||
|
||||
+34
-1
@@ -292,6 +292,26 @@ si.uuid().then(data => console.log(data));</code></pre class="example">
|
||||
<td></td>
|
||||
<td>revision</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>language</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>bios language</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>features</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>supported features</td>
|
||||
</tr>
|
||||
<tr class="example">
|
||||
<td></td>
|
||||
<td colspan="7">
|
||||
@@ -303,7 +323,20 @@ si.bios().then(data => console.log(data));</code></pre class="example">
|
||||
vendor: 'American Megatrends Inc.',
|
||||
version: 'P4.20',
|
||||
releaseDate: '2019-09-05',
|
||||
revision: '5.13'
|
||||
revision: '5.13',
|
||||
langage: 'en',
|
||||
features: [
|
||||
'PCI',
|
||||
'Boot from CD',
|
||||
'Selectable boot',
|
||||
'EDD',
|
||||
'Print screen service',
|
||||
'ACPI',
|
||||
'USB legacy',
|
||||
'BIOS boot specification',
|
||||
'Targeted content distribution',
|
||||
'UEFI'
|
||||
]
|
||||
}</pre>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user