aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2025-04-13 19:34:18 +0000
committerjohannst <johannst@users.noreply.github.com>2025-04-13 19:34:18 +0000
commit30106144fe6f065b36faf3833a930f78b828529a (patch)
tree3aa9fb6bb868538dc77a13baada4500d75987694 /tools
parent4a9214d09d6a526bd029a1f92a01a5f451313c9a (diff)
downloadnotes-30106144fe6f065b36faf3833a930f78b828529a.tar.gz
notes-30106144fe6f065b36faf3833a930f78b828529a.zip
deploy: c929dc819132694c50a22eccb5c90b20aa39d97d
Diffstat (limited to 'tools')
-rw-r--r--tools/index.html4
-rw-r--r--tools/qemu.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/index.html b/tools/index.html
index df3039c..1f2beef 100644
--- a/tools/index.html
+++ b/tools/index.html
@@ -178,7 +178,7 @@
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
- <a rel="prev" href="../cli/find.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
+ <a rel="prev" href="../cli/dd.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
@@ -192,7 +192,7 @@
</div>
<nav class="nav-wide-wrapper" aria-label="Page navigation">
- <a rel="prev" href="../cli/find.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
+ <a rel="prev" href="../cli/dd.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>
diff --git a/tools/qemu.html b/tools/qemu.html
index c4d66f5..53ea9c7 100644
--- a/tools/qemu.html
+++ b/tools/qemu.html
@@ -208,6 +208,10 @@ Ctrl+a c switch between monitor and console
# Confifure virtio as 3D video graphic accelerator (requires virgl in guest).
-vga virtio
+
+# Disable graphical output, and redirect serial console to qemu processes stdio
+# (-serial stdio).
+-nographic
</code></pre>
<h3 id="boot-menu"><a class="header" href="#boot-menu">Boot Menu</a></h3>
<pre><code class="language-bash"># Enables boot menu to select boot device (enter with `ESC`).