aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/2019-10-27-kernel-debugging-qemu/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/2019-10-27-kernel-debugging-qemu/index.md')
-rw-r--r--content/2019-10-27-kernel-debugging-qemu/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/content/2019-10-27-kernel-debugging-qemu/index.md b/content/2019-10-27-kernel-debugging-qemu/index.md
index bda445b..297f82c 100644
--- a/content/2019-10-27-kernel-debugging-qemu/index.md
+++ b/content/2019-10-27-kernel-debugging-qemu/index.md
@@ -217,6 +217,16 @@ follows.
docker run -it kernel-dev
```
+> Alternatively use podman.
+
+## Appendix: Screencast of an example debug session
+
+The screencast gives an example, debugging the Linux kernel using the above
+mentioned Dockerfile.
+
+<video width="100%" height="auto" controls>
+ <source src="demo.mp4" type="video/mp4">
+</video>
[linux-kernel]: https://www.kernel.org
[initrd]: https://www.kernel.org/doc/html/latest/admin-guide/initrd.html