PJOSWelcome to the PJOS project. The aim of this project is to create an open source and portable operating system based on the java virtual machine specification.
Goals
Project StatusThe current status of the project is experimental with development hosted at SourceForge. PJOS is released under the GNU General Public License.
Emulator ArchitectureThe emulator implementation is written in java and emulates an abstract machine. Main memory and floppy disk are implemented as java byte arrays which are loaded from files. The processor is a java thread which executes instructions and manipulates the memory and devices as if it were a real processor. There is a Swing GUI debugger which allows the machine state to be observed during execution.Currently the emulator performs the following actions:
An executable jar file demo for the emulator can be downloaded from here. Intel x86 ArchitectureThe x86 implementation is based on the emulator and written in x86 assembly using the NASM assembler. The code has been directly ported from the emulator, although not all of the functionality of the emulator has been implemented yet. The missing parts are keyboard and floppy drivers to enable the shell to function.The intention is to write all x86 specific drivers in java using an API which provides interrupt handling and low level system calls.
GNU ClasspathPJOS uses the java library implementations from the GNU Classpath project.Contact InformationPlease send email to Simon Daniel.
|