Re: How to Execute An Application from Kernel Driver. .

Besides I think perhaps (it is hard to tell,) the fellow just wanted to
initiate the application from kernel mode, not somehow have the app running
as a ‘kernel mode process’.

-----Original Message-----
From: Bill McKenzie [mailto:xxxxx@bsquare.com]
Sent: Monday, April 22, 2002 2:39 PM
To: NT Developers Interest List
Subject: [ntdev] Re: How to Execute An Application from
Kernel Driver…

Oops I meant running user-mode code in the kernel is made
intentionally hard. Running user-mode code is quite simple :slight_smile:


Bill McKenzie

“Bill McKenzie” wrote in message
news:xxxxx@ntdev…
>
> The main reason you never want to do this is security. Apps run in
> their own process space, kernel mode components all share one resource
> space if you will. Thus bringing a user-mode app to kernel-mode now
> allows that
app,
> which would normally be sheltered from interfering with other apps or
> kernel-mode components, to blow away the world if it mis-behaves. So,
> running user-mode code is made intentionally hard in NT and NT based
> OSes. This is a good thing.
>
> –
> Bill McKenzie
>
>
>
> “Krishna Pawar” wrote in message
> news:xxxxx@ntdev…
> >
> > Hey I am not developing for anybody ,It’s my practice…I am just
habitual
> > to try some ways.
> >
> >
>
>
>
>


You are currently subscribed to ntdev as: xxxxx@stratus.com To
unsubscribe send a blank email to %%email.unsub%%