Great -:) Thanks for getting jhalfs working with hlfs, and for testing the new
kernel with frandom.
robert
On May 27, 2006 05:34 pm, George Boudreau wrote:
> Robert,
> I can officially report a successful build and boot of hlfs(glibc). I
> can also give a 'qualified' success to a hlfs(glibc)->hlfs(glibc) build.
> I have run out of free partitions and could not test the boot-ability of
> the second stage build; ergo, the 'qualified' statement.
>
> I am doing another full build with chapter6 testsuites enabled.
> (fingers crossed)
>
> The only deviation from the book is the inclusion of
> glibc-2.3.6-localedef_segfault-1.patch and the modification of
> linux-2.6.14.6-pseudo_random-1.patch
>
> static int frandom_init_module(void)
> .
> .
> for (i = 0; i < ARRAY_SIZE(devlist); i++) {
> - class_device_create(frandom_class, NULL,
> MKDEV(FRANDOM_MAJOR,
> devlist[i].minor),
> NULL, devlist[i].name);
> -----------------
> for (i = 0; i < ARRAY_SIZE(devlist); i++) {
> + class_device_create(frandom_class,
> MKDEV(FRANDOM_MAJOR,
> devlist[i].minor),
> NULL, devlist[i].name);
>
> >>> see code in drivers/base/class.c
>
> George
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page