diff --git a/.gitignore b/.gitignore index a8a0dce..8795bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.bin +*.tar.gz diff --git a/Makefile b/Makefile index 777836f..2e1e427 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,17 @@ wget-bin: wget -c https://bellard.org/jslinux/kernel-riscv64.bin wget -c https://bellard.org/jslinux/bios.bin wget -c https://bellard.org/jslinux/vgabios.bin + +# ok. that's cool. won't do this: 2025-05-30 03:39:12 ERROR 406: Not Acceptable. +wget-wasm: + rm -f *.wasm + wget -c https://bellard.org/jslinux/riscvemu32-wasm.wasm + wget -c https://bellard.org/jslinux/riscvemu64-wasm.wasm + wget -c https://bellard.org/jslinux/x86emu-wasm.wasm + +wget-tarballs: + rm -f *.tar.gz + wget -c https://bellard.org/tinyemu/jslinux-2019-12-21.tar.gz + wget -c https://bellard.org/tinyemu/tinyemu-2019-12-21.tar.gz + wget -c https://bellard.org/tinyemu/diskimage-linux-riscv-2018-09-23.tar.gz + wget -c https://bellard.org/tinyemu/buildroot-riscv-2018-10-20.tar.gz diff --git a/freedos_v1/blk.txt b/freedos_v1/blk.txt new file mode 100644 index 0000000..9af23ad --- /dev/null +++ b/freedos_v1/blk.txt @@ -0,0 +1,5 @@ +{ + block_size: 256, + n_block: 2048, + prefetch: [ 0,1,3,4,5,6,8,51,49,29,23,39,59,1448,55,24,54,1462,62 ], +}