mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00
12 lines
437 B
Markdown
12 lines
437 B
Markdown
Linux as a direct payload to OpenSBI
|
|
====================================
|
|
|
|
OpenSBI has the capability to load Linux kernel image directly in supervisor
|
|
mode. The flattened image generated by the Linux kernel build process can be
|
|
provided as payload to OpenSBI.
|
|
|
|
Detailed examples and platform guides can be found in both [QEMU](
|
|
../platform/qemu_virt.md) and [HiFive Unleashed](../platform/sifive_fu540.md)
|
|
platform guide respectively.
|
|
|