From mboxrd@z Thu Jan 1 00:00:00 1970 From: rweather@zip.com.au (Rhys Weatherley) Date: Tue, 19 Feb 2002 14:06:28 +1000 Subject: [TUHS] v7 upgrade Message-ID: <3C71CF44.18D0BDA1@zip.com.au> Hi, I've been lurking here for a week or two, reading the archives on porting v7 to x86, etc. On a lark, I downloaded the v7 sources and started to "upgrade" them so the userland can build and run on top of modern OS kernels such as Linux. The bulk of libc is the same (warts and all), with the "sys" layer replaced with modern syscalls. Perhaps it is a bit "sacrilegious", but I believe it makes the code more accessible for experimentation, and it should solve the "how do we get a PDP-11 compiler" problem: we use the original hosted on top of a modern kernel as a cross-compiler. Check it out and let me know what you think. Most of the libraries have been upgraded, with a handful of the simpler command-line utilities. http://www.southern-storm.com.au/v7upgrade.html Cheers, Rhys.