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.

Latest release:
JNode 0.2.8
Hardware requirements:
Pentium class CPU
512M RAM

see details

the SF.net CVS work again, but...

CVS server is many times down. The server is up again today.

The host name of the cvs server has been chaged.
So, there'll much work to do for the developers(especially the heavy participators, if you have local changes now).
see the link, https://sourceforge.net/docs/E04, for detail.

Best.

-redany

JFat Announce

Let me introduce a new FileSystem implementation
for our beloved JNode: JFat.

JFat, that stands for Jnode Fat, is an attempt
to implement the Microsoft FAT FileSystem following
Microsoft specifications as they are reported on
the document available at the URL:
http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx.

JFat is currently an "incomplete" implementation that
only supports FAT32 and doesn't make any attempt
to support multithread: it only aims to be compatible
with Microsoft FAT, at least at the documented level,
and able to read and write FAT FileSystems that can

NullPointerException from NTFS FileRecord.readData

Getting the following while reading from an NTFSFile:

java.lang.NullPointerException
at org.jnode.fs.ntfs.FileRecord.readData(FileRecord.java:194)
at org.jnode.fs.ntfs.NTFSFile.read(NTFSFile.java:75)

It's happening on the first two lines:

final NTFSAttribute data = this.getAttribute(NTFSAttribute.Types.DATA);
if (data.isResident()) {

It seems that getAttribute is returning null.

I am willing to put in a workaround, but in what situations do you think this method would return null? I don't want to shoot myself in the foot by modifying this in the wrong fashion.

Purpose?

Can someone explain the advantages of a Java OS is as compared to windows or mac?? Thanks.

A little difficulty finding "mkisofs"

Hello Jnode folks,

I was wondering if you could please assist me in finding the appropriate sources for "mkisofs". Is this utility included in the Xcode tools? I am building your sources on a G4 / Mac X OS. Any help would be greatly appriciated. My ant build is failing because mkisofs is not in the path, and I can't seem to find the latest sources for the Mac.

Thanks,

Pete Z.

Syndicate content