mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
Update blog to 9b6bb7f895
This commit is contained in:
@@ -209,7 +209,7 @@ Now it's time to boot our OS. We will use [QEMU]:
|
||||
[QEMU]: https://en.wikipedia.org/wiki/QEMU
|
||||
|
||||
```
|
||||
qemu-system-x86_64 -hda os.iso
|
||||
qemu-system-x86_64 -drive format=raw,file=os.iso
|
||||
```
|
||||

|
||||
|
||||
@@ -263,7 +263,7 @@ clean:
|
||||
@rm -r build
|
||||
|
||||
run: $(iso)
|
||||
@qemu-system-x86_64 -hda $(iso)
|
||||
@qemu-system-x86_64 -drive format=raw,file=$(iso)
|
||||
|
||||
iso: $(iso)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user