What's MyNOS?

The MyNOS project aims at developing a new and different operating system, based on high-level languages. MyNOS will be based on the OCaml bytecode interpreter. We'd like to explore microkernel architecture and new language definition too.
Homepage
Why MyNOS
Project status
SourceForge Corner
Screenshots
Try it!
Links



From 2002-10-08
visitors

Powered by
  • ^Z bg crew
  • SourceForge
                  Logo


  • 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@cvs.mynos.sourceforge.net:/cvsroot/mynos co mynos-core

    • A CVS snapshot of the ocaml bytecode interpreter (it must be written as a single command):

      cvs -z3 -d:pserver:anonymous@cvs.mynos.sourceforge.net:/cvsroot/mynos co mynos-byterun

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