mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 15:51:41 +01:00

- fix some broken hyperlinks - add additional hyperlinks to references to external documents - reformat some paragraphs to keep lines under 80 characters - unify the enumeration style between different parts of the documentation - fix spelling/grammar mistakes - extend the copyright notice in README.md to be the same as the one in COPYING.BSD Signed-off-by: Karsten Merker <merker@debian.org> Reviewed-by: Atish Patra <atish.patra@wdc.com>
11 lines
416 B
Markdown
11 lines
416 B
Markdown
Linux as a direct payload to OpenSBI
|
|
====================================
|
|
|
|
OpenSBI has the capability to load a Linux kernel image directly in supervisor
|
|
mode. The flattened image generated by the Linux kernel build process can be
|
|
provided as a payload to OpenSBI.
|
|
|
|
Detailed examples can be found in both the [QEMU](../platform/qemu_virt.md)
|
|
and the [HiFive Unleashed](../platform/sifive_fu540.md) platform guides.
|
|
|