add wget for the bin files

This commit is contained in:
Jeff Carr 2025-05-30 03:13:40 -05:00
parent 4d1581caf1
commit 8fb4544061
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.bin

View File

@ -9,7 +9,7 @@ wget-javascript:
wget -c https://bellard.org/jslinux/riscvemu64-wasm.js
wget -c https://bellard.org/jslinux/riscvemu32-wasm.js
cfg-files:
wget-cfg-files:
rm -f *.cfg
wget -c https://bellard.org/jslinux/alpine-x86.cfg
wget -c https://bellard.org/jslinux/alpine-x86-xwin.cfg
@ -19,3 +19,11 @@ cfg-files:
wget -c https://bellard.org/jslinux/buildroot-riscv64-xwin.cfg
wget -c https://bellard.org/jslinux/fedora33-riscv.cfg
wget -c https://bellard.org/jslinux/fedora33-riscv-xwin.cfg
wget-bin:
rm -f *.bin
wget -c https://bellard.org/jslinux/kernel-x86.bin
wget -c https://bellard.org/jslinux/bbl64.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