X64 Driver

hi guys i am new to device driver development. i wrote a simple driver and compile it with ia64 in winddk 7.when i try to load the driver in windows 7 x 64 use OSR driver loader it gives the error Your driver is blocked for loading.i also try to disable Driver driver signature by pressing f8 atboot time aso using the bcdedit thing.nothing work.plz help

Are you have boot Windows with “Disable Driver Signature
Enforcement” option? Maybe the problem is not that the driver is unsigned…

Anyways, you will need to sign the driver sooner or later so I would buy
the certificate to make your life easier. Meanwhile, you can test the 32
bits version.

Regards,

Julian

2013/6/18

> hi guys i am new to device driver development. i wrote a simple driver
> and compile it with ia64 in winddk 7.when i try to load the driver in
> windows 7 x 64 use OSR driver loader it gives the error Your driver is
> blocked for loading.i also try to disable Driver driver signature by
> pressing f8 atboot time aso using the bcdedit thing.nothing work.plz help
>
> —
> NTDEV is sponsored by OSR
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
>

shouldn’t you be trying AMD64 build environment instead of IA64? The test
OS is a regular 64 bit hardware platform or is it IA64?

Also try attaching a debugger and then doing the F8->Disable Driver Sig’,
this might help.

On Tue, Jun 18, 2013 at 3:22 PM, wrote:

> hi guys i am new to device driver development. i wrote a simple driver
> and compile it with ia64 in winddk 7.when i try to load the driver in
> windows 7 x 64 use OSR driver loader it gives the error Your driver is
> blocked for loading.i also try to disable Driver driver signature by
> pressing f8 atboot time aso using the bcdedit thing.nothing work.plz help
>
> —
> NTDEV is sponsored by OSR
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
>



- ab

If you really chose IA64 as your target, then this only works on Itanium.
Use AMD64.

Don Burn
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@gmail.com
Sent: Tuesday, June 18, 2013 5:52 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] X64 Driver

hi guys i am new to device driver development. i wrote a simple driver and
compile it with ia64 in winddk 7.when i try to load the driver in windows 7
x 64 use OSR driver loader it gives the error Your driver is blocked for
loading.i also try to disable Driver driver signature by pressing f8 atboot
time aso using the bcdedit thing.nothing work.plz help


NTDEV is sponsored by OSR

OSR is HIRING!! See http://www.osr.com/careers

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

At 05:52 18.06.2013 -0400, xxxxx@gmail.com wrote:

hi guys i am new to device driver development. i wrote a simple driver and compile it with ia64 in winddk 7.when i try to load the driver in windows 7 x 64 use OSR driver loader it gives the error Your driver is blocked for loading.i also try to disable Driver driver signature by pressing f8 atboot time aso using the bcdedit thing.nothing work.plz help

What exactly did you create? IA64 is not the same as x86-64.

bye Fabi

in winddk 7 there is option for ia64 and x64–and that is for amd version
so for which version should i go

On Tue, Jun 18, 2013 at 4:50 PM, Fabian Cenedese wrote:

> At 05:52 18.06.2013 -0400, xxxxx@gmail.com wrote:
> >hi guys i am new to device driver development. i wrote a simple driver
> and compile it with ia64 in winddk 7.when i try to load the driver in
> windows 7 x 64 use OSR driver loader it gives the error Your driver is
> blocked for loading.i also try to disable Driver driver signature by
> pressing f8 atboot time aso using the bcdedit thing.nothing work.plz help
>
> What exactly did you create? IA64 is not the same as x86-64.
>
> bye Fabi
>
>
> —
> NTDEV is sponsored by OSR
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
>

Unless you have an Itanium server or workstation running Windows (there are
very few of these), you need x64.

Don Burn
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ramesh Kumar Patel
Sent: Tuesday, June 18, 2013 8:10 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] X64 Driver

in winddk 7 there is option for ia64 and x64–and that is for amd version so
for which version should i go

On Tue, Jun 18, 2013 at 4:50 PM, Fabian Cenedese wrote:

At 05:52 18.06.2013 -0400, xxxxx@gmail.com wrote:
>hi guys i am new to device driver development. i wrote a simple
driver and compile it with ia64 in winddk 7.when i try to load the driver
in windows 7 x 64 use OSR driver loader it gives the error Your driver is
blocked for loading.i also try to disable Driver driver signature by
pressing f8 atboot time aso using the bcdedit thing.nothing work.plz help

What exactly did you create? IA64 is not the same as x86-64.

bye Fabi


NTDEV is sponsored by OSR

OSR is HIRING!! See http://www.osr.com/careers

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 OSR is HIRING!! See http://www.osr.com/careers
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

Ramesh Kumar Patel wrote:

in winddk 7 there is option for ia64 and x64–and that is for amd
version so for which version should i go

AMD originally developed the x64 architecture, but Intel adopted it (as
EM64T), and to 4 decimal places, every 64-bit computer you can buy today
uses it.

IA64 is only for the Itanium chip, which you are unlikely to encounter
in your lifetime.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

Digital signature is forced in 64 bit OS. For develop purpose, you can use
the 64Signer test sign tool to sign your driver:

Introduction: http://www.yiiyee.cn/Blog/64signer/

Download:
http://www.yiiyee.cn/Blog/wp-content/plugins/download-monitor/download.php?id=1

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

From: xxxxx@lists.osr.com [mailto:
xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com

Sent: 2013??6??18?? 17:52

To: Windows System Software Devs Interest List

Subject: [ntdev] X64 Driver

hi guys i am new to device driver development. i wrote a simple driver and
compile it with ia64 in winddk 7.when i try to load the driver in windows
7 x 64 use OSR driver loader it gives the error Your driver is blocked
for loading.i also try to disable Driver driver signature by pressing f8
atboot time aso using the bcdedit thing.nothing work.plz help


NTDEV is sponsored by OSR

OSR is HIRING!! See http://www.osr.com/careers

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

With respect, you don’t need to resort to using any 3rd party test tool. Just use a test certificate.

Peter
OSR