All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erik Andersen <andersen@codepoet.org>
To: Kent Borg <kentborg@borg.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Loading init and ld.so.1 for Coldfire V4e
Date: Tue, 8 Oct 2002 15:40:44 -0600	[thread overview]
Message-ID: <20021008214044.GA22488@codepoet.org> (raw)
In-Reply-To: <20021008155415.D9391@borg.org>

On Tue Oct 08, 2002 at 03:54:15PM -0400, Kent Borg wrote:
> I am trying to get Linux working on a Coldfire V4e (no, they don't
> exist yet in the outside world).  This is kind of an m68k, but being a
> Coldfire, it is a subset of the old m68k.  This is a Coldfire, but
> being new and spiffy, it has an MMU (32 instruction TLB entries, 32
> data TLB entries). 

cool.  I didn't realize there were any mmu-full Coldfire chips
in progress.  nice!

> Does anyone have a pointer to something I can read to tell me a bit of
> how programs load, what ld.so.1 does, etc?  I am in the midst of elf
> headers, I see ld.so.1 being opened, I see sections with various
> addresses flying by, and I end up trying to execute an address that is
> not executable, only read-write.  It is possible that stuff really is

I have some test stuff I use when bringing up new arches with
uClibc that can tell you if you are getting into user space
correctly.  But before messing with shared libraries, I _highly_
recommend you start with a simple staticly linked "hello world"
app for /sbin/init.  Only when that is working properly should
you begin messing with shared libs.

> percolating correctly from vma's to page tables, it is possible stuff
> really is percolating correctly from page tables to TLBs.  It is

For with bugs, nothing is impossible...

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

  reply	other threads:[~2002-10-08 21:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-08 19:54 Loading init and ld.so.1 for Coldfire V4e Kent Borg
2002-10-08 21:40 ` Erik Andersen [this message]
2002-10-09 15:14   ` Kent Borg
2002-10-09 15:19     ` Ben Collins

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=20021008214044.GA22488@codepoet.org \
    --to=andersen@codepoet.org \
    --cc=kentborg@borg.org \
    --cc=linux-kernel@vger.kernel.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 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.