Welcome to JNode.org, the website of the Java New Operating System Design Effort. JNode is a simple to use & install Java operating system for personal use. It runs on modern devices. Any java application will run on it, fast & secure! JNode is open source and uses the LGPL license. |
|
Questions about JNode
Submitted by slimbody on Wed, 11/26/2008 - 03:31.Hello,
I am researching the JNode operating system for a college course I am currently taking.
After finding much of the information I need on the JNode website, I still have a few questions I am unable to find details about. I would greatly appreciate any input you could give me.
The questions are as follows:
- What type of algorithm is used in the scheduler? (This would be either First Come First Serve, Shortest Job First, or Round-Robin; depending on how processes are scheduled. If it is something else, please explain.)
- Is the scheduler pre-emptive or non-pre-emptive?
- What kind of techniques are used for process synchronization? (Such as semaphores or lock registers)
- Is there support for shared memory and message passing?
- How is memory management handled? (Continuous Memory Allocation (Best Fit, Worst Fit, or First Fit), or Paging)
- How are deadlocks handled?
Thank you.
Startup Script
Submitted by rhenry74 on Wed, 11/26/2008 - 02:14.Is there a way to automaticly run a startup script... so I can configure the network, launch the GUI, etc?
Is there a way to do a similar startup script after the GUI is started?
Unable to mount SMB
Submitted by rhenry74 on Mon, 11/24/2008 - 22:55.I try something like this:
ifconfig loopback 127.0.0.1 255.255.255.255
dhcp eth-pci(0,16,0)
smbmount smbmnt1 172.16.0.103 ShareName company-domain\user.id passwd
With certian variations I get this far:
Transport1: connect: state=0
Transport1: run connected
Transport1: connected state =3
Exception in command
Please provide an example of how to use the command.
I have similar failures with ftpmount
100% Pure Java?
Submitted by mephtu on Tue, 11/18/2008 - 10:38.Just to be sure, does jnode only run 100% pure java apps? If so, is that something we want to actively promote?
WANTED: command syntax tutorial
Submitted by gchii on Thu, 11/06/2008 - 17:08.Let's say that I have already written a command and now want to specify its syntax. Now what?
In addition to the command syntax documentation ( http://www.jnode.org/node/2549 ), I would like to develop a command syntax tutorial. A tutorial would start with familiar examples and focus on the translation of traditional command line parsing with writing an XML document.
Question: What is the name of the XML document? Is there a naming convention?
Question: Is the command syntax document going to be a resource?
Question: My command expects one argument. How do I specify that this argument is expected to be a valid file name?
Question: My command requires an argument. How do I specify that an argument is required?