diff --git a/instructions.md b/instructions.md index 04a890416..342b67856 100644 --- a/instructions.md +++ b/instructions.md @@ -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