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:
Marc
2022-10-22 13:47:33 +02:00
parent db49f8d205
commit 721c919c7b
76 changed files with 2485 additions and 2665 deletions
+12 -1
View File
@@ -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