GitXplorerGitXplorer
0

9legacy

public
83 stars
18 forks
5 issues

Commits

List of commits on branch main.
Unverified
77f3fec3a2e6a7a467d23071c6b1048b48ef6eea

sys/src/9k/k10: add ethervirtio10 in kernel configurations

00intro committed 3 years ago
Unverified
6ddedbebeb21c7b630b40dbe64d44b58dec75b10

sys/src/9k/386: import ethervirtio10 from 9front (thanks Cinap Lenrek)

00intro committed 3 years ago
Unverified
780791046f5d5edc135a9f9a6db06bc18c3f6620

sys/src/9k/k10: add sdvirtio10 in kernel configurations

00intro committed 3 years ago
Unverified
1f53b667c64e4ab1fea4fc4b6d984ad17e4446af

sys/src/9k/386: import sdvirtio10 from 9front (thanks Cinap Lenrek)

00intro committed 3 years ago
Unverified
8b2aab37b9e45fa4546fe960a1e562cd0609f284

sys/src/9k/386: implement custom PCI capabilities enumeration (thanks Cinap Lenrek)

00intro committed 3 years ago
Unverified
f63073274d7d7b6dfee87c8c8235ab85ce53a0cd

sys/src/9k/386: implement PCI capabilities (thanks Erik Quanstrom)

00intro committed 3 years ago

README

The README file for this repository.

This is a re-release of the final version of the 4th Edition of Plan 9 from Bell Labs distributed directly by Bell Labs.

4th Edition was originally released by Lucent Technologies in 2002. It was released under the terms the Lucent Public License Version 1.02. 4th Edition continues the development of the same ideas, but in many ways represents the base of what most people think of as "modern" Plan 9 today. The ubiquitous file protocol, 9P, got its first revision, to 9P2000, which caused changes to many parts of the system. It also saw the debut of venti(8) and fossil(4), which began replacing the venerable old file server, fs(4). Authentication largely moved to a separate agent, factotum(4). Updates moved to replica, and the wiki was created. The original release notes for this edition can be found at /sys/doc/release4.ms.

While this release is a recognizable ancestor of the latest Plan 9 available, it is still quite old, and this release is mostly for educational and research purposes. The file protocol and authentication mechanisms are continued in modern Plan 9, though, so researchers looking to run this should have an easier time than with all previous releases. This is a second release of the 4th Edition, marking the final state of Plan 9 as distributed directly by Bell Labs.

The only changes between this release and the original 4th Edition release are the new NOTICE, LICENSE, and README files, and moving the old ones. In particular, any copyright notices attributing things to Lucent Technologies or Bell Labs, or notices on restrictions of their use, should be read as historical; all such rights have been transferred to the Plan 9 Foundation and released as open source. Parts (notably, the fonts) maintain trademark and copyright to their respective parties (such as Bigelow & Holmes Inc.) and were included in Plan 9 by permission; those copyrights are unaffected by the transfer to Plan 9 Foundation and remain in effect per the terms found in this distribution.