add wget for the bin files
This commit is contained in:
parent
4d1581caf1
commit
8fb4544061
|
@ -0,0 +1 @@
|
||||||
|
*.bin
|
10
Makefile
10
Makefile
|
@ -9,7 +9,7 @@ wget-javascript:
|
||||||
wget -c https://bellard.org/jslinux/riscvemu64-wasm.js
|
wget -c https://bellard.org/jslinux/riscvemu64-wasm.js
|
||||||
wget -c https://bellard.org/jslinux/riscvemu32-wasm.js
|
wget -c https://bellard.org/jslinux/riscvemu32-wasm.js
|
||||||
|
|
||||||
cfg-files:
|
wget-cfg-files:
|
||||||
rm -f *.cfg
|
rm -f *.cfg
|
||||||
wget -c https://bellard.org/jslinux/alpine-x86.cfg
|
wget -c https://bellard.org/jslinux/alpine-x86.cfg
|
||||||
wget -c https://bellard.org/jslinux/alpine-x86-xwin.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/buildroot-riscv64-xwin.cfg
|
||||||
wget -c https://bellard.org/jslinux/fedora33-riscv.cfg
|
wget -c https://bellard.org/jslinux/fedora33-riscv.cfg
|
||||||
wget -c https://bellard.org/jslinux/fedora33-riscv-xwin.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
|
||||||
|
|
Loading…
Reference in New Issue