diff -ur linux-2.4.18-kmsgdump-0.4.3/arch/i386/kernel/kmsgdump.S linux-2.4.18-kmsgdump-0.4.4/arch/i386/kernel/kmsgdump.S --- linux-2.4.18-kmsgdump-0.4.3/arch/i386/kernel/kmsgdump.S Sun Nov 17 13:44:52 2002 +++ linux-2.4.18-kmsgdump-0.4.4/arch/i386/kernel/kmsgdump.S Sun Nov 17 13:45:08 2002 @@ -1,6 +1,6 @@ /* * file : kmsgdump.S - * version : 0.4.3/2000122301 + * version : 0.4.4/2002042801 * author : Willy Tarreau * * This code is called from the Bios when the processor has been @@ -861,8 +861,8 @@ datasect: /* end of FAT-specific data */ mustredraw: .byte 0 -currentline: .hword 0 -title: .asciz "Linux Kernel Messages Dumper - v0.4.3" +currentline: .hword 65535 /* go directly to last line */ +title: .asciz "Linux Kernel Messages Dumper - v0.4.4" helpline: .asciz "> \377Boot \377Dump \377Format \377Halt \377Info \377Print prin\377Ter \377Unit \377U\377p \377D\377o\377w\377n <" /* it's important to respect the same order for the following parts. */ msgprinter: .ascii "Printer : \377L\377P\377T\377" @@ -885,7 +885,7 @@ statprob: .asciz "Probing printer" statprnt: .asciz "Printing msgs " statwerr: .asciz "Dump failed ! " -aboutmsg: .ascii "KMSGDUMP 0.4.3 - (C) 2000/12/23 - Willy Tarreau \n" +aboutmsg: .ascii "KMSGDUMP 0.4.4 - (C) 1999-2002 - Willy Tarreau \n" .ascii "<\377B> reboots, <\377D> dumps messages onto the floppy, <\377F> changes floppy\n" .ascii "format, <\377H> halts the system, <\377P> prints the messages on the selected\n" .ascii "printer, <\377T> selects a printer, <\377U> changes the floppy unit, \377U\377p/\377D\377o\377w\377n arrows\n"