This commit is contained in:
justuser 2025-01-24 17:13:37 +03:00
parent 02e73b8cd9
commit 593c5051ac

View File

@ -45,4 +45,5 @@ make -j 4
# Сборка ISO
make isoimage FDARGS="initrd=/init.cpio" FDINITRD="../progs/init.cpio"
# Запуск ISO
qemu-system-x86_64 -cdrom arch/x86/boot/image.iso
# -smp 1 - одно ядро, иначе сбивается время
qemu-system-x86_64 -cdrom arch/x86/boot/image.iso -smp 1