[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VM02 v1.0 Released! April Fools???
On Mar 31, 2:11 pm, DaveSchmenk <dschm...@gmail.com> wrote:
> Class filenames are missing the ".class" suffix due to filename
> limitations, however the file type of $ED is used to identify class
> files and are given the type identifier of JVM. System classes are in
> the JAVA/* subdirectories. Apple II specific classes are found in the
> APPLE2/ directory. VM02 specific classes are found in the ORG/VM02/*
> subdirectories.
Cool! So if the JACE virtual filesystem concept worked for VM02,
then .class files should surface with file type $ED -- any aux type
needed or do I leave that as $0000? Only major kink is that JACE
virtual filesystem doesn't support writes. Is it possible to have
VM02 have a configurable block device (say /RAM on slot 5) for memory
read/write? Would be rather funny to run a java program that emulates
an apple which turns around and runs another java program. Or would
that be sick? Not sure. But it would be fun all the same. :-D
Thanks for all the work you put into this!
-Brendan