* PharLap 386asm crashes every third time
@ 2002-11-19 17:47 Arno Seitzinger
2002-11-19 18:20 ` phrostie
0 siblings, 1 reply; 4+ messages in thread
From: Arno Seitzinger @ 2002-11-19 17:47 UTC (permalink / raw)
To: linux-msdos
Hi Newsgroup,
for developing software which has to run under dos with the Phar Lap dos
extender I use the Phar Lap 386asm V8.0. I currently run it under vmware
but would like to run it under dosemu because of some unresolved sharing
problems. I know that dosemu and Phar Lap are incompatible in some way, but
do not understand why the command
386asm -nolist sbhd1.asm
assembles two times and crashes on the third run as, IMHO, it should either
run as often as I want to run it or crash dosemu the first time it is run.
The error message is
386|ASM: 8.0 -- Copyright (C) 1986-95 Phar Lap Software, Inc.
/usr/bin/dosemu: line 327: 3287 Speicherzugriffsfehler
$DOSEMU_BIN_PATH/bin/dosemu.bin $XFLAG --Flibdir $BOOT_DIR_PATH/conf
--Fimagedir $BOOT_DIR_PATH -f $BOOT_DIR_PATH/conf/dosemurc $OPT_I $STRING_I
-O $@ 2>$BOOT_DIR_PATH/boot.log
esw44@esw44:~>
Speicherzugriffsfehler means some kind of memory access error.
I am running Suse Linux 8.1 and dosemu 1.0.2.0 with Freedos (but the problem
also occured under previous Linux versions).
Any help would be appreciated
Arno
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PharLap 386asm crashes every third time
2002-11-19 17:47 Arno Seitzinger
@ 2002-11-19 18:20 ` phrostie
0 siblings, 0 replies; 4+ messages in thread
From: phrostie @ 2002-11-19 18:20 UTC (permalink / raw)
To: linux-msdos
being a user and not a programmer i don't understand the details, but in the
end it has to do with Ring-0. as i under stand it (subject to error) it's a
memory mode that allows direct control of memory. this creates a conflict with
linux which already has control and has no intention of giving that up.
as to whether or not a pharlap emulator could be created i don't know.
.014999$
--- Arno Seitzinger <spam2_arno@lucienet.de> wrote:
> Hi Newsgroup,
>
> for developing software which has to run under dos with the Phar Lap dos
> extender I use the Phar Lap 386asm V8.0. I currently run it under vmware
> but would like to run it under dosemu because of some unresolved sharing
> problems. I know that dosemu and Phar Lap are incompatible in some way, but
> do not understand why the command
> 386asm -nolist sbhd1.asm
> assembles two times and crashes on the third run as, IMHO, it should either
> run as often as I want to run it or crash dosemu the first time it is run.
> The error message is
>
> 386|ASM: 8.0 -- Copyright (C) 1986-95 Phar Lap Software, Inc.
> /usr/bin/dosemu: line 327: 3287 Speicherzugriffsfehler
> $DOSEMU_BIN_PATH/bin/dosemu.bin $XFLAG --Flibdir $BOOT_DIR_PATH/conf
> --Fimagedir $BOOT_DIR_PATH -f $BOOT_DIR_PATH/conf/dosemurc $OPT_I $STRING_I
> -O $@ 2>$BOOT_DIR_PATH/boot.log
> esw44@esw44:~>
>
> Speicherzugriffsfehler means some kind of memory access error.
> I am running Suse Linux 8.1 and dosemu 1.0.2.0 with Freedos (but the problem
> also occured under previous Linux versions).
>
> Any help would be appreciated
>
> Arno
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
=====
phrostie
Oh I have slipped the surly bonds of DOS
and danced the skies on Linux silvered wings.
http://pfrostie.freeservers.com/cad-tastrafy/
http://www.freelists.org/webpage/cad-linux
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PharLap 386asm crashes every third time
@ 2002-11-19 19:50 Stas Sergeev
2002-11-19 22:57 ` Arno Seitzinger
0 siblings, 1 reply; 4+ messages in thread
From: Stas Sergeev @ 2002-11-19 19:50 UTC (permalink / raw)
To: linux-msdos; +Cc: Arno Seitzinger
Hello.
Arno Seitzinger wrote:
> do not understand why the command
> 386asm -nolist sbhd1.asm
> assembles two times and crashes on the third run as
[]
> I am running Suse Linux 8.1 and dosemu 1.0.2.0
Known problem, update your dosemu.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: PharLap 386asm crashes every third time
2002-11-19 19:50 PharLap 386asm crashes every third time Stas Sergeev
@ 2002-11-19 22:57 ` Arno Seitzinger
0 siblings, 0 replies; 4+ messages in thread
From: Arno Seitzinger @ 2002-11-19 22:57 UTC (permalink / raw)
To: linux-msdos
Stas Sergeev wrote:
> Hello.
>
> Arno Seitzinger wrote:
>> do not understand why the command
>> 386asm -nolist sbhd1.asm
>> assembles two times and crashes on the third run as
> []
>> I am running Suse Linux 8.1 and dosemu 1.0.2.0
> Known problem, update your dosemu.
Hi,
after I updated to 1.1.3.0 it still did not work, so now I just compiled
1.1.3.7 and it works perfectly.
Thank you very much!
Arno
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-11-19 22:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-19 19:50 PharLap 386asm crashes every third time Stas Sergeev
2002-11-19 22:57 ` Arno Seitzinger
-- strict thread matches above, loose matches on Subject: below --
2002-11-19 17:47 Arno Seitzinger
2002-11-19 18:20 ` phrostie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox