summaryrefslogtreecommitdiffstats
path: root/dev/ports
diff options
context:
space:
mode:
authorVincent Weisner <vincentweisner@gmail.com>2018-06-27 13:10:10 (EDT)
committer Vincent Weisner <vincentweisner@gmail.com>2018-06-27 13:10:10 (EDT)
commit8abea159744d000aa20d4d99de22f70f49f58a9b (patch)
treec10f7881d20540f1920f94962f45bd087fad2e0a /dev/ports
parent0c034e35e0b6ec0674747f6596f16b8e80af7cbe (diff)
Added Ideas to port to MIPS CPUs
Diffstat (limited to 'dev/ports')
-rw-r--r--dev/ports/hardware.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/ports/hardware.mdwn b/dev/ports/hardware.mdwn
index 4b8134a..453ba99 100644
--- a/dev/ports/hardware.mdwn
+++ b/dev/ports/hardware.mdwn
@@ -166,6 +166,24 @@ See also:
* [Information on AMD Family 10h][amd-fam10h]
+MIPS
+====
+
+64-Bit MIPS (little-endian) Microarchitecture
+---------------------------------------------
+
+ Status: Potential
+ String: mips64el
+ Byte order: little-endian
+ GCC CPU name: mips64el
+
+32-Bit MIPS (little-endian) Microarchitecture
+---------------------------------------------
+
+ Status: Potential
+ String: mipsel
+ Byte order: little-endian
+ GCC CPU name: mipsel
[intel-80486]: https://en.wikipedia.org/wiki/Intel_80486
[intel-p5]: https://en.wikipedia.org/wiki/P5_%28microarchitecture%29