Re: aboot
On Sun, Aug 03, 2003 at 11:14:40PM +0200, Peter 'p2' De Schrijver wrote:
> Hi,
>
> Attached you will find a patch for aboot which fixes the following
> problems :
>
Oops. I forgot 1 file in the patch. Note that I will be away from my
alpha hw coming 2 weeks.
Cheers,
peter
diff -wur -x "*.o" -x "*.a" -N /dev/null my-aboot-0.9/net_aboot.lds.in
--- /dev/null 2003-03-08 19:13:42.000000000 +0100
+++ my-aboot-0.9/net_aboot.lds.in 2003-07-30 23:02:48.000000000 +0200
@@ -0,0 +1,17 @@
+OUTPUT_FORMAT("binary")
+TARGET("binary")
+INPUT(NET_ABOOT)
+INPUT(VMLINUXGZ)
+INPUT(INITRD)
+INPUT(CMDLINE)
+SECTIONS {
+ output : {
+ NET_ABOOT
+ LONG(endkernel - beginkernel);
+ LONG(endinitrd - endkernel);
+ CMDLINE
+ BYTE(0)
+ beginkernel = . ; VMLINUXGZ ; endkernel = . ;
+ INITRD ; endinitrd = . ;
+ }
+}
Reply to:
- References:
- aboot
- From: Peter 'p2' De Schrijver <p2@mind.be>