X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=2c25bef8a8fac2f995da4cada648693f3a4fdf13;hb=15511835b9e60d08ac5eb3c4ff326cec8c43ed6d;hp=d87969559f5badc73d0fbfe9c04b451f2f579e01;hpb=16db6c3486fba7292bade3233df96b4ab2ecc889;p=coreboot.git diff --git a/README b/README index d87969559..2c25bef8a 100644 --- a/README +++ b/README @@ -2,11 +2,20 @@ coreboot README ------------------------------------------------------------------------------- -coreboot is a Free Software project aimed at replacing the proprietary -BIOS you can find in most of today's computers. - -It performs just a little bit of hardware initialization and then executes -one of many possible payloads, e.g. a Linux kernel or a bootloader. +coreboot is a Free Software project aimed at replacing the proprietary BIOS +(firmware) found in most computers. coreboot performs a little bit of +hardware initialization and then executes additional boot logic, called a +payload. + +With the separation of hardware initialization and later boot logic, +coreboot can scale from specialized applications that run directly +firmware, run operating systems in flash, load custom +bootloaders, or implement firmware standards, like PC BIOS services or +UEFI. This allows for systems to only include the features necessary +in the target application, reducing the amount of code and flash space +required. + +coreboot was formerly known as LinuxBIOS. Payloads