Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Android Cellphones Operating Systems Technology

Inferno OS Running On Android Phones 109

New submitter Digi-John writes "Employees at Sandia National Labs have put the Inferno OS on Android-based phones, replacing the default Java UI. Applications are written in Limbo rather than Java. The full announcement is at the bitbucket repository, and a short video demonstrates some of its capabilities."
This discussion has been archived. No new comments can be posted.

Inferno OS Running On Android Phones

Comments Filter:
  • by MacGyver2210 ( 1053110 ) on Saturday September 17, 2011 @07:08PM (#37431268)

    The Android OS is actually a Java layer running on a Linux base code. If you never load the Dalvik VM, Zygote, or any of the Java system, you are not loading Android OS, you are loading nothing.

    Inferno replaces nothing with something. The Inferno OS system is running on the Linux abstraction layer on an Android-compatible device. It *is* an operating system, and is *not* 'running on Android OS'.

  • by fuzzyfuzzyfungus ( 1223518 ) on Saturday September 17, 2011 @07:46PM (#37431420) Journal
    Inferno(at least if true to its Plan9 from Bell Labs roots) is pretty much "more unix than unix".

    Instead of unix's "everything is a file, except a bunch of special stuff", that is actually carried through. Also, there is a robust network filesystem included. By comparison to virtually everything else, we are talking crazy elegant manipulation of pretty much everything throughout an N node networked environment. It's really pretty cool.

    Unfortunately, it is also "more unix than unix" in the sense that it is more obscure, less widely supported, and more nerds-only-need-apply than are conventional unix and unixlikes... It's too bad, really.

All the simple programs have been written.

Working...