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
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]>
+ *
* 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
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
4 matches
Mail list logo