From: Erik H. <eah...@gm...> - 2005-06-15 04:17:11
|
At first glance looks to me like support for 4-level page tables showed up. It shouldn't be a horrible patch, I think. I'll try and take a look at it when I get a chance. - Erik On 6/14/05, Daryl W. Grunau <dw...@la...> wrote: > Hi, has anyone successfully built kmonte.ko from beoboot-cm1.10 on a rece= nt > kernel? I get as far as: >=20 > make -C monte libmonte.a > make[1]: Entering directory `/usr/src/redhat/BUILD/beoboot-cm1.10/mont= e' > gcc -Wall -g -DPACKAGE_VERSION=3D'"cm1.10"' -c -o libmonte.o libmonte.= c > ar rcs libmonte.a libmonte.o > make[1]: Leaving directory `/usr/src/redhat/BUILD/beoboot-cm1.10/monte= ' > ld -melf_i386 -r -o init1.o boot1.o rarp.o recv.o module.o cmconf.o -L= monte -lmonte > make -C monte LINUX=3D/lib/modules/2.6.11-1.BProc_FC3beoboot/build EXT= RAKDEFS=3D"" kmonte.ko > make[1]: Entering directory `/usr/src/redhat/BUILD/beoboot-cm1.10/mont= e' > LD /usr/src/redhat/BUILD/beoboot-cm1.10/monte/built-in.o > CC [M] /usr/src/redhat/BUILD/beoboot-cm1.10/monte/kmonte.o > /usr/src/redhat/BUILD/beoboot-cm1.10/monte/kmonte.c: In function `get_= phys_addr_': > /usr/src/redhat/BUILD/beoboot-cm1.10/monte/kmonte.c:132: error: reques= t for member `pgd' in something not a structure or union > /usr/src/redhat/BUILD/beoboot-cm1.10/monte/kmonte.c: In function `mont= e_restart': > /usr/src/redhat/BUILD/beoboot-cm1.10/monte/kmonte.c:630: warning: impl= icit declaration of function `remap_page_range' > make[3]: *** [/usr/src/redhat/BUILD/beoboot-cm1.10/monte/kmonte.o] Err= or 1 > make[2]: *** [_module_/usr/src/redhat/BUILD/beoboot-cm1.10/monte] Erro= r 2 > make[1]: *** [kmonte.ko] Error 2 > make[1]: Leaving directory `/usr/src/redhat/BUILD/beoboot-cm1.10/monte= ' > make: *** [monte/kmonte.ko] Error 2 >=20 > It appears the kernel gurus have moved the pgd_t around (sigh). Any > help/info appreciated! >=20 > Daryl >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you sho= tput > a projector? How fast can you ride your desk chair down the office luge t= rack? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20 > _______________________________________________ > BProc-users mailing list > BPr...@li... > https://lists.sourceforge.net/lists/listinfo/bproc-users > |