From: "atul srivastava" <atulsrivastava9@rediffmail.com>
To: linuxppc-embedded@lists.linuxppc.org
Subject: Ramdisk and load_elf_binary problem....
Date: 7 Sep 2002 10:07:46 -0000 [thread overview]
Message-ID: <20020907100746.2950.qmail@mailweb34.rediffmail.com> (raw)
Does anybody have a hint towards my problem.?
on using Ramdisk
1. I get original and computed both CRC and legth o.k
2. Ramdisk uncompression goes fine..
3.filesysten ext2_fs mount also goes fine.
but when I try to exec any programme say "/bin/sh"
in do_execve() it calls load_elf_binary
, there it checks for,
if(elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN)
goto out;
in my case e_type always comes 0x200 that is not expected anway
and it fails there.
also earlier when i try to open "/dev/ttS0" it reports
error 2 that is "no such file found"
since i amn't subscribed to list pls. cc to me.
Thanks...
Atul
__________________________________________________________
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
reply other threads:[~2002-09-07 10:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20020907100746.2950.qmail@mailweb34.rediffmail.com \
--to=atulsrivastava9@rediffmail.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).