Either use JVM or Parrot. It sounds like an achievable goal to me. It all depends on how much manpower you have, how much time you have on your hands. Imagine that if you engage in such a project it could and most likely will eat all of your time, so some funding must come from somewhere, and if you got all of that covered you're good to go :)

However, there must be milestones.

Like

I am sure Perl is not fit for writing an OS, except you would invest heavily in a highly-optimized parser for it and a compiler which would enable you to produce binaries.

But I would look at implementations in other languages first, BrowserUk has mentioned JNode. I will mention House which is written in Haskell.

Also check out Cleese which is a "an operating system written almost entirely in Python".

Some OS implemented in LISP here called LOSAK, or another one called Movitz

I'm sure you can find a lot more examples, I'd read some of the progress these guys had first to know what obstacles one would encounter in building such an OS.

But seriously this is a huge project, and needs a lot of manpower, it may have some kind of motivation such as porting all the web-based modules from CPAN and then using this brand new Perl-OS as a platform to run webapps from, that would be interesting, that's an achievable, but far-away goal.


In reply to Re^2: Anyone interested in coding a _real_ Perl OS? by spx2
in thread Anyone interested in coding a _real_ Perl OS? by dosadi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.