diff --git a/blog/content/second-edition/posts/08-hardware-interrupts/index.md b/blog/content/second-edition/posts/08-hardware-interrupts/index.md index 7dd7823b..bab486a8 100644 --- a/blog/content/second-edition/posts/08-hardware-interrupts/index.md +++ b/blog/content/second-edition/posts/08-hardware-interrupts/index.md @@ -595,7 +595,7 @@ To interpret this key event, we pass it to the [`process_keyevent`] method, whic With this modified interrupt handler we can now write text: -TODO gif +![Typing "Hello World" in QEMU](qemu-typing.gif) ### Configuring the Keyboard diff --git a/blog/content/second-edition/posts/08-hardware-interrupts/qemu-typing.gif b/blog/content/second-edition/posts/08-hardware-interrupts/qemu-typing.gif new file mode 100644 index 00000000..7633d9dd Binary files /dev/null and b/blog/content/second-edition/posts/08-hardware-interrupts/qemu-typing.gif differ