From: David Devecsery Date: Tue, 16 Jun 2020 19:25:40 +0000 (-0400) Subject: Updated lab0.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=468dc16a6626c2c77b8f8f3e8361ec4f7954e2ce;p=cs3210-lab0.git Updated lab0.md --- diff --git a/instructions/lab0.md b/instructions/lab0.md index dd16fb1..0765d30 100644 --- a/instructions/lab0.md +++ b/instructions/lab0.md @@ -77,7 +77,7 @@ Now, in a separate terminal, launch gdb from your build directory: you to enable gdb to use our `.gdbinit` script to connect to qemu. Once this is complete, it should take you to a gdb console, with the initial -BIOS ljmp instruction from the x86 machine's reset vector: +BIOS `ljmp` instruction from the x86 machine's reset vector: ``` ljmp $0xf000,$0xe05b ```