aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2024-09-17 16:49:39 +0000
committerFelix Morgner <felix.morgner@ost.ch>2024-09-17 16:49:39 +0000
commite2da8c92c0d08deb51a578ebc02a433b39aa14a7 (patch)
treea16bf35d9513621c77d60fea0e9ee33398345603
parenta24d54308cded3159ca5e4175691259cf15449aa (diff)
downloadteachos-e2da8c92c0d08deb51a578ebc02a433b39aa14a7.tar.xz
teachos-e2da8c92c0d08deb51a578ebc02a433b39aa14a7.zip
doc: add information about launching the kernel
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index fb994bd..141c89f 100644
--- a/README.rst
+++ b/README.rst
@@ -25,3 +25,8 @@ Setup
Open this directory in Visual Studio Code and then reopen the project in the development container
+Launching
+~~~~~~~~~
+
+The build systems ships with a target (`bootable-iso`) that creates an ISO image containing a GRUB setup, capable of booting the kernel.
+Additionally, the development container includes GDB and QEMU making it possible to run the configured GDB launch configuration to debug the kernel. \ No newline at end of file