Skip to content

Commit

Permalink
Move img/ inside doc/
Browse files Browse the repository at this point in the history
  • Loading branch information
taikiy committed Feb 16, 2023
1 parent 199dc75 commit a3c463b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions doc/real_mode_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You can disassemble the bin file to see the contents.
> qemu-system-x86_64 -hda ./boot.bin
```

![Print "Hello, World!"](../img/real_mode/hello_world.png)
![Print "Hello, World!"](./img/real_mode/hello_world.png)

## 2. Set the data segment

Expand Down Expand Up @@ -106,7 +106,7 @@ sudo dd if=./boot.bin of=/dev/disk6

Don't forget to configure the boot priority :)

![Real PC "Hello, World!"](../img/real_mode/real_machine_hello_world.png)
![Real PC "Hello, World!"](./img/real_mode/real_machine_hello_world.png)

## 5. Handling interrupts (exceptions)

Expand Down

0 comments on commit a3c463b

Please sign in to comment.