summaryrefslogtreecommitdiff
path: root/README.CrossCompiling
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-14 17:30:40 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-14 17:30:40 +0200
commit54492def2239a4ded3a624aa8d2abfec50b5ffa0 (patch)
treea87fa9f6e06a2645c526bdf3931553b6917d01a7 /README.CrossCompiling
parent08688304c259fb3282b3de2c9fcfe8d315076fdd (diff)
downloadabaos-54492def2239a4ded3a624aa8d2abfec50b5ffa0.tar.gz
abaos-54492def2239a4ded3a624aa8d2abfec50b5ffa0.tar.bz2
fixed some typos in cross compilation docu
Diffstat (limited to 'README.CrossCompiling')
-rw-r--r--README.CrossCompiling8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.CrossCompiling b/README.CrossCompiling
index ce6da70..4b0fa8d 100644
--- a/README.CrossCompiling
+++ b/README.CrossCompiling
@@ -2,11 +2,11 @@ Intro
-----
You can compile AbaOS from a 32-bit host or chroot (e.g. Arch32 chroot).
-But you have to be extremly careful nothing from the host creeps into
-the binaries.
+But you have to be extremly careful that nothing ceeps into the kernel
+from the host system.
-You can also create a cross-compilation environment. Not, we don't need
-a full fledged chain, linker and compiler is enough. AbaOs has a small
+You can also create a cross-compilation environment. Now, we don't need
+a full fledged chain, linker and C compiler is enough. AbaOs has a small
integrated C library which is sufficient to build the kernel.
gcc