
Log of /trunk/uia/vx32/x86
Directory Listing
Revision
2910 -
Directory Listing
Modified
Fri Dec 21 19:45:07 2007 UTC (23 months ago) by
baford
debugging stuff
Revision
2909 -
Directory Listing
Modified
Fri Dec 21 18:46:09 2007 UTC (23 months ago) by
baford
Fix to get running on Leopard
Revision
2015 -
Directory Listing
Modified
Thu Apr 12 00:52:29 2007 UTC (2 years, 7 months ago) by
baford
Got vx32 working on Mac OS X!
Revision
2014 -
Directory Listing
Modified
Wed Apr 11 21:47:59 2007 UTC (2 years, 7 months ago) by
baford
Make subversion ignore more auto-generated files
Revision
2013 -
Directory Listing
Modified
Wed Apr 11 21:41:39 2007 UTC (2 years, 7 months ago) by
baford
Got it at least compiling on Mac OS X.
In the process fixed a problem with the gcc-4.1.2 patch,
which caused the cross-compiler to default to soft floating point
instead of SSE-based hard floating point.
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
1924 -
Directory Listing
Modified
Fri Sep 30 21:00:44 2005 UTC (4 years, 1 month ago) by
baford
Original Path:
trunk/vxa/trunk/vm/x86
don't print stuff on small signal stack;
instead only print trap stuff after longjmping back to main stack.
Revision
1922 -
Directory Listing
Modified
Thu Sep 29 19:16:15 2005 UTC (4 years, 1 month ago) by
baford
Original Path:
trunk/vxa/trunk/vm/x86
Use only the fs register and avoid messing with the gs register at all,
in order to work around interference with Linux's TLS mechanism.
Revision
1892 -
Directory Listing
Modified
Tue Jun 28 08:31:14 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/x86
made configure script auto-detect and set up for host system type;
wrote missing runtime support code for x86-32.
Revision
1891 -
Directory Listing
Modified
Mon Jun 27 20:00:08 2005 UTC (4 years, 4 months ago) by
baford
Original Path:
trunk/vxa/trunk/vm/x86
dropping into first translated code -
now gdb for x86-64 is useless, so switching to x86-32 Linux...
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/x86
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/x86
got some of the file system traversal and sequence building code working