I am having problems compiling dosemu 0.52. Here is the error
message:
ld -s -T 0x20000000 -o libdosemu \
emu.o termio.o disks.o keymaps.o timers.o cmos.o mouse.o dosio.o
cpu.o xms.o mfs.o bios_emm.o lpt.o serial.o dyndeb.o sigsegv.o
video.o bios.o init.o net.o d pmi/dpmi.o dpmi/ldtlib.o dpmi/call.o
dpmi/ldt.o -ltermcap -lc
ld: cannot open linker script file 0x20000000: No such file or directory
It seems that the linker option -T has changed. I tried using
the option -Tbss 0x20000000 but then when I run "dos" it segfaults.
Help!