diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-05 20:25:08 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-05 20:25:08 +0300 |
| commit | bef6a76b602eee8f43c2e7dd65c5bd9cf5d909e4 (patch) | |
| tree | b5e5c9ccb686264ea12890a9bbed656c1f641ffa /README.md | |
| parent | 83a6fc687cab3ee87c6cae1324728521f9877ad0 (diff) | |
| download | kmi-bef6a76b602eee8f43c2e7dd65c5bd9cf5d909e4.tar.gz kmi-bef6a76b602eee8f43c2e7dd65c5bd9cf5d909e4.zip | |
add note about -kernel
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -51,6 +51,15 @@ This command might eventually be moved out of this repo. artefacts, clean run artefacts and clean all artefacts, respectively. Note that `clean_run` and `clean_all` may need root privileges. +The kernel should now also support Qemu's `-kernel` flag, meaning something like +``` +qemu-system-riscv64 -machine virt -m 2G \ + -kernel kmi.bin -initrd arch/riscv64/conf/initrd \ + -serial stdio +``` + +should just work. + # Top-level view This should eventually be moved into documentation with more details, but in short, `kmi` |
