64 bit

To test a 64 bit driver can you simply Disable Driver Signature Enforcement for that boot session? Do you need anything further? I build targeting the ia64. It gives me the sys and inf files. I also select the appropriate coinstaller. Are there any changes I need to make to the inx file before compiling. Or should it just be as simple as disabling signing requirements and compiling my 32 bit version as a 64 but version? Assuming the code is written correctly.

Have you checked out creating a test certificate? With WinDbg connected you
can run the signed or unsigned by setting test signing.

Gary G. Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Tuesday, July 20, 2010 4:53 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] 64 bit

To test a 64 bit driver can you simply Disable Driver Signature Enforcement
for that boot session? Do you need anything further? I build targeting the
ia64. It gives me the sys and inf files. I also select the appropriate
coinstaller. Are there any changes I need to make to the inx file before
compiling. Or should it just be as simple as disabling signing requirements
and compiling my 32 bit version as a 64 but version? Assuming the code is
written correctly.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Are you really going to run on an Itanium, that is what ia64 for is for.
Most systems are amd64 which is the Pentium architecture extended for 64
bit.

Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr

-----Original Message-----
From: xxxxx@gmail.com [mailto:xxxxx@gmail.com]
Posted At: Tuesday, July 20, 2010 5:53 PM
Posted To: ntdev
Conversation: 64 bit
Subject: 64 bit

To test a 64 bit driver can you simply Disable Driver Signature
Enforcement
for that boot session? Do you need anything further? I build
targeting the
ia64. It gives me the sys and inf files. I also select the
appropriate
coinstaller. Are there any changes I need to make to the inx file
before
compiling. Or should it just be as simple as disabling signing
requirements
and compiling my 32 bit version as a 64 but version? Assuming the
code is
written correctly.

__________ Information from ESET Smart Security, version of virus
signature
database 5296 (20100720) __________

The message was checked by ESET Smart Security.

http://www.eset.com

If you test sign the drivers and install the test certificate and turn test
signing on for boot you do not need to have windbg connected.

Mark Roddy

On Tue, Jul 20, 2010 at 6:08 PM, Gary G. Little wrote:

> Have you checked out creating a test certificate? With WinDbg connected you
> can run the signed or unsigned by setting test signing.
>
> Gary G. Little
> H (952) 223-1349
> C (952) 454-4629
> xxxxx@comcast.net
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
> Sent: Tuesday, July 20, 2010 4:53 PM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] 64 bit
>
> To test a 64 bit driver can you simply Disable Driver Signature Enforcement
> for that boot session? Do you need anything further? I build targeting
> the
> ia64. It gives me the sys and inf files. I also select the appropriate
> coinstaller. Are there any changes I need to make to the inx file before
> compiling. Or should it just be as simple as disabling signing
> requirements
> and compiling my 32 bit version as a 64 but version? Assuming the code is
> written correctly.
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

Well, if you have debug to do, you do .

Gary G. Little

H (952) 223-1349

C (952) 454-4629

xxxxx@comcast.net

From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mark Roddy
Sent: Tuesday, July 20, 2010 9:00 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] 64 bit

If you test sign the drivers and install the test certificate and turn test
signing on for boot you do not need to have windbg connected.

Mark Roddy

On Tue, Jul 20, 2010 at 6:08 PM, Gary G. Little
wrote:

Have you checked out creating a test certificate? With WinDbg connected you
can run the signed or unsigned by setting test signing.

Gary G. Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net

-----Original Message-----

From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Tuesday, July 20, 2010 4:53 PM
To: Windows System Software Devs Interest List

Subject: [ntdev] 64 bit

To test a 64 bit driver can you simply Disable Driver Signature Enforcement
for that boot session? Do you need anything further? I build targeting the
ia64. It gives me the sys and inf files. I also select the appropriate
coinstaller. Are there any changes I need to make to the inx file before
compiling. Or should it just be as simple as disabling signing requirements
and compiling my 32 bit version as a 64 but version? Assuming the code is
written correctly.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

— NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and
other seminars visit: http://www.osr.com/seminars To unsubscribe, visit the
List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

The problem may be me targeting the wrong architecture. I did not full know the difference between the ia64 and amd64. From what you wrote I think I mixed up the two. I’ll try to recompile for amd64. I thought the ia64 was for Pentium. Thanks.