tweak: image from CDN

This commit is contained in:
KernelDeimos 2024-09-23 14:53:52 -04:00
parent 288411c377
commit 68c4274dc3

View File

@ -313,7 +313,8 @@ class WispClient {
window.onload = async function()
{
const resp = await fetch(
'./image/build/x86images/rootfs.bin'
//'./image/build/x86images/rootfs.bin'
'https://puter-rootfs.b-cdn.net/rootfs.bin.br'
);
const arrayBuffer = await resp.arrayBuffer();
var emulator = window.emulator = new V86({