docs: 📚 Update readme docs

This commit is contained in:
Berkus Decker 2022-09-17 15:46:07 +03:00 committed by Berkus Decker
parent f964fea4c3
commit 9660347688
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ just ocd
just gdb
```
If you launch OpenOCD or QEMU before, then gdb shall connect to it and allow you to load the kernel binary directly into memory. Type `load` in gdb to do that.
If you launch OpenOCD or QEMU before (for example, via `just qemu-gdb`), then gdb shall connect to it and allow you to load the kernel binary directly into memory. Type `load` in gdb to do that.
### To see kernel symbols and their values