Compare commits

..

No commits in common. "cef7e2e500f1bd5b7ca59fb0f77274f74bbda0ad" and "e17787bffb9710fc91e9c766fa505cb078cd1b01" have entirely different histories.

2 changed files with 3 additions and 16 deletions

View file

@ -31,10 +31,8 @@ make
> numbers are what I compiled against but are not strict.
> 1. `make` \[v4.4.1] (aka `gnumake`)
> 2. `emscripten` \[v4.0.8]
> 3. `SDL` \[v1.2.68] (aka `libsdl`/`SDL-devel`)
> 4. `curl` \[v8.14.1] (aka `libcurl-devel`)
> 5. `openssl` \[v3.4.1] (aka `openssl-devel`)
> 3. `SDL` \[v1.2.68] (aka `libsdl`)
> 4. `curl` \[v8.14.1]
> 5. `openssl` \[v3.4.1]
## Todo
1. Expose the CONFIG_FS_NET + CONFIG_SDL Makefile variables

View file

@ -1,11 +0,0 @@
/* VM configuration file */
{
version: 1,
machine: "riscv64",
memory_size: 256,
bios: "bbl64.bin",
kernel: "kernel-riscv64.bin",
cmdline: "loglevel=3 swiotlb=1 console=hvc0 root=root rootfstype=9p rootflags=trans=virtio ro TZ=${TZ}",
fs0: { file: "https://vfsync.org/u/os/buildroot-riscv64" },
eth0: { driver: "user" },
}