From 754436f49d2c2143261a53254a0732b37334c047 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 8 Sep 2022 10:43:42 +0300 Subject: Corrections for L12 --- Lessons/Lesson_12/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Lessons/Lesson_12/README.md b/Lessons/Lesson_12/README.md index 727d300..2c4c544 100644 --- a/Lessons/Lesson_12/README.md +++ b/Lessons/Lesson_12/README.md @@ -56,10 +56,10 @@ make If we try to boot this kernel with: ``` -qemu-system-x86_64 -drive if=pflash,format=raw,file=Build/OvmfX64/RELEASE_GCC5/FV/OVMF.fd - -drive format=raw,file=fat:rw:~/UEFI_disk - -nographic - -kernel ~/buildroot/output/images/bzImage +qemu-system-x86_64 -drive if=pflash,format=raw,file=Build/OvmfX64/RELEASE_GCC5/FV/OVMF.fd \ + -drive format=raw,file=fat:rw:~/UEFI_disk \ + -nographic \ + -kernel ~/buildroot/output/images/bzImage \ -append "console=ttyS0" ``` -- cgit v1.2.3-18-g5258