Win32 and Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newguy194
    New Member
    • May 2007
    • 25

    #1

    Win32 and Java

    Can Win32 be implemented using the JVM?
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Originally posted by newguy194
    Can Win32 be implemented using the JVM?
    What exactly do you mean with Win32? A actual 32-Bit Windows Operating System? Hardly. You would need a JVM which runs without an operating system and you'll have slight problems finding that (as such a thing doesn't exist - correct me if I'm wrong).

    Greetings,
    Nepomuk

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by nepomuk
      What exactly do you mean with Win32? A actual 32-Bit Windows Operating System? Hardly. You would need a JVM which runs without an operating system and you'll have slight problems finding that (as such a thing doesn't exist - correct me if I'm wrong).

      Greetings,
      Nepomuk
      You're wrong; here's the correction: google for "Bare Metal Java".

      kind regards,

      Jos (<--- nitpicker ;-)

      Comment

      • Nepomuk
        Recognized Expert Specialist
        • Aug 2007
        • 3111

        #4
        Originally posted by JosAH
        You're wrong; here's the correction: google for "Bare Metal Java".

        kind regards,

        Jos (<--- nitpicker ;-)
        Amazing! Nevertheless, you can't write any Windows system if you're not, say, Microsoft. You could write an OS of yourself of course.

        Greetings,
        Nepomuk

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by nepomuk
          Amazing! Nevertheless, you can't write any Windows system if you're not, say, Microsoft. You could write an OS of yourself of course.

          Greetings,
          Nepomuk
          Nobody in his/her right mind would want to write a Windows OS clone; eeeew!

          kind regards,

          Jos (<--- yuck, just the thought; I have to take a shower now ;-)

          Comment

          • Nepomuk
            Recognized Expert Specialist
            • Aug 2007
            • 3111

            #6
            Originally posted by JosAH
            Nobody in his/her right mind would want to write a Windows OS clone; eeeew!

            kind regards,

            Jos (<--- yuck, just the thought; I have to take a shower now ;-)
            Nope. Nor would anyone want to write an OS (no matter what type) in Java, would they? Could be a bit annoying, having your OS running on a JVM... :-D

            Greetings,
            Nepomuk

            Comment

            • JosAH
              Recognized Expert MVP
              • Mar 2007
              • 11453

              #7
              Originally posted by nepomuk
              Nope. Nor would anyone want to write an OS (no matter what type) in Java, would they? Could be a bit annoying, having your OS running on a JVM... :-D

              Greetings,
              Nepomuk
              They tried to write an entire OS in Java; they named it after me:

              "Jos" == Java Operating System.

              kind regards,

              Jos ;-)

              ps. the project failed ...

              Comment

              • Nepomuk
                Recognized Expert Specialist
                • Aug 2007
                • 3111

                #8
                Originally posted by JosAH
                ps. the project failed ...
                Doesn't surprise me a bit. You should use a language, that runs directly on the hardware (like C (UNIX, Linux) or C++ (Windows)). Hm, writing an OS in Haskell could be quite funny... Or BrainF***... Or Ook... ;-)

                Greetings,
                Nepomuk

                Comment

                Working...