tweak: use virtualization-optimized kernel

This commit is contained in:
KernelDeimos 2024-09-12 13:49:34 -04:00
parent e3d4a5f3b3
commit bc83e90e33
4 changed files with 4 additions and 5 deletions

1
src/emulator/image/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build

View File

@ -2,7 +2,7 @@ FROM i386/alpine:edge
RUN apk add --update \
alpine-base bash ncurses shadow curl \
linux-lts linux-firmware-none linux-headers \
linux-virt linux-firmware-none linux-headers \
gcc make gcompat musl-dev libx11-dev xinit \
bind-tools \
util-linux \

View File

@ -1,2 +0,0 @@
*
!.gitignore

View File

@ -46,10 +46,10 @@ window.onload = async function()
},
initrd: {
url: './image/build/boot/initramfs-lts',
url: './image/build/boot/initramfs-virt',
},
bzimage: {
url: './image/build/boot/vmlinuz-lts',
url: './image/build/boot/vmlinuz-virt',
async: false
},
cmdline: 'rw root=/dev/sda init=/sbin/init rootfstype=ext4',