11 lines
366 B
Makefile
11 lines
366 B
Makefile
all:
|
|
@echo "this is Fabrice Bellard's unbelievable linux kernel in a browser"
|
|
|
|
wget-javascript:
|
|
rm -f *.js
|
|
wget -c https://bellard.org/jslinux/term.js
|
|
wget -c https://bellard.org/jslinux/jslinux.js
|
|
wget -c https://bellard.org/jslinux/x86emu-wasm.js
|
|
wget -c https://bellard.org/jslinux/riscvemu64-wasm.js
|
|
wget -c https://bellard.org/jslinux/riscvemu32-wasm.js
|