QEMU debugging via LLDB or optionally GDB

This commit is contained in:
cowmonk 2025-07-21 14:10:43 -07:00
parent 4a304f7b63
commit 93abdf8dac
10 changed files with 77 additions and 7 deletions

View file

@ -11,4 +11,8 @@ if [ ! -d ./limine/ ]; then
cp -v limine/BOOTX64.EFI isodir/EFI/BOOT/
cp -v limine/BOOTIA32.EFI isodir/EFI/BOOT/
else
echo "Limine is already setup! Skipping..."
fi