Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ generate CPU code that is in line with what the kernel expects. This means speci
* No target operating system (after all: When you are in kernel mode, *you* are the operating system)

Currently this source code only ships with a target specification file for the
[x64_64](x86_64-unknown-none-gnu.json) architecture. If you get an error similar to the following,
[x86_64](x86_64-unknown-none-gnu.json) architecture. If you get an error similar to the following,
you'll have the honor of creating and submitting one for favourite architecture: :wink:

cd "…/rust.ko" && /usr/local/bin/cargo rustc --target="armhf-unknown-none-gnu" -- --emit obj -o "…/rust.ko/build/hello-rust.o"
Expand Down