Main index | Section 4 | Options |
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
nvram_load="YES"
PC motherboard uses a small non-volatile memory to store BIOS settings which is usually part of its clock chip and sometimes referred as "CMOS SRAM". This driver exposes bytes 14 through 128 of the NVRAM, or a total of 114 bytes, at offset zero of the device file /dev/nvram.
This driver is useful for cloning machines that shares the same hardware configuration and need same BIOS setting tweaks.
dd if=/dev/nvram of=nvram.bin
Restore BIOS NVRAM from nvram.bin:
dd if=nvram.bin of=/dev/nvram
NVRAM (4) | February 8, 2010 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | UNIX has been evolving feverishly for close to 30 years, sort of like bacteria in a cesspool — only not as attractive | ” |
— John Levine, "Unix for Dummies" |