Results 1 to 4 of 4

Thread: Write opearting system using Java

  1. #1
    Join Date
    Jan 2009
    Posts
    35

    Write opearting system using Java

    Hi,
    i just wanted to know if its possible to write my own operating system using the Java programing language or something like c++ using a compiler or another good software. Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Write a os using Java

    JNode is a free, open source Java technology based operating system implemented in the Java language with a very small assembler nano-kernel.
    major features in active development such as: isolates, Bjorne shell and complete support for HFS+. Significant progress has been made with the integration of the remaining parts of OpenJDK and the JNode class library has been updated to OpenJDK6 b13. JNode now builds with both JDK 1.6 and OpenJDK6+IceadTea and by the means of Linux and KVM it's possible to set up a well performing and completely free open source development and test environment.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Write a os using Java

    Probably the wrong language for a free standing driver and pretty much impossible for a free standing OS. Java utilizes an abstract computing machine (called a "Java Virtual Machine" or JVM) which sits on top of the native OS. In other words, you'd need an OS to run your OS.

    It is impossible to write 100% of an OS in Java for that reason.But it is possible to write a huge portion of an OS in Java.

  4. #4
    Join Date
    May 2008
    Posts
    2,012

    Re: Write a os using Java

    you try to write an operating system in Java, you will need hardware which supports Java natively. Java does not compile down into machine-readable bytecode like most of the languages used to program operating systems. Java needs to be run on the JVM, and so the hardware must either contain a custom JVM implementation, or must contain some intermediate layer between the hardware and the OS for the JVM to live in.

Similar Threads

  1. Write a Java Programm Help !!
    By jessesaini in forum Software Development
    Replies: 1
    Last Post: 08-05-2012, 11:38 AM
  2. how to write this pyramid using java?
    By Rainy in forum Software Development
    Replies: 1
    Last Post: 07-09-2011, 02:30 PM
  3. Need help to write this program in java?
    By frkadeel in forum Software Development
    Replies: 1
    Last Post: 01-12-2010, 03:58 PM
  4. How to write a Key Listener in Java?
    By N I C K in forum Software Development
    Replies: 5
    Last Post: 13-02-2010, 01:52 AM
  5. Write Once And Run Anywhere Nature In Java
    By D_chapple in forum Software Development
    Replies: 5
    Last Post: 10-02-2010, 06:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,715,782,420.74030 seconds with 17 queries