The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Ghirai on October 28, 2005, 02:27:02 PM

Title: Support for SYS files?
Post by: Ghirai on October 28, 2005, 02:27:02 PM
How about adding sys projects support?

You would link sys files with \masm32\bin\link /nologo /driver /base:0x10000 /align:32 /out:somefile.sys /subsystem:native somefile.obj

And possibly add the driverentry proc automatically?


Regards,
Ghirai.