diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plat/porting.mdwn | 5 |
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 |