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. |
|
Tail Command
Submitted by Tim Sparg on Mon, 04/06/2009 - 09:11.Hi all
I know you guys are always on the look out for some new command line applications, so i thought that i would throw this your way and see if you are interested.
Its a tail command that i wrote a couple of months back with the intention of submitting a patch.
As so often happens i never got around to doing that unfortunately, but i did end up using the command to check the output of some applications i was writing.
Hope that this helps in some way
cheers
Tim
- Login to post comments
Incoming changes for the next release
Features
============================
- added gzip/gunzip commands
- added find, head and tail commands
- integration of JIIC as a pure java replacement of mkisofs
Contributors to this release
============================
- name of the author of gzip/gunzip command (who is it ?)
- bananenkasper
- Tim Sparg
- cluster
- Wooden
Special thanks to Jens Hatlak for integrating our patch to JIIC (version named "a "JNode release")
Note to committers : This topic will serve to build the changelogs for the next release (and avoid searching at release time).
Feel free to add the new features and their author (the patch submitter or, by default, you)
- Login to post comments
How can I join in?
Submitted by huxuelei on Wed, 03/18/2009 - 03:42.Hi, I want to join in this project.
Can any one tell me how?
How does it work?
Submitted by trilce on Sat, 02/28/2009 - 05:11.Excuse if I am making a stupid question.
I want to know, how exactly is java bytecode executed on JNode. Is the part in assembler an implementation of a Java SE Virtual Machine? Is the bytecode compiled tu run on the processor. I am asking because Java bytecode needs a Virtual Machine that normally runs over the OS, so I assume that maybe a VM for java was implemented, capable of running over the CPU directly without a need of an OS. Is that right?
Thanks
Isolate and System Resource
Submitted by gchii on Fri, 02/27/2009 - 20:55.Thinking ahead to a full implementation of Isolates, where is a design document? Where is a design document for inter-Isolate drivers for opening, reading, writing and closing system resources?