Skip to content

Commit a2b0505

Browse files
authored
readme: describe what kernel may this project boot
1 parent 999e355 commit a2b0505

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,14 @@ test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; fini
9797

9898
## Notes
9999

100-
1. How to enable hypervisor H extension on QEMU?
100+
1. What kind of kernel does this project support?
101+
102+
The rustsbi-qemu project supports raw binary kernels for educational or
103+
competition use. This project itself is only a showcase example illustrating how
104+
implementations should use RustSBI, it does not include a Linux boot support.
105+
You may visit downstream bootloader projects for a Linux capable bootloader.
106+
107+
2. How to enable hypervisor H extension on QEMU?
101108

102109
You should use these following line of parameters:
103110

0 commit comments

Comments
 (0)