8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
This is libpayload, a minimal library to support standalone payloads
|
|
that can be booted with firmware like coreboot. It handles the setup
|
|
code, and provides common C library symbols such as malloc() and
|
|
printf().
|
|
|
|
Please see the sample/ directory for an example of the payload in
|
|
action.
|