Jump to content

UEFI: Difference between revisions

From Advanced Computers Wiki
Created page with "The ''UEFI'' is accessible is accessible via the Computer component's <code>uefi</code> property, provided by all Mainboard tiers. == Provided API == This virtual component offers the following properties: {| class="wikitable" |+ UEFI properties |- ! Name !! Type !! Read/Write !! Description |- | <code>data</code> || string || READ WRITE || Represents the data (=code) that is stored on the UEFI. To change the contents, simply write to this property. |} Keep in mi..."
 
No edit summary
Line 9: Line 9:
| <code>data</code> || string || READ WRITE || Represents the data (=code) that is stored on the UEFI. To change the contents, simply write to this property.
| <code>data</code> || 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 <code>data</code> is limited to a maximum of 4096 characters.{{Navbox content}}
Keep in mind that <code>data</code> is limited to a maximum of 4096 characters.
 
{{Navbox content}}

Revision as of 22:49, 1 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:

UEFI 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.