diff options
Diffstat (limited to 'doc/plat')
-rw-r--r-- | doc/plat/porting.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plat/porting.mdwn b/doc/plat/porting.mdwn index dc829c5..26e8363 100644 --- a/doc/plat/porting.mdwn +++ b/doc/plat/porting.mdwn @@ -13,15 +13,15 @@ ProteanOS!). Set Up a ProteanOS System ========================= -Get miniprokit, the "Mini ProteanOS Development Kit", as instructed here: -<http://www.proteanos.com/get/>. +Get miniprokit, the "Mini ProteanOS Development Kit", as instructed on the +[[download_page|get]]. Connect the storage medium (e.g. a hard disk drive connected using a USB adapter/dock or a USB flash drive). On it, create one primary partition of type 0x83 (Linux) and mark it as bootable. cfdisk, sfdisk, or fdisk can be used for this. -Run the following commands (replacing "/dev/sdc1" with the path to the newly +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: |