From: Sven <lu...@dp...> - 2001-08-25 12:23:19
|
On Fri, Aug 24, 2001 at 10:40:33AM +0200, Romain Dolbeau wrote: > Sven wrote: > > That said, i suppose the interresting part of the sourceforge project is the > > cvs server, as noting else seems to be active. Which cvs module should i get, > > and it is a whole linux kernel tree or only the console subsystem ? > > > > mmm, it seems it is the whole kernel tree, and there is an AGAINST-2.4.7 > > diff available. Is the stuff i need to test in this patch ? i don't think so > > since it is 3 weeks old already. > > the relevant module is 'ruby', which include a _partial_ kernel > tree. you need a regular 2.4.7 and move/copy the ruby files. > The AGAINST file is only a label to know the proper kernel > version, it's an empty file... No, no luck, ... it dies with : unable to handle NULL pointer dereference at virtual address 0000000c eip is c01e60a1 (__fb_try_mode is c01e6020, next is fb_set_var at c01e60d0). call trace seems to be : pm3fb_mode_setup pm3fb_real_setup init kernel_thread (not sure about this one, i missed one digit and had to guess it.) I start the kernel with grub and : title linux (2.4.7-ruby pm3fb) root (hd0,0) kernel (hd0,0)/boot/vmlinuz-2.4.7-ruby root=/dev/hda1 video=pm3fb:mode:0:800x600-75,mode:1:640x400-60,off Hope this is helpfull and i did not mess up some stuff. Note, i got ruby from cvs yesterday, and simply copied the linux directory over to a fresh 2.4.7 tree.? Friendly, Sven Luther |