lkml.org 
[lkml]   [1999]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject回覆: [addinitrd.c]
Date
Is it okay if I use following method to link initrd image to an elf32 kernel?
//
ld.script:
OUTPUT_FORMAT("elf32-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.data :
{
__rd_start = . ;
*(.data)
__rd_end = . ;
}
}
//
link:
mipsel-linux-ld -Tld.script -b binary -o ramdisk.img initrd_image
----------
寄件者: Ralf Baechle
傳送日期: 1999年6月29日 PM 08:26
收件者 jmt
副本: linux-kernel@vger.rutgers.edu
主旨: Re: [addinitrd.c]

On Mon, Jun 28, 1999 at 12:09:37PM +0800, jmt wrote:

> Anybody modify "addinitrd.c" to add initrd image to a "elf32" kernel?
> Not "ecoff" one..

Nope, sorry. It's easy, though.

Ralf


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.034 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site