• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

00_READMEH A D14-Sep-20061.5 KiB4933

GLXUnix-ikp.2.csH A D14-Sep-2006253.2 KiB6,0395,166

System-Tracing.2.csH A D14-Sep-200643.2 KiB1,132871

VMM38b4-64bit-image1-ikp.1.csH A D14-Sep-2006557 1610

VMM38b4-64bit-image2-ikp.1.csH A D14-Sep-20066.4 KiB175152

VMM38b4-64bit-vm1-ikp.1.csH A D14-Sep-2006354.7 KiB8,6627,553

VMM38b4-64bit-vm2-ikp.2.csH A D14-Sep-200613.9 KiB339282

00_README

1VMM38b4-64bit-image1-ikp.1.cs
2VMM38b4-64bit-image2-ikp.1.cs
3
4    Contain image-side support for 64-bit images.  File-in image1
5    before image2.
6
7System-Tracing.2.cs
8
9    Contains the SystemTracer64 which writes a copy of the running
10    image in 64-bit format.  File-in image1 and image2 before
11    System-Tracing.
12
13VMMaker-tpr.14.mcz
14
15    Contains the version of VMMaker to which 64-bit support has been
16    added.  (This file does not itself contain any 64-bit support.)
17
18VMM38b4-64bit-vm1-ikp.1.cs
19
20    Contains 64-bit support for the CCodeGenerator, ObjectMemory, core
21    Interpreter, and the three essential plugins: BitBlt, Balloon and
22    FilePlugin.  You must file this in on top of VMMaker-tpr.14.
23
24VMM38b4-64bit-vm2-ikp.2.cs
25
26    Contains 64-bit support for the SocketPlugin, and for the
27    SmartSyntaxInterperterPlugin (and its variant of the
28    CCodeGenerator) required to translate it.
29
30----------------------------------------------------------------
31
32OSProcessPluginV3-3.sar
33XDisplayControlPluginV1-0.sar
34AioPluginV1-1.sar
35
36    The latest OSProcessPlugin from Dave Lewis.  Not part of the
37    standard VM distributions, but bundled with the Unix distribution
38    for your convenience.
39
40----------------------------------------------------------------
41
42GLXUnix-ikp.2.cs
43
44    Contains GLX support (as required by Croquet) that takes into
45    account the differences between big- and little-endian machines.
46    File this into a Croquet0.01 image before trying to run it on
47    Unix.  (If you don't know what Croquet is then you don't need this
48    file.)
49