17 lines
453 B
Plaintext
17 lines
453 B
Plaintext
|
/ {
|
||
|
cpus {
|
||
|
cpu@1 {
|
||
|
//compatible = "disabled";
|
||
|
device_type = "none";
|
||
|
};
|
||
|
cpu@2 {
|
||
|
//compatible = "disabled";
|
||
|
device_type = "none";
|
||
|
};
|
||
|
cpu@3 {
|
||
|
//compatible = "disabled";
|
||
|
device_type = "none";
|
||
|
};
|
||
|
};
|
||
|
};
|