diff -ur lilo-22.5.3/Makefile lilo-22.5-dev/Makefile --- lilo-22.5.3/Makefile Sat May 10 17:22:43 2003 +++ lilo-22.5-dev/Makefile Mon May 12 11:51:54 2003 @@ -250,15 +250,15 @@ second.s: second.S read.S volume.S biosdata.S shs3.S bdata.h lilo.h version.h \ graph.S menu.S strlen.S bitmap.S display4.S mylilo.h - $(CPP) $(PCONFIG) $(AFLAGS) -DTEXT=0x5c0508a4 second.S -o second.s + $(CPP) $(PCONFIG) $(AFLAGS) -DTEXT=0x602f0ef second.S -o second.s third.s: second.S read.S volume.S biosdata.S bdata.h lilo.h version.h mylilo.h \ graph.S menu.S strlen.S crt.S - $(CPP) $(PCONFIG) $(AFLAGS) -DMENU=0x9e3f5d21 second.S -o third.s + $(CPP) $(PCONFIG) $(AFLAGS) -DMENU=0xb7f6e696 second.S -o third.s bitmap.s: second.S read.S volume.S biosdata.S bdata.h lilo.h version.h mylilo.h \ strlen.S bitmap.S display4.S - $(CPP) $(PCONFIG) $(AFLAGS) -DBITMAP=0x893c5442 second.S -o bitmap.s + $(CPP) $(PCONFIG) $(AFLAGS) -DBITMAP=0x32af083 second.S -o bitmap.s temp2.s: second.S read.S volume.S biosdata.S shs3.S bdata.h lilo.h version.h \ graph.S menu.S strlen.S bitmap.S display4.S diff -ur lilo-22.5.3/probe.c lilo-22.5-dev/probe.c --- lilo-22.5.3/probe.c Fri May 9 13:24:51 2003 +++ lilo-22.5-dev/probe.c Mon May 12 11:44:03 2003 @@ -471,7 +471,7 @@ /* print the CHS geometry information for the specified disk */ static void print_geom(int dr, struct disk_geom geom) { - char ch_ser[12] = { 0 }; + char ch_ser[24] = { 0 }; if (geom.serial_no) sprintf(ch_ser, "vol-ID: %08X", geom.serial_no); printf(" bios=0x%02x, cylinders=%d, heads=%d, sectors=%d\t%s\n", diff -ur lilo-22.5.3/version.h lilo-22.5-dev/version.h --- lilo-22.5.3/version.h Sat May 10 17:22:18 2003 +++ lilo-22.5-dev/version.h Mon May 12 11:50:27 2003 @@ -5,7 +5,7 @@ /* retail */ #define VERSION_MAJOR 22 #define VERSION_MINOR 5 -#define VERSION_EDIT ".3" -#define VERSION_DATE "10-May-2003" +#define VERSION_EDIT ".3.1" +#define VERSION_DATE "12-May-2003" #endif