From db70623bff0f77d29f70c7267c24c15f4d71ae71 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 17 Feb 2023 20:54:18 +0000 Subject: [PATCH] improve markup --- doc/developer.rst | 58 ++++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/doc/developer.rst b/doc/developer.rst index 258c06c5..23b9634c 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -8,7 +8,7 @@ documents various affordances for iteration and experiments. In general, packages and tools that run on the "build" machine are available in the ``buildEnv`` derivation and can most easily -be added to your environment by running ``nix-shell`` +be added to your environment by running :command:`nix-shell` @@ -27,7 +27,7 @@ To build it, nix-build -I liminix-config=path/to/your/configuration.nix --arg device "import ./devices/qemu" -A outputs.default -In a ``buildEnv`` nix-shell, you can use the ``mips-vm`` command +In a ``buildEnv`` nix-shell, you can use the :command:`mips-vm` command to run Qemu with appropriate options. It connects the Liminix serial console and the `QEMU monitor `_ to stdin/stdout. Use ^P (not ^A) to switch to the monitor. @@ -37,9 +37,9 @@ serial console and the `QEMU monitor