9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Licensing plan9 on MP machines
@ 1996-10-26  3:42 jmk
  0 siblings, 0 replies; only message in thread
From: jmk @ 1996-10-26  3:42 UTC (permalink / 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.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-10-26  3:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-10-26  3:42 Licensing plan9 on MP machines jmk

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).