From 37323fe05e1f142ba81bc5071a2d23517fd7de95 Mon Sep 17 00:00:00 2001
From: Mikio Hara
-Support for the Native Client virtual machine architecture has returned to Go with the 1.3 release.
-It runs on the 32-bit Intel architectures (
-Go 1.3 now includes experimental support for Solaris on the
-Go 1.3 now includes experimental support for Plan 9 on the
@@ -57,6 +33,11 @@ regarding exception handling (signals in Unix terminology),
as of Go 1.3 it is not supported by Go either.
+Go 1.3 now includes experimental support for DragonFly BSD on the Changes to the supported operating systems and architectures
-Support for Native Client
-
-GOARCH=386) and also on 64-bit Intel, but using
-32-bit pointers (GOARCH=amd64p32).
-There is not yet support for Native Client on ARM.
-Note that this is Native Client (NaCl), not Portable Native Client (PNaCl).
-Details about Native Client are here;
-how to set up the Go version is described here.
-Support for Solaris
-
-amd64 (64-bit x86) architecture.
-Support for Plan 9
-
-386 (32-bit x86) architecture.
-Removal of support for Windows 2000
Support for DragonFly BSD
+
+amd64 (64-bit x86) and 386 (32-bit x86) architectures. It uses DragonFly BSD 3.6 or above.
+Support for FreeBSD
@@ -75,6 +56,42 @@ In concert with the switch to EABI syscalls for ARM platforms, Go 1.3 will run o
FreeBSD 10. The x86 platforms, 386 and amd64, are unaffected.
+Support for the Native Client virtual machine architecture has returned to Go with the 1.3 release.
+It runs on the 32-bit Intel architectures (GOARCH=386) and also on 64-bit Intel, but using
+32-bit pointers (GOARCH=amd64p32).
+There is not yet support for Native Client on ARM.
+Note that this is Native Client (NaCl), not Portable Native Client (PNaCl).
+Details about Native Client are here;
+how to set up the Go version is described here.
+
+As of Go 1.3, support for Go on NetBSD requires NetBSD 6.0 or above. +
+ ++As of Go 1.3, support for Go on NetBSD requires OpenBSD 5.5 or above. +
+ +
+Go 1.3 now includes experimental support for Plan 9 on the 386 (32-bit x86) architecture. It requires the Tsemacquire syscall, which has been in Plan 9 since June, 2012.
+
+Go 1.3 now includes experimental support for Solaris on the amd64 (64-bit x86) architecture. It uses illumos, equivalent to Solaris 11 or above.
+