From 71066e59837f75da2f836df1a458cf4ce3b63a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BlueT=20-=20Matthew=20Lien=20-=20=E7=B7=B4=E5=96=86?= =?UTF-8?q?=E6=98=8E?= Date: Tue, 21 Feb 2017 06:56:26 +0800 Subject: [PATCH] fix typo x64_64 -> x86_64 in #24 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c932d3f..55eb342 100644 --- a/README.md +++ b/README.md @@ -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"