summaryrefslogtreecommitdiffstats
path: root/doc/plat
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-06-16 23:24:22 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-16 23:24:22 (EDT)
commit1d20f6708c650c55a0d925c492330f74cf2ee969 (patch)
tree1babc8d41ae49c33eb65cb47e5d646f61f8e6f2e /doc/plat
parentc90b9e71b9c99a8b1e1c1732408056c6249fb78b (diff)
doc/plat/porting: Add architecture note.
Diffstat (limited to 'doc/plat')
-rw-r--r--doc/plat/porting.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/plat/porting.mdwn b/doc/plat/porting.mdwn
index 26e8363..df363f8 100644
--- a/doc/plat/porting.mdwn
+++ b/doc/plat/porting.mdwn
@@ -22,8 +22,9 @@ adapter/dock or a USB flash drive). On it, create one primary partition of type
this.
Run the following commands (replacing `/dev/sdc1` with the path to the newly
-created partition) to make and mount an ext4 file system, install ProteanOS into
-it, and enter a ProteanOS shell:
+created partition and `i686-linux-glibc` with the architecture of the target
+system) to make and mount an ext4 file system, install ProteanOS into it, and
+enter a ProteanOS shell:
# mke2fs -t ext4 /dev/sdc1
# mount /dev/sdc1 /mnt