Use buildroot for lua example

The linux4 image on k.copy.sh no longer has Lua. However, Buildroot has it.
(Linux 2.6 does too, but it's an older version)
This commit is contained in:
hello-smile6 2022-02-03 18:30:59 -08:00 committed by Fabian
parent 8a0e1955c9
commit f69706c709

View file

@ -19,9 +19,13 @@ window.onload = function()
vga_bios: {
url: "../bios/vgabios.bin",
},
cdrom: {
url: "../images/linux4.iso",
bzimage: {
url: "../images/buildroot-bzimage.bin",
size: 5166352,
async: false,
},
filesystem: {},
cmdline: "tsc=reliable mitigations=off random.trust_cpu=on",
autostart: true,
disable_keyboard: true,
});