All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Gerst <bgerst@didntduck.org>
To: ravikumar.chakaravarthy@amd.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: Unable to turn paging on!!
Date: Wed, 26 Mar 2003 15:11:38 -0500	[thread overview]
Message-ID: <3E82097A.2040306@didntduck.org> (raw)
In-Reply-To: <99F2150714F93F448942F9A9F112634CA54B3A@txexmtae.amd.com>

ravikumar.chakaravarthy@amd.com wrote:
> I tweaked the kernel and boot loader to load the kernel at 0xdf000000, physical address. I did the following changes to setup the initial page table.
> 
> However during boot, in arch/i386/kernel/head.S when the paging bit is set 
>        movl %eax,%cr0          /* ..and set paging (PG) bit */
> 
> My computer hangs!!
> 
> Any idea why??
> 
>   -Ravi

The kernel can only be loaded into memory that is directly mapped, which 
is the first 960MB.  Why do you need to change the load address?

--
				Brian Gerst


  reply	other threads:[~2003-03-26 20:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26 19:23 Unable to turn paging on!! ravikumar.chakaravarthy
2003-03-26 20:11 ` Brian Gerst [this message]
2003-03-26 20:26 ` William Lee Irwin III
2003-03-26 20:36 ` Richard B. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2003-03-27 23:34 ravikumar.chakaravarthy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E82097A.2040306@didntduck.org \
    --to=bgerst@didntduck.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ravikumar.chakaravarthy@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.