wget Bellard's sources
This commit is contained in:
parent
8fb4544061
commit
0bb7060b98
|
@ -1 +1,2 @@
|
|||
*.bin
|
||||
*.tar.gz
|
||||
|
|
14
Makefile
14
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
|
||||
|
|
|
@ -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 ],
|
||||
}
|
Loading…
Reference in New Issue