diff -u4 -r lilo-22.4/Makefile lilo-22.4-tlb/Makefile
--- lilo-22.4/Makefile	2002-11-12 20:37:17.000000000 +0000
+++ lilo-22.4-tlb/Makefile	2003-01-26 18:05:32.000000000 +0000
@@ -57,15 +57,15 @@
 # * VIRTUAL       Enable 'vmdefault', 'vmdisable', 'vmwarn' keywords; feature
 #		  requested by VMware users (new, experimental)
 #   XL_SECS=n	  Support for extra large (non-standard) floppies.
 
-CONFIG=-DBDATA -DBUILTIN -DDSECS=3 -DIGNORECASE -DLBA32 -DLVM -DEVMS -DM386 \
-  -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVARSETUP \
-  -DVERSION -DUNIFY -DVIRTUAL
+CONFIG=-DBDATA -DBUILTIN -DDSECS=3 -DIGNORECASE -DLBA32 -DLVM -DM386 \
+  -DONE_SHOT -DPASS160 -DSOLO_CHAIN -DVARSETUP \
+  -DVERSION
 
 # set the compiler optimization level
 
-OPT=-O2
+OPT=-O0
 
 
 # End of configuration variables
 
@@ -84,9 +84,9 @@
 TMP=_TmP_
 
 
 SHELL=/bin/sh
-CC=cc
+CC=/usr/uClibc/bin/gcc
 CPP=$(CC) -E
 AS86=as86 -0 -a
 LD86=ld86 -0
 NASM=nasm
diff -u4 -r lilo-22.4/first.S lilo-22.4-tlb/first.S
--- lilo-22.4/first.S	2002-12-21 23:50:57.000000000 +0000
+++ lilo-22.4-tlb/first.S	2003-01-26 17:28:49.000000000 +0000
@@ -209,9 +209,9 @@
 #if 0
 zzz:	hlt
 	jmp	zzz		! spin; wait for Ctrl-Alt-Del
 #else
-	mov	cx,#3<<4	! delay 3 seconds, DX doesn't matter
+	mov	cx,#3<<4	! delay 3 seconds, DX does not matter
 	mov	ah,#0x86
 	int	0x15		! delay call
 
 	int	0x18		! exit to BIOS
diff -u4 -r lilo-22.4/second.S lilo-22.4-tlb/second.S
--- lilo-22.4/second.S	2002-11-09 23:13:04.000000000 +0000
+++ lilo-22.4-tlb/second.S	2003-01-26 17:28:17.000000000 +0000
@@ -3950,9 +3950,9 @@
 
 #endif
 #ifdef LCF_VIRTUAL
 msg_vmwarn:
-	.ascii	"WARNING:  Booting in Virtual environment\n
+	.ascii	"WARNING:  Booting in Virtual environment\n"
 	.ascii	"Do you wish to continue? [y/n] "
 	.byte	0
 #endif
 
