Skip to content

Commit

Permalink
Add intel i386 cpu based device-type
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit committed Jul 10, 2024
1 parent 8adfb6d commit ca5b0f8
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 0 deletions.
40 changes: 40 additions & 0 deletions contracts/hw.device-type/genericx86/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"slug": "genericx86",
"version": "1",
"type": "hw.device-type",
"aliases": ["genericx86"],
"name": "Intel 32 bit Generic",
"assets": {
"logo": {
"url": "./genericx86.svg",
"name": "logo"
}
},
"data": {
"arch": "i386",
"hdmi": true,
"led": false,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": true
},
"media": {
"defaultBoot": "internal",
"altBoot": ["usb_mass_storage", "network"]
},
"is_private": false
},
"partials": {
"bootDeviceExternal": [
"Ensure there are no other USB keys are inserted.",
"Power on the {{name}} with a keyboard connected.",
"Press the F10 key while BIOS is loading to enter the boot menu.",
"Select the USB key from the boot menu."
],
"flashIndicator": ["all LEDs are off"],
"bootDevice": ["Power up the {{name}}"]
}
}
102 changes: 102 additions & 0 deletions contracts/hw.device-type/genericx86/genericx86.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca5b0f8

Please sign in to comment.