Hi everybody,
I decide to open a new topic to develop/optimize the Rampy drivers.
Here is my progress to compile the sources codes!Here is the
Rampage source code:
http://img11.hostingpics.net/pics/190558sources.jpg- For exemple in directory \dx\d3d\ I have these files:
http://img11.hostingpics.net/pics/281135d3drepertoire.jpg- When I use nmake I have these Environments Variables missed:
http://img11.hostingpics.net/pics/529471environmentvariable.jpgnb. Perhaps I take the wrong way but it's a start and I need all these environments variables to continue...TO DEVELOP AND OPTIMIZE THE SOURCES CODE:if we want to start thinking about the tools necessary, here is a list:
1) Rampage device driver – the software itself.
This includes both the 3D driver and the 2D driver (which is called the “display driver”, this is the driver that runs the Windows desktop).
2) We need the Microsoft DDK – the Driver Development Kit. This needs to be circa 2000 or so ... Remember this card was developed in the year 2000. So we need a DirectX 7 DDK, and the Display Driver DDK.
3) We need the build tools. However I do not have #2 above so we will need that. The build tools are UNIX-based. But these are the Unix Tools for DOS. The ones that we used were developed by a company called “Cygwin”. They developed a set of UNIX tools for Windows.
These are support tools for the build.
4) Need a debugger that will run on Windows 98. A kernel debugger – the one we used was called SoftIce. We would need a debugger to solve errors. If we don’t plan to have any errors we would not need a debugger Open-mouthed smile
5) We need a Rampage Software Manual. We need a manual that explains how to program Rampage. There are many registers on the hardware that you program in the driver ... well that’s what the driver does, it sets up the Rampage hardware so that it runs properly. This is done by programming the hardware registers.
If we get all that and we have a lot of time and graphics expertise, we can develop and optimize a device driver.Who is familiar with low-level x86 programming?
Who want to help us?
!!!First of all we need to re compile the Windows 98SE Rampage drivers!!!
nb.
Give me your ideas (step by step) to compile them and i will make a try.Thanks in advance.
Regards,
trevor.