From 1166261e96f55e8541267c8b5091f0ef5a7e3ad5 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 25 Sep 2023 14:24:38 +0200 Subject: [PATCH] Update 08_hw_debug_JTAG/README.md --- 08_hw_debug_JTAG/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_hw_debug_JTAG/README.md b/08_hw_debug_JTAG/README.md index 9ce915e5..14928253 100644 --- a/08_hw_debug_JTAG/README.md +++ b/08_hw_debug_JTAG/README.md @@ -42,7 +42,7 @@ this area `QEMU` sometimes can not help, since it abstracts certain features of simulate down to the very last bit. So lets introduce `JTAG` debugging. Once set up, it will allow us to single-step through our kernel -on the real HW. How cool is that! +on the real HW. How cool is that?! ## Outline