As I understand CPU's work is Fetch, Decode and Execute. How can CPU generate virtual address.please correct me if my understanding is wrong.
Thanks
Madhu
On Wed, Sep 28, 2016 at 11:39 AM, Greg KH <greg@kroah.com> wrote:
On Wed, Sep 28, 2016 at 10:36:59AM +0530, Madhu K wrote:
> Hi All,
>
> This is to understand the Virtual address space.Basically who generates the
> virtual addresses CPU or GNU compiler?