From e2694299956576a6176a1499e8f93e7cad54349c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 23 Aug 2018 14:10:59 +0100 Subject: [PATCH] readme: getting started how to quit qemu on top --- README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.adoc b/README.adoc index 0e00d67..24fb758 100644 --- a/README.adoc +++ b/README.adoc @@ -64,6 +64,14 @@ hello2 cleanup which are `printk` messages from `init` and `cleanup` methods of those modules. +Quit QEMU with: + +.... +Ctrl-A X +.... + +See also: <>. + Source: * link:kernel_module/hello.c[]