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