wget Bellard's sources

This commit is contained in:
Jeff Carr 2025-05-30 03:45:49 -05:00
parent 8fb4544061
commit 0bb7060b98
3 changed files with 20 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.bin
*.tar.gz

View File

@ -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

5
freedos_v1/blk.txt Normal file
View File

@ -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 ],
}