Mail Archives: djgpp/1997/11/12/06:31:20
Fritz Parsons wrote:
>
> I am trying to develop software for an:
> Octagon 6040 embedded microcontroller (386SX 40 MHZ)
> DOS 6.22 compatible
> 2M RAM
> 1M Flash Memory (Disk Drive)
> 128 KB SRAM Drive
> PhoenixBIOS(TM) A386 Version 1.03
>
> Running "hello, world" reboots the system. I cannot get a crash dump
> (yet). Does anyone have advice where to start looking for problems.
First guess:
The video memory (if any) is not were DJGPP supposes it
to be.
Maybe start with a program that does nothing at all,
simply return 0.
Then, do some integer stuff, maybe try writing to a file.
Also, it could be you need the NPX emulator. If I remember
correctly, the startup code does a few things to check
if a x87 is available, and otherwise tries to load
the emulator. But as I do not have a machine without
NPX here, I would not really believe me ;-)
--
Ciao
Tom
*************************************************************
* Thomas Demmer *
* Lehrstuhl fuer Stroemungsmechanik *
* Ruhr-Uni-Bochum *
* Universitaetsstr. 150 *
* D-44780 Bochum *
* Tel: +49 234 700 6434 *
* Fax: +49 234 709 4162 *
* http://www.lstm.ruhr-uni-bochum.de/~demmer *
*************************************************************
- Raw text -