org.xwt.mips -> org.ibex.nestedvm
authorbrian <brian@brianweb.net>
Fri, 16 Apr 2004 23:54:06 +0000 (16:54 -0700)
committerbrian <brian@brianweb.net>
Fri, 16 Apr 2004 23:54:06 +0000 (16:54 -0700)
commitc2b2704764af1ade923ba8f15d517b87f9d16189
tree9f0690e380bd834196736f039104b94e2db73788
parent90f1aff73ed698ab5992fbd7eb53c1ba7329b1a5
org.xwt.mips -> org.ibex.nestedvm

darcs-hash:20040416235406-24bed-c557be79adad6541a282cc40506e263afdf7d2c6.gz
22 files changed:
Makefile
src/org/ibex/nestedvm/ClassFileCompiler.java [moved from src/org/xwt/mips/ClassFileCompiler.java with 96% similarity]
src/org/ibex/nestedvm/ClassLoader.java [moved from src/org/xwt/mips/ClassLoader.java with 98% similarity]
src/org/ibex/nestedvm/Compiler.java [moved from src/org/xwt/mips/Compiler.java with 98% similarity]
src/org/ibex/nestedvm/Interpreter.java [moved from src/org/xwt/mips/Interpreter.java with 99% similarity]
src/org/ibex/nestedvm/JavaSourceCompiler.java [moved from src/org/xwt/mips/JavaSourceCompiler.java with 99% similarity]
src/org/ibex/nestedvm/Registers.java [moved from src/org/xwt/mips/Registers.java with 98% similarity]
src/org/ibex/nestedvm/Runtime.java [moved from src/org/xwt/mips/Runtime.java with 99% similarity]
src/org/ibex/nestedvm/UnixRuntime.java [moved from src/org/xwt/mips/UnixRuntime.java with 99% similarity]
src/org/ibex/nestedvm/UsermodeConstants.java [moved from src/org/xwt/mips/UsermodeConstants.java with 99% similarity]
src/org/ibex/nestedvm/crt0.c [moved from src/org/xwt/mips/crt0.c with 100% similarity]
src/org/ibex/nestedvm/linker.ld [moved from src/org/xwt/mips/linker.ld with 100% similarity]
src/org/ibex/nestedvm/support.s [moved from src/org/xwt/mips/support.s with 100% similarity]
src/org/ibex/nestedvm/support_aux.c [moved from src/org/xwt/mips/support_aux.c with 100% similarity]
src/org/ibex/nestedvm/syscalls.h [moved from src/org/xwt/mips/syscalls.h with 100% similarity]
src/org/ibex/nestedvm/util/ELF.java [moved from src/org/xwt/mips/ELF.java with 97% similarity]
src/org/ibex/nestedvm/util/Seekable.java [new file with mode: 0644]
src/org/xwt/mips/util/SeekableByteArray.java [deleted file]
src/org/xwt/mips/util/SeekableData.java [deleted file]
src/org/xwt/mips/util/SeekableFile.java [deleted file]
src/org/xwt/mips/util/SeekableInputStream.java [deleted file]
upstream/Makefile