diff --git a/03_hacky_hello_world/README.md b/03_hacky_hello_world/README.md index 0f9e9c85..348e626a 100644 --- a/03_hacky_hello_world/README.md +++ b/03_hacky_hello_world/README.md @@ -9,7 +9,7 @@ ## Notable additions -- `src/console.rs` introduces interface `Traits` for console commands and a global reference to the +- `src/console.rs` introduces interface `Traits` for console commands and global access to the kernel's console through `console::console()`. - `src/bsp/raspberrypi/console.rs` implements the interface for QEMU's emulated UART. - The panic handler makes use of the new `println!()` to display user error messages.