Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1188)

Issue 186144: code review 186144: runtime: add demo running Go on raw (emulated) hw (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by rsc
Modified:
14 years, 2 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

runtime: add demo running Go on raw (emulated) hw 8l: add GOOS=pchw, stop spelling out all the elf numbers.

Patch Set 1 : code review 186144: runtime: add demo running Go on raw (emulated) hw #

Patch Set 2 : code review 186144: runtime: add demo running Go on raw (emulated) hw #

Patch Set 3 : code review 186144: runtime: add demo running Go on raw (emulated) hw #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -12 lines) Patch
M src/cmd/8l/asm.c View 8 chunks +12 lines, -12 lines 0 comments Download
M src/cmd/8l/obj.c View 2 chunks +14 lines, -0 lines 0 comments Download
M src/cmd/ld/elf.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/elf.c View 2 chunks +4 lines, -0 lines 0 comments Download
M src/pkg/runtime/Makefile View 1 chunk +3 lines, -0 lines 0 comments Download
A src/pkg/runtime/pchw/386/defs.h View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/runtime/pchw/386/rt0.s View 1 1 chunk +28 lines, -0 lines 0 comments Download
A src/pkg/runtime/pchw/386/signal.c View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/runtime/pchw/386/sys.s View 1 1 chunk +92 lines, -0 lines 0 comments Download
A src/pkg/runtime/pchw/README View 1 chunk +53 lines, -0 lines 0 comments Download
A src/pkg/runtime/pchw/bootblock View Binary file 0 comments Download
A src/pkg/runtime/pchw/dot-bochsrc View 1 chunk +18 lines, -0 lines 0 comments Download
A src/pkg/runtime/pchw/io.go View 1 1 chunk +53 lines, -0 lines 0 comments Download
A src/pkg/runtime/pchw/mem.c View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A src/pkg/runtime/pchw/os.h View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/runtime/pchw/signals.h View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/runtime/pchw/thread.c View 1 2 1 chunk +89 lines, -0 lines 0 comments Download
M src/pkg/runtime/symtab.c View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 2 months ago (2010-01-14 02:09:19 UTC) #1
r
LGTM
14 years, 2 months ago (2010-01-14 02:21:37 UTC) #2
dho
2010/1/13 <r@golang.org>: > LGTM *very* cool stuff. I may end up playing around with this ...
14 years, 2 months ago (2010-01-14 03:12:29 UTC) #3
rsc
14 years, 2 months ago (2010-01-14 03:52:01 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=ffbf0900a20e ***

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
http://codereview.appspot.com/186144
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b