diff --git a/FreeBSD.md b/FreeBSD.md index c8f9abe0..a172fafa 100644 --- a/FreeBSD.md +++ b/FreeBSD.md @@ -2,7 +2,7 @@ | **Kernel version** | **Architectures** | **Initial support version** | **Final support version** | |:-------------------|:------------------|:----------------------------|:--------------------------| -| 12-CURRENT | amd64, arm, 386 | _**_ | | +| 12-STABLE | amd64, arm, 386 | _**_ | | | 11-STABLE | amd64, arm, 386 | Go 1.7 | | | 10-STABLE | amd64, arm, 386 | Go 1.3 _*_ | Go 1.12 | | 9-STABLE (EOL) | amd64, 386 | Go 1 _*_ | Go 1.9.7 | @@ -10,4 +10,5 @@ | 7-STABLE (EOL) | amd64, 386 | Go 1 | Go 1.1.2 | _*_ Go 1.5 or above is recommended. -_**_ See https://golang.org/issues/22447. \ No newline at end of file + +_**_ FreeBSD 12 requires a kernel with `options COMPAT_FREEBSD11` config (this is the default). 64-bit inode aware system calls are available since https://golang.org/cl/143637. See https://golang.org/issues/22447. \ No newline at end of file