From: bharat <bharat@coraltele.com>
To: PPC_LINUX <linuxppc-embedded@lists.linuxppc.org>
Subject: page fault
Date: 24 Jul 2004 09:22:14 +0530 [thread overview]
Message-ID: <18345265.1090641072140.JavaMail.administrator@RnDserver> (raw)
In-Reply-To: <20820601.1090640061250.JavaMail.administrator@RnDserver>
hi all,
i am a newbie,so i may be far behind the curve,but please bear with me.
i am porting hardhat linux for MPPC860T for our custome hardware and i
am not using any bootloader instead i use my custome utility to download
kernel to board,in /arch/ppc/m8xx_setup.c in function m8xx_init i give
bd_t *binfo;
binfo =res;
binfo->bi_memstart=0;
binfo->bi_memsize=10*1024*1024;
binfo->bi_intfreq=50;
#ifdef CONFIG_BLK_DEV_INITRD
initrd_start = 10*1024*1024 + KERNELBASE;
initrd_end = 16*1024*1024 + KERNELBASE;
#endif
as i want to use 10 mb of my ram for execution and rest up to 16 mb
for file system currently it is nfs mounted.
problem is that it all went ok in kernel space but as soon as it enters
in user space it starts giving PAGE_FAULTS.
how can i remove this.
Thanks in anticipation
--
YOU CAN ACHIEVE ANYTHING BY PROGRAMMING YOUR MIND-SET !
with warm regards
Bharat Bhushan
coral Telecom,Noida
india
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2004-07-24 3:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-23 13:49 [PATCH] export m8xx_cpm_hostalloc Andreas Oberritter
2004-07-23 13:51 ` Andreas Oberritter
2004-07-23 14:02 ` Tom Rini
2004-07-23 14:41 ` Dan Malek
2004-07-23 14:42 ` Tom Rini
2004-07-23 15:38 ` Matt Porter
2004-07-23 16:27 ` Dan Malek
2004-07-24 13:04 ` Andreas Oberritter
2004-07-24 18:52 ` Matt Porter
[not found] ` <20820601.1090640061250.JavaMail.administrator@RnDserver>
2004-07-24 3:52 ` bharat [this message]
2004-07-24 17:16 ` page fault David Woodhouse
-- strict thread matches above, loose matches on Subject: below --
2004-07-25 5:17 Page fault bharat
2004-06-10 13:08 page fault bharat
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=18345265.1090641072140.JavaMail.administrator@RnDserver \
--to=bharat@coraltele.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).