Commit 6cf66d16 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add (what I believe are) BusyBox distro images

parent 414c9b87
Loading
Loading
Loading
Loading
+52.5 KiB

File added.

No diff preview for this file type.

+3.8 MiB

File added.

No diff preview for this file type.

+4.74 MiB

File added.

No diff preview for this file type.

+4 MiB

File added.

No diff preview for this file type.

+11 −0
Original line number Diff line number Diff line
/* VM configuration file */
{
    version: 1,
    machine: "riscv64",
    memory_size: 128,
    bios: "bbl64.bin",
    kernel: "kernel-riscv64.bin",
    cmdline: "console=hvc0 root=/dev/vda rw",
    drive0: { file: "root-riscv64/blk.txt" },
    eth0: { driver: "user" },
}
Loading