diff options
Diffstat (limited to 'Lessons')
-rw-r--r-- | Lessons/Lesson_12/README.md | 8 |
1 files 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" ``` |