Update
This commit is contained in:
parent
f0c3f6aecf
commit
e54040171b
24 changed files with 159 additions and 23 deletions
3
firmware.md
Normal file
3
firmware.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Firmware
|
||||
|
||||
Firmware is a type of very basic [software](software.md) that's usually preinstalled on a device from factory and serves to provide the most essential functionality of the device. On simple devices, like mp3 players or remote controls, firmware may be all that's ever needed for the devices functioning, while on more complex ones, such as [personal computers](pc.md), firmware (e.g. [BIOS](bios.md) or [UEFI](uefi.md)) allows basic configuration, allows installation of more complex software (such as an [operating system](os.md)) and possibly provides functions that the installed software can use. Firmware is typically not meant to be rewritten by the user and is installed in some kind of memory that's not very easy to rewrite, it may even be hard-wired in which case it becomes something on the very boundary of software and [hardware](hardware.md).
|
Loading…
Add table
Add a link
Reference in a new issue