Mail Archives: djgpp/2003/05/13/11:15:07
Andre Chrcanovic (alrc AT task DOT com DOT br) wrote:
: I got the output sample after running the program for approximately 45
: minutes...
: The compiler run on an Windows NT machine, but I run the executable in
: a machine with FreeDos (Kernel version 1.1.23 - Build 2023). I use
That's quite old a kernel. It might have been around that time DJGPP
programs started to run in FreeDOS. Try upgrading it.
: cwsdpr0.exe as DPMI host to run the program.
What happens if you run with cwsdpmi.exe?
: Sections of the makefile are listed below:
...
: AS = asm
What assembler is this?
...
: $(BINDIR)/$(BOOT).exe: $(BOOTOBJ) $(BOOTLIB)
: $(LINKA) -pg -o $(BINDIR)/$(BOOT).exe $(BOOTOBJ) $(LNKOPTS)
: -Wl,-Map,boot_bz.map
I'm slightly worried about that "BOOT" stuff. What you generate is an
ordinary .EXE that you run from the command prompt or AUTOEXEC.BAT,
right?
Right,
MartinS
- Raw text -