Kernel mode programming in VC++
- From: "Arun" <arunkumar.v2@xxxxxxxxxxxx>
- Date: Thu, 6 Jul 2006 20:34:41 +0530
Hello Experts,
I have an asm routine which uses privileged instructions like in, out,
cli, etc., I need to execute this as a Win32 application under VC++.
Since the instructions are privileged, I can't execute the same under User
mode as a normal Win32 application, so I have to execute this routine in
kernel mode.
One solution is to encapsulte the routine as a Device driver for Windows &
call the same from the application, but, I am looking out for a easy
solution. Please help...
Thank you.
Regards,
Arun
.
- Follow-Ups:
- Re: Kernel mode programming in VC++
- From: Joseph M . Newcomer
- Re: Kernel mode programming in VC++
- From: Scott McPhillips [MVP]
- Re: Kernel mode programming in VC++
- Prev by Date: Re: ToolBar Buttons
- Next by Date: Re: Combox problem in Windows 2000 OS
- Previous by thread: Re: ToolBar Buttons
- Next by thread: Re: Kernel mode programming in VC++
- Index(es):