Skip to content

Commit

Permalink
runtime: remove tiny
Browse files Browse the repository at this point in the history
It is unmaintained and untested, and I think it's broken too.
It was a toy to show that Go can run on real hardware,
and it served its purpose.

The source code will of course remain in the repository
history, so it could be brought back if needed later.

R=r, r2, uriel
CC=golang-dev
https://golang.org/cl/3996047
  • Loading branch information
rsc committed Jan 26, 2011
1 parent 549d7f4 commit 434f1e3
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 499 deletions.
3 changes: 0 additions & 3 deletions src/pkg/runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ GOFILES=\
runtime_defs.go\
$(GOOS)/runtime_defs.go\

GOFILES_tiny=\
tiny/io.go\

OFILES_windows=\
syscall.$O\

Expand Down
1 change: 0 additions & 1 deletion src/pkg/runtime/tiny/386/defs.h

This file was deleted.

28 changes: 0 additions & 28 deletions src/pkg/runtime/tiny/386/rt0.s

This file was deleted.

19 changes: 0 additions & 19 deletions src/pkg/runtime/tiny/386/signal.c

This file was deleted.

92 changes: 0 additions & 92 deletions src/pkg/runtime/tiny/386/sys.s

This file was deleted.

123 changes: 0 additions & 123 deletions src/pkg/runtime/tiny/README

This file was deleted.

1 change: 0 additions & 1 deletion src/pkg/runtime/tiny/arm/defs.h

This file was deleted.

1 change: 0 additions & 1 deletion src/pkg/runtime/tiny/arm/rt0.s

This file was deleted.

1 change: 0 additions & 1 deletion src/pkg/runtime/tiny/arm/signal.c

This file was deleted.

1 change: 0 additions & 1 deletion src/pkg/runtime/tiny/arm/sys.s

This file was deleted.

Binary file removed src/pkg/runtime/tiny/bootblock
Binary file not shown.
18 changes: 0 additions & 18 deletions src/pkg/runtime/tiny/dot-bochsrc

This file was deleted.

53 changes: 0 additions & 53 deletions src/pkg/runtime/tiny/io.go

This file was deleted.

Loading

0 comments on commit 434f1e3

Please sign in to comment.