Accessing Physical Memory & Other Process's Address Space
- From: "mybwpp@xxxxxxxxxxxxxx" <spamtrap@xxxxxxxxxx>
- Date: Wed, 6 Feb 2008 10:00:52 -0800 (PST)
If the processor is operating in protected mode, and a process issues
mov instruction using Direct addressing mode i.e.: mov 1234h, ax
What does 1234h imply here, is it the linear address (virtual memory
address) in the process own address space or physical address?
1- If it is a linear address, and a process wants to read/write to a
memory location in another process's address space, how a process can
refer to the memory location in another process address space (both
operating at the same privilege level)?
2- Is there any way to directly refer to physical memory locations in
mov or similar instructions?
.
- Follow-Ups:
- Re: [Clax86list] Accessing Physical Memory & Other Process's Address Space
- From: Charles Crayne
- Re: [Clax86list] Accessing Physical Memory & Other Process's Address Space
- Prev by Date: Re: [Clax86list] Can WXP handle 4 GB of Physical Memory
- Next by Date: Re: [Clax86list] Accessing Physical Memory & Other Process's Address Space
- Previous by thread: Having trouble posting?
- Next by thread: Re: [Clax86list] Accessing Physical Memory & Other Process's Address Space
- Index(es):
Relevant Pages
|