From: "dada1" <dada1@cosmosbay.com>
To: "Sam Ravnborg" <sam@ravnborg.org>, <linux-kernel@vger.kernel.org>,
"Kai Germaschewski" <kai@tp1.ruhr-uni-bochum.de>
Subject: Re: [RFC] Consolidate vmlinux.lds.S files
Date: Mon, 13 Jan 2003 11:19:58 +0100 [thread overview]
Message-ID: <01fe01c2baed$5c123db0$6900a8c0@edumazet> (raw)
In-Reply-To: 20030112220741.GA15849@mars.ravnborg.org
> Recently we have seen seveal changes to arch/*/vmlinux-lds.S,
> mainly introduced by the module support but also other changes.
>
> This is first version, where I have converted i386, s390 and sparc64.
> The latter two is not tested, only to make sure it can be used by more
> than one platform.
>
...
> + TEXT_SECTION_CMD(0xC0000000 + 0x100000,, 0x9090, )
Nice job indeed.
Could you change in arch/i386/vmlinux-lds.S the 0xC0000000 by PAGE_OFFSET
(defined in include/asm-i386/page.h)
TEXT_SECTION_CMD(PAGE_OFFSET + 0x100000,, 0x9090, )
This way, one could change PAGE_OFFSET if he needs too, without having to
change vmlinux-lds.S accordingly
Thanks
next prev parent reply other threads:[~2003-01-13 10:12 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-12 22:07 [RFC] Consolidate vmlinux.lds.S files Sam Ravnborg
2003-01-12 23:09 ` Jeff Garzik
2003-01-12 23:36 ` Ingo Oeser
2003-01-13 18:04 ` Sam Ravnborg
2003-01-13 19:10 ` Eric W. Biederman
2003-01-13 22:11 ` Sam Ravnborg
2003-01-13 19:13 ` Kai Germaschewski
2003-01-13 19:37 ` David Mosberger
2003-01-13 20:30 ` Kai Germaschewski
2003-01-13 21:17 ` David Mosberger
2003-01-14 1:54 ` Eric W. Biederman
2003-01-14 2:18 ` PPP problem with >= 2.4.19 JunHyeok Heo
2003-01-14 5:23 ` Steve Lee
2003-01-15 22:42 ` [RFC] Consolidate vmlinux.lds.S files Kai Germaschewski
2003-01-16 0:19 ` Eric W. Biederman
2003-01-13 22:19 ` Sam Ravnborg
2003-01-13 23:05 ` Kai Germaschewski
2003-01-13 10:19 ` dada1 [this message]
2003-01-13 18:08 ` Sam Ravnborg
2003-01-13 11:24 ` Eric W. Biederman
-- strict thread matches above, loose matches on Subject: below --
2003-01-14 6:27 Mikael Starvik
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='01fe01c2baed$5c123db0$6900a8c0@edumazet' \
--to=dada1@cosmosbay.com \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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.