linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thiago Silva <thiago.silva@kdemail.net>
To: linux-assembly@vger.kernel.org
Subject: nasm -f bin / Elf format
Date: Wed, 22 Feb 2006 21:26:57 +0000	[thread overview]
Message-ID: <200602222126.57346.thiago.silva@kdemail.net> (raw)

Hello all,
Currently I've been working on creating "bin" executables with nasm using the 
template given in the article "A Whirlwind Tutorial on Creating Really Teensy 
ELF Executables for Linux".

Working gradualy, I tried to modify some data in a .data section, and got a  
segmentation fault. Is that because there isn't a section header table with 
an entry indicating that the .data section is writable? If yes, is it 
possible to create the section header table by hand with the same ease as 
creating the elf header? I'm having difficulties to do it and I'm still 
learning my ways with the elf format, so, appreciate any help.

Thanks
-- 
+Thiago Silva

             reply	other threads:[~2006-02-22 21:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-22 21:26 Thiago Silva [this message]
2006-02-23  0:32 ` nasm -f bin / Elf format Brian Raiter
2006-03-01  7:10 ` grub thing Aleph One
2006-03-01 13:34   ` Ricardo Nabinger Sanchez
2006-03-02  6:49     ` Aleph One
2006-03-01 14:42   ` Marcin Kościelnicki
2006-03-01 18:08     ` Ricardo Nabinger Sanchez
2006-03-02  6:46     ` Aleph One

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=200602222126.57346.thiago.silva@kdemail.net \
    --to=thiago.silva@kdemail.net \
    --cc=linux-assembly@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 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 read-only IMAP folder(s) and NNTP newsgroup(s).