On Mon, 10 Apr 2017 07:25:55 -0700 (PDT) andrew.penneba...@gmail.com wrote:
> Can Go code target BIOS environments, or perhaps Go assembler target > BIOS? Which GOOS, GOARCH settings should be used? Unlikely. IIRC, BIOS code works in the so-called "real" mode of a x86-compatible CPU [1]. That is, that mode used by MS DOS on IBM PCs and compatibles of the time. Go runtime at least makes heavy use of virtual memory -- the concept which does not exist in that mode. 1. http://en.wikipedia.org/wiki/Real_mode -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.