ChibraxOS 2
Changes: - kernel 6.0.2 - Broken init scripts - Switch to bun for better peroformance an easier ffi - Removed grup - Efi support without graphics (at least graphics werent tested) - Suppression de toutes les dépendance non libc - new splash - broken audio - typescript support - ls rewritten to be more reliable
This commit is contained in:
+12
-1
@@ -1,3 +1,9 @@
|
||||
if [ ! -f ovmf_vars.fd ]
|
||||
then
|
||||
cp /usr/share/edk2-ovmf/x64/OVMF_VARS.fd ovmf_vars.fd
|
||||
fi
|
||||
|
||||
|
||||
echo "Attention sur linux le son est a zero par default dans le paneau de config"
|
||||
qemu-system-x86_64\
|
||||
-boot menu=on\
|
||||
@@ -11,4 +17,9 @@ qemu-system-x86_64\
|
||||
-k fr\
|
||||
-vga qxl\
|
||||
-audiodev pa,id=hda,out.mixing-engine=on \
|
||||
-device intel-hda -device hda-output,audiodev=hda
|
||||
-device intel-hda -device hda-output,audiodev=hda \
|
||||
-kernel './kernel/src/arch/x86/boot/bzImage' \
|
||||
-drive if=pflash,format=raw,readonly=on,file=/usr/share/edk2-ovmf/x64/OVMF_CODE.fd \
|
||||
-drive if=pflash,format=raw,file=ovmf_vars.fd \
|
||||
-append 'console=ttyS0 root=/dev/sda2 rw' $* \
|
||||
-nographic #TODO: enable efi graphics
|
||||
|
||||
Reference in New Issue
Block a user