We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://vfsync.org/u/os/buildroot-riscv64/* VM configuration file */ { version: 1, machine: "riscv64", memory_size: 256, bios: "bbl64.bin", kernel: "kernel-riscv64.bin", cmdline: "loglevel=3 swiotlb=1 console=tty0 root=root rootfstype=9p rootflags=trans=virtio ro TZ=${TZ}", fs0: { file: "https://vfsync.org/u/os/buildroot-riscv64" }, eth0: { driver: "user" }, display0: { device: "simplefb", width: 1024, height: 640, }, input_device: "virtio", }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://vfsync.org/u/os/buildroot-riscv64/* VM configuration file */
{
version: 1,
machine: "riscv64",
memory_size: 256,
bios: "bbl64.bin",
kernel: "kernel-riscv64.bin",
cmdline: "loglevel=3 swiotlb=1 console=tty0 root=root rootfstype=9p rootflags=trans=virtio ro TZ=${TZ}",
fs0: { file: "https://vfsync.org/u/os/buildroot-riscv64" },
eth0: { driver: "user" },
display0: {
device: "simplefb",
width: 1024,
height: 640,
},
input_device: "virtio",
}
The text was updated successfully, but these errors were encountered: