Skip to content

Commit a7c0e63

Browse files
committed
start/hardware: clarify which file needs tweaking
It was a little unclear (only clear from context of previous chapter) where the file listed to be modified is; this small change should make it a bit more directly clear what it's talking about.
1 parent dd31061 commit a7c0e63

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/start/hardware.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ MEMORY
8282
> the first build of a specific build target, then do `cargo clean` before
8383
> `cargo build`, because `cargo build` may not track updates of `memory.x`.
8484
85-
Make sure the `debug::exit()` call is commented out or removed, it is used
86-
only for running in QEMU.
85+
We'll start with the hello example again, but first we have to make a small
86+
change.
87+
88+
In `examples/hello.rs`, make sure the `debug::exit()` call is commented out or
89+
removed, it is used only for running in QEMU.
8790

8891
```rust,ignore
8992
#[entry]

0 commit comments

Comments
 (0)