Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ A minimalist RISC-V system emulator capable of running Linux the kernel and corr
the program cannot write the PCM frames into guest OS ALSA stack.
- For instance, the following buffer/period size settings on `aplay` has been tested
with broken and stutter effects yet complete with no any errors: `aplay --buffer-size=32768 --period-size=4096 /usr/share/sounds/alsa/Front_Center.wav`.
- For capture, ALSA usually gets stuck in XRUN state, so you may need to try multiple times.
- virtio-input exposes SDL-backed keyboard and mouse devices to the guest.
- You can exit the SDL window by pressing Ctrl+A+G

Expand Down
Loading
Loading