]> Cypherpunks repositories - gostls13.git/commit
runtime: add demo running Go on raw (emulated) hw
authorRuss Cox <rsc@golang.org>
Thu, 14 Jan 2010 03:51:59 +0000 (19:51 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 14 Jan 2010 03:51:59 +0000 (19:51 -0800)
commitda9bc7ae7d71a2520465594c12dad184e9887885
treef2ce73552d68f5b4b945603c36b43fecf691fecb
parentb41c694297d44c5fe107fc4bd6b659c1313e0189
runtime: add demo running Go on raw (emulated) hw

8l: add GOOS=pchw, stop spelling out all the elf numbers.

R=r
CC=golang-dev
https://golang.org/cl/186144
18 files changed:
src/cmd/8l/asm.c
src/cmd/8l/obj.c
src/cmd/ld/elf.c
src/cmd/ld/elf.h
src/pkg/runtime/Makefile
src/pkg/runtime/pchw/386/defs.h [new file with mode: 0644]
src/pkg/runtime/pchw/386/rt0.s [new file with mode: 0644]
src/pkg/runtime/pchw/386/signal.c [new file with mode: 0644]
src/pkg/runtime/pchw/386/sys.s [new file with mode: 0644]
src/pkg/runtime/pchw/README [new file with mode: 0755]
src/pkg/runtime/pchw/bootblock [new file with mode: 0755]
src/pkg/runtime/pchw/dot-bochsrc [new file with mode: 0644]
src/pkg/runtime/pchw/io.go [new file with mode: 0644]
src/pkg/runtime/pchw/mem.c [new file with mode: 0644]
src/pkg/runtime/pchw/os.h [new file with mode: 0644]
src/pkg/runtime/pchw/signals.h [new file with mode: 0644]
src/pkg/runtime/pchw/thread.c [new file with mode: 0644]
src/pkg/runtime/symtab.c