I'm wondering if anyone has an implemented sample of the NACHOS os:D
Printable View
I'm wondering if anyone has an implemented sample of the NACHOS os:D
Moved from the Java CodeBank.
Do you mean "Not Another Completely Heuristic Operating System"? What do you want it for, and what does it have to do with Java, isn't it written in C/C++?
http://www.cs.washington.edu/homes/tom/nachos/
- ØØ -
ah why did I post this in codebank:D
yeah I mean that. I dunno I'm not taking the class but my friend is taking an operating systems class and it seems to be in java :D
I must admitt that I don't know. I was so sure it was written in C/C++. Tell me if you want it moved to GeneralPC or something, and I will do it. Or it can stay here, untill proved otherwise..:)
- ØØ -
It's almost impossible for a OS to be written purely in Java. Think of the JVM. It expects to run on an OS so you would need an underlying OS. That means you could write it in java, but you would be writting an operating system on an underlying operating system. There are ways of the VM hosting itself, but I just don't think anyone would write an operating system purely in java. It's possible assembly or c/c++ was used in the mix, I guess.
If it is written in java, I would love to find out how they are dealing with the JVM.
yeah sure if it helps:DQuote:
Originally Posted by NoteMe
umm well this isn't really an OS.. it's a simulation I guess
any version would help I suppose. java or C++
Well, since the question in it self isn't java based, I will move it. I guess a "where can I get VB6" question shouldn't be posted in the C++ section, just because it is made in C++...;)
Good luck on your Q..:)
- ØØ -