The Wayback Machine - https://web.archive.org/web/20200929143313/https://github.com/tspink/infos-user
Skip to content
main
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
inc
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 

README

InfOS User-space Implementation
=========================================================================

The InfOS user-space implementation contains a number of simple programs to
run on top of the InfOS kernel.

When InfOS boots, it will start the shell, which allows you to launch other
programs.  You can even launch a new shell, within a shell.

The shell is very basic, and doesn't support path resolution, so you must
qualify every program you want to run with the full path.  All the programs
live in the /usr directory, so to run a program you would enter the following,
the '>' being the shell prompt:

   > /usr/ls

To view this README file inside InfOS (which you might be doing right now!)
execute the following command:

   > /usr/cat /usr/README

About

School of Informatics (University of Edinburgh) Research Operating System User-space

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.