sacarde wrote:
Alle 20:34, martedì 20 giugno 2006, hai scritto:

   You did nothing wrong, I believe there is a mistake in the patch
linux-2.6.14.6-pseudo_random-1.patch

class_device_create(frandom_class, NULL,
                MKDEV(FRANDOM_MAJOR, devlist[i].minor),
                NULL, devlist[i].name);

...should be...
class_device_create(frandom_class,
                MKDEV(FRANDOM_MAJOR, devlist[i].minor),
                NULL, devlist[i].name);


I have correct file-patch, and now kernel works OK

thankyou

but now, ......... ?

BLFS is the right continuing to HLFS ?
can I apply BLFS without any changes ?
Do not use jhalfs for BLFS packages it is still experimental, You must hand build the BLFS packages. Look in this list for problems others have had.


thankyou



[EMAIL PROTECTED]
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to