- Apr 23, 2003
- 6,404
- 0
- 76
Right, so I've got some assembler code, suitable for making into a device driver. Well, under 32-bit windows. The difficulty is that I need to make it into a 64-bit compatible .sys file. I'm having trouble understanding how to create a .sys file for 32-bit windows out of asm code (with the compilers I have, anyway) that doing so for 64-bit seems, well, freakin' impossible. I get the distinct impression that I need a) different tools, and even then I'll also need b) a different procedure to make a working .sys file.
Incidentally, I feel it important to point out the fact that college in no way prepared me for this real world experience, especially since I graduated with a Bachelor's in Computer Science.
Incidentally, I feel it important to point out the fact that college in no way prepared me for this real world experience, especially since I graduated with a Bachelor's in Computer Science.
