* Ronald G Minnich <[EMAIL PROTECTED]> [020423 22:47]:
> Stefan, I commited your patches but got:
[..]
> However they seemd to patch okay anyway, and I have committed the patch.
>
> Can you see if they all worked out?
Here's another 5 liner which drops the need to compile libx86emu.a
manually before being able to compile testbios.
Best regards,
Stefan Reinauer
--
Ok hex 4666 dup negate do i 4000 dup 2* negate do " *" 0 dup 2dup 1e 0 do
2swap * e >>a 2* 5 pick + -rot - j + dup dup * e >>a rot dup dup * e >>a
rot swap 2dup + 10000 > if 3drop 3drop " " 0 dup 2dup leave then loop
2drop 2drop type 268 +loop cr drop 5de +loop
Index: Makefile
===================================================================
RCS file: /cvsroot/freebios/freebios/util/vgabios/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 23 Apr 2002 20:45:28 -0000 1.3
+++ Makefile 24 Apr 2002 03:53:54 -0000
@@ -17,5 +17,11 @@
helper_exec.o: helper_exec.c test.h
+x86emu/src/x86emu/libx86emu.a:
+ $(MAKE) -C x86emu/src/x86emu/ -f makefile.linux
+
clean:
rm -f *.o *~ testbios
+
+distclean: clean
+ $(MAKE) -C x86emu/src/x86emu/ -f makefile.linux clean