Skip to content

Commit

Permalink
adding all
Browse files Browse the repository at this point in the history
  • Loading branch information
Machiry committed Jan 9, 2024
1 parent df46781 commit ea9eadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _assignments/01_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ gdb$
We provided a ``.gdbinit`` file that set up GDB to debug the 16-bit code
used during early boot and directed it to attach to the listening QEMU.

(If it doesn't work, you may have to add an ``add-auto-load-safe-path=$JOS_PATH/.gdbinit``
(If it doesn't work, you may have to add an ``add-auto-load-safe-path $JOS_PATH/.gdbinit``
in your ``.gdbinit`` file in the home directory. This is to convince ``gdb`` to
process the ``.gdbinit`` we have provided. Substitute ``$JOS_PATH`` with the JOS source code path
from where you are running the ``gdb``. ``gdb`` will tell you if you have to add ``add-auto-load-safe-path``.)
Expand Down

0 comments on commit ea9eadc

Please sign in to comment.