Wiki data import from Google Code
diff --git a/FreeBSD.md b/FreeBSD.md
new file mode 100644
index 0000000..945c498
--- /dev/null
+++ b/FreeBSD.md
@@ -0,0 +1,16 @@
+# Go on FreeBSD
+
+Required:
+
+ * FreeBSD amd64, 386: 8.0 or above
+
+ * FreeBSD arm: 10.0 or above
+ * See http://golang.org/issue/7849 for further information.
+
+| **Kernel version** | **Min. version** | **Max. version**|
+|:-------------------|:-----------------|:|
+| 11-CURRENT | go1.3 w/ issue 7849 (on Google Code) | go1.4 w/ issue 7849 (on Google Code) |
+| 10-STABLE | go1.3 | go1.4 |
+| 9-STABLE | go1 | go1.4 |
+| 8-STABLE | go1 | go1.4 |
+| 7-STABLE | go1 | go1.1 |
\ No newline at end of file