- use updated DLX linux. I only updated DLX's bochsrc to make it more modern.

This commit is contained in:
Bryce Denney 2002-12-14 22:43:56 +00:00
parent 8b0a593ed4
commit 006d21b626
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ CAT=cat
RM=rm
MV=mv
LN_S=ln -sf
DLXLINUX_TAR=dlxlinux3.tar.gz
DLXLINUX_TAR=dlxlinux4.tar.gz
DLXLINUX_TAR_URL=http://bochs.sourceforge.net/guestos/$(DLXLINUX_TAR)
DLXLINUX_ROMFILE=BIOS-bochs-latest
GUNZIP=gunzip
@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h:
$(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.134 2002-12-14 22:17:59 bdenney Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.135 2002-12-14 22:43:56 bdenney Exp $$' >> bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h