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

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