Skip to content

Commit

Permalink
First commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Elvey committed May 22, 2009
0 parents commit 9e1e9e1
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
Binary file added 9p.tgz
Binary file not shown.
22 changes: 22 additions & 0 deletions README
@@ -0,0 +1,22 @@

***** README *****

Have you been looking for a public domain operating system?
The perfect public domain OS? One which treats everything as a file?

Well, your search will have to go on for a bit longer. In the
meantime though, you can play with Plan 42..... ;)

The Plan 42 code is released to the public domain.

*********************************

Plan 42 uses Teagit as the basis of its toy "file system".
It also implements a simple toy shell which tries to be
similar to the public domain "es" shell.

( Notes to self - things to start with - plumb, cat,
namespaces, ...... The plumber and namespaces will
be very high priority. Also do kernel services. )


Binary file added es-0.9-beta1.tar.gz
Binary file not shown.
31 changes: 31 additions & 0 deletions plan_42.py
@@ -0,0 +1,31 @@

# Have you been looking for a public domain operating system?
# The perfect public domain OS? One which treats everything as a file?

# Well, your search will have to go on for a bit longer. In the
# meantime though, you can play with Plan 42..... ;)

# This code is released to the publ;ic domain.

# This code requires Teagit.

# Notes to self - commands to star with - plumb, cat,
# namespace, ......
# Also do kernel services.

# Teagit will be the toy "file system".


from teagit import *












0 comments on commit 9e1e9e1

Please sign in to comment.