Sharing memory between user and kernel in windows 98.

Hi all,

Is there any way to share memory between user and kernel in the Windows 98?

If shared memory can be used then how? (in 98)

 

Thanks in advanced,


Attention Taureans! See what’s in store. Read on.

This is a Windows NT/2000/XP group.
----- Original Message -----
From: yatindra vaishnav
To: NT Developers Interest List
Sent: Monday, May 05, 2003 1:28 PM
Subject: [ntdev] Sharing memory between user and kernel in windows 98.

Hi all,

Is there any way to share memory between user and kernel in the Windows 98?

If shared memory can be used then how? (in 98)

Thanks in advanced,



------------------------------------------------------------------------------
Attention Taureans! See what’s in store. Read on. —
You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

WDM doesnt work for windows 2000/XP?

If it is not the right place where is the right place?



From: “David J. Craig”

>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: Sharing memory between user and kernel in windows 98.
>Date: Mon, 5 May 2003 13:35:39 -0400
>
>This is a Windows NT/2000/XP group.
> ----- Original Message -----
> From: yatindra vaishnav
> To: NT Developers Interest List
> Sent: Monday, May 05, 2003 1:28 PM
> Subject: [ntdev] Sharing memory between user and kernel in windows 98.
>
>
> Hi all,
>
> Is there any way to share memory between user and kernel in the Windows 98?
>
> If shared memory can be used then how? (in 98)
>
>
>
> Thanks in advanced,
>
>
>
>
>
>------------------------------------------------------------------------------
> Attention Taureans! See what’s in store. Read on. —
> You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com


Take this “News” quiz. Win cool prizes. Click 'n play!

Ok,

          Tell me how we can share memory in the WDM which work on all the platform? Is it ok now?



From: “Roddy, Mark”

>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: Sharing memory between user and kernel in windows 98.
>Date: Mon, 5 May 2003 14:14:27 -0400
>
>You asked a question specific to windows98. You did not ask a general
>question about sharing memory between user and kernel mode for WDM drivers.
>Perhaps, as the magic eight ball would say, you should rephrase your
>question and ask again?
>
>-----Original Message-----
>From: yatindra vaishnav [mailto:xxxxx@hotmail.com]
>Sent: Monday, May 05, 2003 1:57 PM
>To: NT Developers Interest List
>Subject: [ntdev] Re: Sharing memory between user and kernel in windows 98.
>
>
>
>WDM doesnt work for windows 2000/XP?
>
>If it is not the right place where is the right place?
>
>
>
>
>
> >From: “David J. Craig”
> >Reply-To: “NT Developers Interest List”
> >To: “NT Developers Interest List”
> >Subject: [ntdev] Re: Sharing memory between user and kernel in windows 98.
> >Date: Mon, 5 May 2003 13:35:39 -0400
> >
> >This is a Windows NT/2000/XP group.
> > ----- Original Message -----
> > From: yatindra vaishnav
> > To: NT Developers Interest List
> > Sent: Monday, May 05, 2003 1:28 PM
> > Subject: [ntdev] Sharing memory between user and kernel in windows 98.
> >
> >
> > Hi all,
> >
> > Is there any way to share memory between user and kernel in the Windows
>98?
> >
> > If shared memory can be used then how? (in 98)
> >
> >
> >
> > Thanks in advanced,
> >
> >
> >
> >
> >
> >---------------------------------------------------------------------------
>—
> > Attention Taureans! See what’s in store. Read on. —
> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >—
> >You are currently subscribed to ntdev as: xxxxx@hotmail.com
> >To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> _____
>
>Take this “News” quiz. Win cool prizes. Click 'n play!
> —
>You are currently subscribed to ntdev as: xxxxx@stratus.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com


Win a PC. Every 15 days! Just take this quiz.

In Win98 The memory between 2GB to 3GB address range is shared between
all processes. I believe you have a VxD and if so you can use
_PageReserve call to reserve a page in shared memory and _PageCommit to
commit the page. After this pass the address to the application and have
fun.

Hope this helps,

-Srin.

-----Original Message-----
From: yatindra vaishnav [mailto:xxxxx@hotmail.com]
Sent: Monday, May 05, 2003 11:28 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Sharing memory between user and kernel in windows
98.

Ok,

Tell me how we can share memory in the WDM which work on all
the platform? Is it ok now?



>From: “Roddy, Mark”

>Reply-To: “NT Developers Interest List”

>To: “NT Developers Interest List”

>Subject: [ntdev] Re: Sharing memory between user and kernel in windows
98.

>Date: Mon, 5 May 2003 14:14:27 -0400

>

>You asked a question specific to windows98. You did not ask a general

>question about sharing memory between user and kernel mode for WDM
drivers.

>Perhaps, as the magic eight ball would say, you should rephrase your

>question and ask again?

>

>-----Original Message-----

>From: yatindra vaishnav [mailto:xxxxx@hotmail.com]

>Sent: Monday, May 05, 2003 1:57 PM

>To: NT Developers Interest List

>Subject: [ntdev] Re: Sharing memory between user and kernel in windows
98.

>

>

>

>WDM doesnt work for windows 2000/XP?

>

>If it is not the right place where is the right place?

>

>

>

>

>

> >From: “David J. Craig”

> >Reply-To: “NT Developers Interest List”

> >To: “NT Developers Interest List”

> >Subject: [ntdev] Re: Sharing memory between user and kernel in
windows 98.

> >Date: Mon, 5 May 2003 13:35:39 -0400

> >

> >This is a Windows NT/2000/XP group.

> > ----- Original Message -----

> > From: yatindra vaishnav

> > To: NT Developers Interest List

> > Sent: Monday, May 05, 2003 1:28 PM

> > Subject: [ntdev] Sharing memory between user and kernel in windows
98.

> >

> >

> > Hi all,

> >

> > Is there any way to share memory between user and kernel in the
Windows

>98?

> >

> > If shared memory can be used then how? (in 98)

> >

> >

> >

> > Thanks in advanced,

> >

> >

> >

> >

> >

>
>-----------------------------------------------------------------------
----

>—

> > Attention Taureans! See what’s in store. Read on. —

> > You are currently subscribed to ntdev as: xxxxx@yoshimuni.com

> > To unsubscribe send a blank email to xxxxx@lists.osr.com

> >

> >—

> >You are currently subscribed to ntdev as: xxxxx@hotmail.com

> >To unsubscribe send a blank email to xxxxx@lists.osr.com

>

>

>

>Take this “News” quiz. Win cool prizes. Click 'n play!

> —

>You are currently subscribed to ntdev as: xxxxx@stratus.com

>To unsubscribe send a blank email to xxxxx@lists.osr.com

>

>

>

>—

>You are currently subscribed to ntdev as: xxxxx@hotmail.com

>To unsubscribe send a blank email to xxxxx@lists.osr.com



Win a PC. Every 15 days! Just take this quiz.
http:
You are currently subscribed to ntdev as: xxxxx@nai.com
To unsubscribe send a blank email to xxxxx@lists.osr.com</http:>