From 96603476885493abc29cf7914083b995dc1b5dd3 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sat, 17 Sep 2022 15:46:07 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=20Update=20readme=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874b782..19c330b 100644 --- a/README.md +++ b/README.md @@ -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