
Log of /trunk/uia/vx32/vx
Directory Listing
Revision
2018 -
Directory Listing
Modified
Mon Apr 16 22:10:59 2007 UTC (2 years, 7 months ago) by
ctl
Moving and removing 'const' in places where it causes type conversion errors for GCC+Pyrex.
This way is consistent with the execv() calling convention.
Revision
2016 -
Directory Listing
Modified
Fri Apr 13 00:05:32 2007 UTC (2 years, 7 months ago) by
ctl
Change several types and signatures to work around 32-versus-64-bit off_t problem
under linux.
Make a typedef for vx_readcb, shared by vx32_load and vxproc_load.
Fix a couple of compiler warnings about function declarations.
Reorganize headers so that all of these work.
Note that things now must include vx/config.h before anything else.
Revision
2009 -
Directory Listing
Modified
Thu Apr 5 17:19:47 2007 UTC (2 years, 7 months ago) by
baford
Copy old working vx32 version from vxa-060115 tag.
Revision
1971 -
Directory Listing
Modified
Tue Dec 20 22:59:37 2005 UTC (3 years, 11 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/vx
Got benchmark stuff integrated and compiling but not working yet;
need to add command-line argument passing support...
Revision
1887 -
Directory Listing
Modified
Sun Jun 26 11:09:32 2005 UTC (4 years, 5 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/vx
many changes to simplify from a Mik-like microkernel model
towards a pure computation-oriented VM environment.
Revision
1874 -
Directory Listing
Modified
Fri Jan 31 06:11:26 2003 UTC (6 years, 9 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/vx
filled out process loading and chunk management;
almost got the code path to the instruction translator in place...
Revision
1868 -
Directory Listing
Modified
Mon Jan 27 23:00:10 2003 UTC (6 years, 9 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/vx
got some of the file system traversal and sequence building code working