211bsd.git
9 years agoFirst release, added readme.txt
Nick Downing [Wed, 4 Jan 2017 05:33:25 +0000 (16:33 +1100)]
First release, added readme.txt

9 years agoFix minor linkage and symbol table issues, now generates identical kernel
Nick Downing [Wed, 4 Jan 2017 04:02:51 +0000 (15:02 +1100)]
Fix minor linkage and symbol table issues, now generates identical kernel

9 years agoCan now build kernel, not tested
Nick Downing [Wed, 4 Jan 2017 02:18:48 +0000 (13:18 +1100)]
Can now build kernel, not tested

9 years agoImproved system build script (and individual build scripts for development)
Nick Downing [Tue, 3 Jan 2017 07:18:38 +0000 (18:18 +1100)]
Improved system build script (and individual build scripts for development)

9 years agoFix ranlib and linking problems, add a hello world program for testing
Nick Downing [Tue, 3 Jan 2017 06:15:36 +0000 (17:15 +1100)]
Fix ranlib and linking problems, add a hello world program for testing

9 years agoFix various bugs, convert more Makefiles, can now build C library, not tested
Nick Downing [Tue, 3 Jan 2017 04:42:35 +0000 (15:42 +1100)]
Fix various bugs, convert more Makefiles, can now build C library, not tested

9 years agoAdded lorder and ranlib to cross toolchain, started on include and libc, it makes...
Nick Downing [Mon, 2 Jan 2017 15:20:35 +0000 (02:20 +1100)]
Added lorder and ranlib to cross toolchain, started on include and libc, it makes some progress with libc but bombs out due to what seems to be a linker bug

9 years agoFirst try at cross toolchain, compiles but not tested yet
Nick Downing [Mon, 2 Jan 2017 04:36:48 +0000 (15:36 +1100)]
First try at cross toolchain, compiles but not tested yet

9 years agoInitial commit of an unmodified 2.11BSD source tree taken from a boot tape.
Nick Downing [Sun, 1 Jan 2017 03:19:07 +0000 (14:19 +1100)]
Initial commit of an unmodified 2.11BSD source tree taken from a boot tape.

Unpacked from http://www.tuhs.org/Archive/PDP-11/Distributions/ucb/2.11BSD:
7263558ebfb676b4b9ddacc77da464c5  file7.tar.gz
77397e6d554361c127592b1fea2d776f  file8.tar.gz

The root of this repository is /usr/src on a running 2.11BSD system.
The boot tape file7.tar.gz provides /usr/src/include and /usr/src/sys.
The boot tape file8.tar.gz provides everything else in /usr/src.