proton

files
downloads
source & tips
modules

info
about proton
design philosophy
features


















SourceForge Logo
news - 10 september 2001
      Sourceforge.net just agreed to host proton, thanks sourceforge!
      proton is now coming close to it's public developer release, probably
      sometime today...mutation engine is basically set up, and the shell
      now a mutation. Time to start putting API's into the kernel and
      objectifying functions to make cleaner code, try to make proton
      non-instance dependant, with bootstrap capability in the main console

news - 6 september 2001
      proton kernel is born; first successful kernel run with three modules, xsh
      nsh, and kernel_config. Online kernel and module config working!
      actually put code into the tty_two and tty_three objects, serial
      and TCP consoles soon soon soon.

news - 4 september 2001
      first real proton, albeit with no kernel/shell division is born!
      now has a sweet color console, with the cprintf() method,
      hopefully assist in error logging based on its meta-color
      function (ie, cprintf("message","error") would log to the error
      logs, etc.