Function firmware_pcat::default_cmos_values
source ยท pub fn default_cmos_values(mem_layout: &MemoryLayout) -> [u8; 256]
Expand description
Returns the default values PCAT BIOS expects to find in RTC CMOS memory.
By pre-initializing the CMOS values the first time the VM is booted, we prevent the BIOS from reporting an error to the user.