memory size detection problem on 2.3.16+ and 2.4.x

2001-04-03 Thread Michael Miller
ich currently work correctly. Please could this patch be included in the next 2.4.x kernel source tree, as I would guess that it is not only me affected by this... Many thanks. Michael Miller --- linux-2.4.2-orig/arch/i386/boot/setup.S Sat Jan 27 18:51:35 2001 +++ linux/arch/i386/boot/setu

Re: memory size detection problem on 2.3.16+ and 2.4.x

2001-04-04 Thread Michael Miller
e used + * anyway. So to avoid breaking many machines (presumably there was a reason + * to orginally use CX/DX instead of AX/BX), we do a kludge to see + * if CX/DX have been changed in the e801 call and if so use AX/BX . + * Michael Miller, April 2001 <[EMAIL PROTECTED]> + *

curedump configuration additions

2001-05-05 Thread Michael Miller
* trying until we recognize the file or we run out of supported binary * formats. + * + * Configurable coredump_file_name, coredump_log and coredump_enabled + * support added by Michael Miller, May 2001, [EMAIL PROTECTED] + * */ #include @@ -48,6 +52,10 @@ static struct linux_binfmt *f

Re: curedump configuration additions

2001-05-07 Thread Michael Miller
Mon May 7 18:51:21 2001 @@ -20,6 +20,11 @@ * table to check for several different types of binary formats. We keep * trying until we recognize the file or we run out of supported binary * formats. + * + * Configurable coredump_file_name, coredump_log and coredump_enabled + * co