From: SUGIOKA T. <su...@it...> - 2003-05-09 00:39:15
|
At 18:18 03/05/07 +0900, SUGIOKA Toshinobu <su...@it...> wrote: >At 17:56 03/05/06 +0900, kaz Kojima <kk...@rr...> wrote: >>I've just put the latter: >><URL:http://dodo.nurs.or.jp/~kkojima/linux-sh4/patch-2.5.69-local.diff.bz2> > >Thanks a lot. I tried this patch on my SH-7750R (which has 2-way cache) board. >With a few changes, it worked very well. >X window system with vnc-server runs on this kernel. There was a missing file in the patch. --- /dev/null Thu Apr 11 23:25:15 2002 +++ linux-sh-2.5.69-kkojima-mod/arch/sh/boot/compressed/vmlinux.scr Mon Apr 14 11:33:33 2003 @@ -0,0 +1,9 @@ +SECTIONS +{ + .data : { + input_len = .; + LONG(input_data_end - input_data) input_data = .; + *(.data) + input_data_end = .; + } +} ---- SUGIOKA Toshinobu |