Here's a little proof of concept VM to play with #565
mszoek
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cheated a bit and got a shell. I haven't finished HID yet but we can use the serial keyboard for input. Here is a virtual machine image you can mess around with. Be warned it is VERY MINIMAL.
It uses qemu-system-x86_64 so be sure you have that on your path. Run
run-ravyn.shfrom a terminal. You will see it boot up and should get console messages both in the framebuffer window (QEMU window) and to the terminal (your serial console). Whatever you type in the terminal will go to the running shell. Filesystem is read-only after boot. You can copy things to/from it by mounting the HFS disk partition on a Linux or Mac system before booting the VM.Beta Was this translation helpful? Give feedback.
All reactions