From 2002-10-08
visitors
Powered by

Logo by Luigi Ferrini
|
Try MyNOS!
What you need:
- A CVS snapshot of the kernel (it must be written as a single command):
cvs -z3 -d:pserver:anonymous@mynos.cvs.sourceforge.net:/cvsroot/mynos co -P mynos-core
- A CVS snapshot of the ocaml bytecode interpreter (it must be written as a single command):
cvs -z3 -d:pserver:anonymous@mynos.cvs.sourceforge.net:/cvsroot/mynos co -P mynos-byterun
- A CVS snapshot of the mynos library (it must be written as a single command):
cvs -z3 -d:pserver:anonymous@mynos.cvs.sourceforge.net:/cvsroot/mynos co -P mynos-lib
- A CVS snapshot of the basic services (it must be written as a single command):
cvs -z3 -d:pserver:anonymous@mynos.cvs.sourceforge.net:/cvsroot/mynos co -P services
- The test package (which holds a test bytecode)
- The nasm assembler
- The dietlibc small size C library
- The bochs simulator
Unpack the test package and read the README.
|