Messages in this thread |  | | | Subject | Re: Announce: initrd-tftp 0.1 | | Date | Sat, 8 Jan 2000 19:04:50 +0000 (GMT) | | From | Alan Cox <> |
| |
> for powerpc, for example, I have to compile up and piece together the > initrd, then compile the initrd into the kernel. This works fine for my
You have to append the initrd to the kernel. You don't have to recompile it all. You can even build the entire kernel into a single object file with all internal references resolved, then just ld -o kernel linux.o initrd.o
The tools exist.
Alan
- 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/
|  |