The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Redoing "V6on286" or porting V7...?
@ 2005-11-09 17:26 Lyrical Nanoha
  2005-11-09 21:54 ` M. Warner Losh
  2005-11-09 22:03 ` Brantley Coile
  0 siblings, 2 replies; 18+ messages in thread
From: Lyrical Nanoha @ 2005-11-09 17:26 UTC (permalink / raw)


I've thought, since there doesn't seem to be a working "V6on286", maybe I 
should try porting it myself though I'm not very familiar with the Ancient 
Unix sources or with the ancient C used.  The oldest compiler I've got 
that will compile is Turbo C++ 1.01 from 1990 and it's an ANSI C compiler. 
(I do think it'll compile late K&R, but there's weirdnesses in the C used 
by V6.)

Having an emulator like QEMU handy is a nice plus.  I could prolly build 
everything onto a 1.44 MB disk image and boot it in emulation.  I'm 
thinking I'd want to create tools for transferring files into and out of 
disk images, and a bootloader to put on the first sector of the disk 
(though, 512 bytes is awful small...)

Any ideas?

-uso.



^ permalink raw reply	[flat|nested] 18+ messages in thread
* [TUHS] Redoing "V6on286" or porting V7...?
@ 2005-11-14 21:34 Norman Wilson
  2005-11-14 22:59 ` Brantley Coile
  0 siblings, 1 reply; 18+ messages in thread
From: Norman Wilson @ 2005-11-14 21:34 UTC (permalink / raw)


Brantley Coile:

  i don't know that it's a squese.  a version of v6 ran on an lsi-11
  with very little ram.

=======

If you're thinking of Mini-UNIX, it's a bit of a stretch to call
it `V6 running on an LSI-11.'  I think the original LSI-11 had no
memory management; in any case, Mini-UNIX didn't use it, but was
a throwback to the early days of the PDP-7 and the 11/20 (neither
of which had memory management).  Only one process could be in
memory at a time; to let another process run meant swapping the
first completely out of memory.

I believe there's a paper in the 1978 all-UNIX issue of the Bell
Systems Technical Journal about Mini-UNIX or its immediate
predecessor.  As I recall, there were additional compromises;
e.g. the shell quietly translated
	a | b
to
	a >tempfile; b <tempfile; rm tempfile
because that was much faster than the thrashing that often
resulted from trying to let a and b run concurrently.

Mini-UNIX might be a simpler starting point to get a system
running on a 286.  Just don't think of it as full V6; it's not.

Norman Wilson
Toronto ON



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2005-11-19  4:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-09 17:26 [TUHS] Redoing "V6on286" or porting V7...? Lyrical Nanoha
2005-11-09 21:54 ` M. Warner Losh
2005-11-09 22:03 ` Brantley Coile
2005-11-12  6:13   ` Albert Cahalan
2005-11-12 13:18     ` Brantley Coile
2005-11-13 20:16       ` Peter Jeremy
2005-11-14  9:38         ` Wesley Parish
2005-11-14 15:45         ` Brantley Coile
     [not found]         ` <8a61b612cf43394f33e6531339fe4263@coraid.com>
2005-11-14 19:49           ` Peter Jeremy
2005-11-14 20:31             ` Brantley Coile
2005-11-16 21:41             ` Lyrical Nanoha
     [not found]               ` <17277.62390.986234.433543@hod.localdomain>
2005-11-18 17:59                 ` Lyrical Nanoha
2005-11-19  4:17                   ` Brantley Coile
2005-11-15  3:08         ` Greg Haerr
2005-11-15  3:40           ` Peter Jeremy
2005-11-15 13:30             ` Brantley Coile
2005-11-14 21:34 Norman Wilson
2005-11-14 22:59 ` Brantley Coile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).