From 593c5051ac9795639bd11c1476b64768867c31f9 Mon Sep 17 00:00:00 2001 From: justuser Date: Fri, 24 Jan 2025 17:13:37 +0300 Subject: [PATCH] up --- instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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