9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: jmk@plan9.bell-labs.com jmk@plan9.bell-labs.com
Subject: Licensing plan9 on MP machines
Date: Fri, 25 Oct 1996 23:42:07 -0400	[thread overview]
Message-ID: <19961026034207.F249uNpjDIKqwu0x-PkNhhkPT3fGH8cDY87NSbwgH88@z> (raw)

	I am looking into the possibility of porting plan9 to an MP
	machine and am wondering what the licensing issues are for
	parallel machines.  Do they count as a single machine or
	does each CPU require a license?

It counts as a single machine.

	According to the FAQ, Brazil supports dual-processor Pentiums
	where does Pentium Pro (P6) support stand?  The machine in
	question is a hybrid SMP-MP design -- each node is a two-way
	P6 with shared memory, but the nodes are connected via
	a message passing mesh.

The x86 multiprocessor code runs on Pentium or Pentium Pro systems which
conform to the Intel Multiprocessor Specification, there were no changes
required for the Pentium Pro. There's about 1000 lines of code, most of it
is concerned with parsing the configuration table created by the BIOS. A
small number of changes were made to the base x86 code - some mmu data
structures were made per-processor and some locks were added to some device
drivers where uniprocessor operation had been assumed. The only change
in the port code was changing 6 references of 'm->' to 'MACHP(m->machno)->'
in proc.c as the nature of the x86 mmu required 'm' to be a fixed virtual
address.




                 reply	other threads:[~1996-10-26  3:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19961026034207.F249uNpjDIKqwu0x-PkNhhkPT3fGH8cDY87NSbwgH88@z \
    --to=jmk@plan9.bell-labs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).