From 7a71a78846b98fbac18f627e06d4844b8bd6a256 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 13 Nov 2018 10:56:57 -0700 Subject: [PATCH] Improve ch0 based on user feedback --- book/src/ch0/index.md | 4 ++++ docs/ch0/index.html | 3 +++ docs/print.html | 3 +++ docs/searchindex.js | 2 +- docs/searchindex.json | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/book/src/ch0/index.md b/book/src/ch0/index.md index 7079d78..803eb2c 100644 --- a/book/src/ch0/index.md +++ b/book/src/ch0/index.md @@ -55,6 +55,10 @@ repo](https://github.com/rust-console/gba). ## Compiling +The next steps only work once you've got some source code to build. If you need +a quick test, copy the `hello1.rs` file from our examples directory in the +repository. + Once you've got something to build, you perform the following steps: * `arm-none-eabi-as crt0.s -o crt0.o` diff --git a/docs/ch0/index.html b/docs/ch0/index.html index 362c31e..98f151a 100644 --- a/docs/ch0/index.html +++ b/docs/ch0/index.html @@ -185,6 +185,9 @@ later on this is where you can put it. You also need to build it into a that the GBA has about our program.

Compiling

+

The next steps only work once you've got some source code to build. If you need +a quick test, copy the hello1.rs file from our examples directory in the +repository.

Once you've got something to build, you perform the following steps:

Compiling

+

The next steps only work once you've got some source code to build. If you need +a quick test, copy the hello1.rs file from our examples directory in the +repository.

Once you've got something to build, you perform the following steps: