summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-06-16 23:16:47 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-16 23:16:47 (EDT)
commit936941301fbc4a8be6933d8a713c858b61dd8a88 (patch)
tree4506dbc3b3f6d155b47d1303fb1a0f137fa940ab
parentbc8ea2ca0a80ed591384346809032a5fab8d8eb0 (diff)
doc/plat/porting: Add title and introduction.
-rw-r--r--doc/plat/porting.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/plat/porting.mdwn b/doc/plat/porting.mdwn
index 65a9be7..e3a03a7 100644
--- a/doc/plat/porting.mdwn
+++ b/doc/plat/porting.mdwn
@@ -1,3 +1,15 @@
+[[!meta title="Porting ProteanOS to a New Platform"]]
+
+You have a computer on which you want to run ProteanOS? Great!
+
+ProteanOS configures and builds static (i.e. without modules) Linux-libre images
+for each target computer and use case to save space and memory. The result is a
+complete Linux-libre image that takes about 4 MiB or less, instead of an image
+and modules that all take over 100 MiB. This also means that you'll probably
+have to configure Linux-libre for your computer, unless you happen to have a
+computer that ProteanOS already supports (in which case, just go install
+ProteanOS!).
+
Set Up a ProteanOS System
-------------------------