Skip to content

Commit 9ab4468

Browse files
manual: minor style fixes
Signed-off-by: Ivan-Velickovic <i.velickovic@unsw.edu.au>
1 parent d378ac1 commit 9ab4468

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,14 +837,14 @@ Using a GDB prompt via openOCD:
837837

838838
(gdb) monitor reset halt
839839

840-
2. Set the a0 and a1 registers for OpenSBI
840+
2. Set the `a0` and `a1` registers for OpenSBI
841841

842842
# tell OpenSBI where DTB is (there is none)
843843
(gdb) set $a0=0
844844
# tell OpenSBI that the default hart is #0
845845
(gdb) set $a1=0
846846

847-
3. Load OpenSBI's FW_JUMP payload targeted at 0x90000000, implicitly setting the program counter.
847+
3. Load OpenSBI's FW_JUMP payload targeted at `0x90000000`, implicitly setting the program counter.
848848

849849
(gdb) load /path/to/opensbi/fw_jump.elf
850850

0 commit comments

Comments
 (0)