aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/2019-10-27-kernel-debugging-qemu/index.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-26 01:17:42 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-26 01:17:42 +0100
commit8eb1161d96890bfb6172090d0d2a6b4c51d6889d (patch)
treeede7108affa3d269e500a2aa92604f19a1f8db79 /content/2019-10-27-kernel-debugging-qemu/index.md
parent3e8ff92446ae772c202b581e2250e2eb2affe5cb (diff)
downloadblog-8eb1161d96890bfb6172090d0d2a6b4c51d6889d.tar.gz
blog-8eb1161d96890bfb6172090d0d2a6b4c51d6889d.zip
kernel-dbg: add podman and util targets, add demo screencast
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