pkgsrc/emulators/bochs/patches/patch-ab
drochner 3b0218ccff Update bochs to 991023a.
relevant changes since 980707:
new BIOS
many many fixes
integrated debugger additions
Pentium emulation

It's now possible to boot NetBSD inside bochs. (Remaining problems:
missing BIOS INT15/86 (delay), IDE disk recognition, timer interrupt too
fast, pccons-isapnp clash)
1999-10-25 16:05:37 +00:00

12 lines
448 B
Text

$NetBSD: patch-ab,v 1.2 1999/10/25 16:05:38 drochner Exp $
--- Makefile.in.orig Sat Oct 23 21:34:14 1999
+++ Makefile.in Sat Oct 23 21:35:39 1999
@@ -101,7 +101,7 @@
@DISASM_VAR@ @INSTRUMENT_VAR@ @DYNAMIC_VAR@ $(BX_OBJS) \
$(SIMX86_OBJS) \
$(FPU_LIB)
- @LINK@ $(BX_OBJS) \
+ @LINK@ $(LDFLAGS) $(BX_OBJS) \
$(SIMX86_OBJS) \
iodev/libiodev.a \
cpu/libcpu.a memory/libmemory.a gui/libgui.a \