UEFI: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
Keep in mind that <code>data</code> is limited to a maximum of 4096 characters. | Keep in mind that <code>data</code> is limited to a maximum of 4096 characters. | ||
{{Navbox content}} | == Development == | ||
When developing a new UEFI, please take a look at the [[UEFI Specification]] to see what OSes might expect during boot.{{Navbox content}} | |||
Revision as of 11:48, 17 August 2026
The UEFI is accessible is accessible via the Computer component's uefi property, provided by all Mainboard tiers.
Provided API
This virtual component offers the following properties:
| Name | Type | Read/Write | Description |
|---|---|---|---|
data |
string | READ WRITE | Represents the data (=code) that is stored on the UEFI. To change the contents, simply write to this property. |
Keep in mind that data is limited to a maximum of 4096 characters.
Development
When developing a new UEFI, please take a look at the UEFI Specification to see what OSes might expect during boot.