Re: Documentation for building an initrd (initial ramdisk) for ARM architecture

2007-11-26 Thread Leonid Podolny
Rafael Gomez Alcala wrote: Hello: I am interested in building initrd for ARM architecture. Is there a good document explaining this topic? I've checked the references in kernel Documentation directory and they are very general. What about a linuxrc guide? Thank you very much and sorry for my en

RE: Documentation for building an initrd (initial ramdisk) for ARM architecture

2007-11-26 Thread gnome
1) There should be either an info page or man page on mkinitrd. 2) There are many examples on google such as this one from Texas Instruments: focus.ti.com/lit/an/spraah2/spraah2.pdf NOTE: That pdf also has some basic startup script information which should help with your second question...

Documentation for building an initrd (initial ramdisk) for ARM architecture

2007-11-26 Thread Rafael Gomez Alcala
Hello: I am interested in building initrd for ARM architecture. Is there a good document explaining this topic? I've checked the references in kernel Documentation directory and they are very general. What about a linuxrc guide? Thank you very much and sorry for my english writing... Rafael Gome

IENA 2007'DE TÜRK BULUŞLARI ÖDÜL ALDI!

2007-11-26 Thread NETMARK PATENT

Ethernet Device Driver: BCM 4713 Card

2007-11-26 Thread Mohammad M Molla
Hi I have written a Ethernet device driver for Broadcom's BCM 4713 card on LinkSys router. It is for an Embedded OS. I have the driver following the implementation of OpenWrt Linux's b44 driver. My driver currently transmits and receives packets successfully. However, couple of issues concern m

Re: Using large memory > 4GB in Linux Kernel

2007-11-26 Thread Vivek Kutal
Peter Teoh wrote: I have been looking for answer for this but never seem to get anywhere. Supposed I have 16GB of physical memory, my question is, in 32bit x86 linux, how can I use the physical memory beyond the 4GB boundary in my kernel drivers? 1. What CONFIG parameters for kernel compilati