summaryrefslogtreecommitdiffstats
path: root/documentation/debugcon
diff options
context:
space:
mode:
authorRegia König2022-08-15 17:09:30 +0200
committerRegia König2022-08-15 17:09:30 +0200
commitc74fca5e3c4ff12865c57ba83702ae6586fa45a8 (patch)
treef0d590a026973f26ef3b576dbf463b7d3b75fb43 /documentation/debugcon
parentMore documentation and test.sh is updated to use monitor at stdio (diff)
downloadmemtest86-c74fca5e3c4ff12865c57ba83702ae6586fa45a8.tar.gz
memtest86-c74fca5e3c4ff12865c57ba83702ae6586fa45a8.tar.xz
memtest86-c74fca5e3c4ff12865c57ba83702ae6586fa45a8.zip
More documentation
Diffstat (limited to 'documentation/debugcon')
-rw-r--r--documentation/debugcon11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/debugcon b/documentation/debugcon
new file mode 100644
index 0000000..5d914f5
--- /dev/null
+++ b/documentation/debugcon
@@ -0,0 +1,11 @@
+#########################
+# #
+# DEBUGCON #
+# #
+#########################
+
+for debug already in early bootphases
+One can connect the I/O port to either a file or a device, like /dev/stdout
+ - debugcon /dev/stdout (terminal that started Qemu process)
+ - debugcon file:qemu/debug.log (or other file name)
+