All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Problem with dosemu
@ 2014-03-26  2:32 jankomEarthlink
  2014-03-30 18:49 ` Frantisek Hanzlik
  0 siblings, 1 reply; 27+ messages in thread
From: jankomEarthlink @ 2014-03-26  2:32 UTC (permalink / raw)
  To: linux-msdos; +Cc: ibaldo, theatre

Thank you both for your interest in helping me.

This is an old Fedora-3 installation that I have mangled up and use it 
as a sandbox to learn the inner workings of linux. I have managed to 
compile the programs I need and while doing so I learned a lot. Now the 
specifics:

2.6.20 kernel on i686, AMD machine with nvidia graphics.

When I did ./configure it went OK, no warnings or errors. Compiled also 
without problem. It is a challange for me to figure out, with some help, 
why it is not booting up into the virtual dos window.

By the way, "dos" is also and old thing, but I still have some favorite 
applications (not games) that I would like to use from within my linux.

I do have a modern installation as well, xubuntu 12.04, kept current. 
There I use dosbox installed the easy way, directly from distro.

This is my story...


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: Problem with dosemu
@ 2014-04-16 19:52 jankomEarthlink
  0 siblings, 0 replies; 27+ messages in thread
From: jankomEarthlink @ 2014-04-16 19:52 UTC (permalink / raw)
  To: linux-msdos

Update PKT and raw socket:

I set packet driver to off in /etc/dpsemu/dosemu.conf but still have the 
segmentation fault.

The log file is the same but without the last line about PKT.

Consequently I believe the process gets stuck somewhere later in the 
start up and creates the segfault error, returning to xterm.

Hope this helps to further narrow down the root cause.

Janos


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: Problem with dosemu
@ 2014-04-15 21:52 Janos G. Komaromi
  2014-04-16  0:47 ` Ivan Baldo
  0 siblings, 1 reply; 27+ messages in thread
From: Janos G. Komaromi @ 2014-04-15 21:52 UTC (permalink / raw)
  To: linux-msdos

Here is another update - compiled again 1.4:

System was clean, no traces of dosemu. configure and make, make install 
was OK.

NOTE:
(1) .dosemu directory is empty on my home or root
(2) No dosemu directory is created, therefore there is no log file

Running dosemu command after make install either from root or from home 
user nothing happens except cpu usage shows "user" usage, and Ctr-C 
stops it, I'm back at command prompt. No initial conversation about 
setting up home directory or accepting freedos license terms.

[apu@Andraslinux dosemu-1.4.0]$ su -c "make install > dosemu_install.txt"
Password:
[apu@Andraslinux dosemu-1.4.0]$ su -c dosemu
Password:
[apu@Andraslinux dosemu-1.4.0]$ dosemu

[apu@Andraslinux dosemu-1.4.0]$

This all is from within X environment, running from xterm. I created the 
dosemu_install.txt log file just to preserve what was happening during 
make install.

It seems to me that dosemu program does not even get to trying to open a 
window, a dos terminal. It is stuck before opening the dos terminal or 
"booting into" dos. When I tested your rpm installation of 1.2 it did 
open up a dos terminal, the black window, but then it got stuck and I 
could not kill it with Ctr-C.

It looks like freedos is installed on /user/local/share/dosemu/drive_z.

Is there a path issue here?

Janos


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: Problem with dosemu
@ 2014-04-15  3:02 jankomEarthlink
  0 siblings, 0 replies; 27+ messages in thread
From: jankomEarthlink @ 2014-04-15  3:02 UTC (permalink / raw)
  To: linux-msdos

I tried compiling 1.2.2 source and it ended up in an error despite good 
configuration (./configure). Could this be the source of all problems? 
Btw, I have nvidia video card, not matrox - just as an info - may not be 
relevant. 1.4 compile OK, but then id did not start, see previous 
messages in this subject.

...
gcc -E -c -I/usr/X11R6/include -MP -MMD -I../../../src/include 
-I../../../src/plugin/include  wdvga.c > /dev/null
make[2]: Leaving directory 
`/home/apu/xfer_andraswd/src/dosemu-1.2.2/src/env/video'
make[2]: Entering directory 
`/home/apu/xfer_andraswd/src/dosemu-1.2.2/src/env/video'
gcc -c -I/usr/X11R6/include -MP -MMD -I../../../src/include 
-I../../../src/plugin/include  -Wall -Wstrict-prototypes 
-Wmissing-declarations -Wnested-externs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -mtune=i686 -pipe  -o matrox.o matrox.c
matrox.c:50: error: static declaration of ‘MGAchipset’ follows 
non-static declaration
matrox.h:67: error: previous declaration of ‘MGAchipset’ was here
matrox.c:54: error: static declaration of ‘MGAMMIOBase’ follows 
non-static declaration
matrox.h:68: error: previous declaration of ‘MGAMMIOBase’ was here
make[2]: *** [matrox.o] Error 1
make[2]: Leaving directory 
`/home/apu/xfer_andraswd/src/dosemu-1.2.2/src/env/video'
make[1]: *** [env/video] Error 2
make[1]: Leaving directory `/home/apu/xfer_andraswd/src/dosemu-1.2.2/src'
make: *** [default] Error 2

--
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

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Problem with dosemu
@ 2014-03-25 22:51 jankomEarthlink
  2014-03-25 23:35 ` Ivan Baldo
  2014-03-25 23:38 ` Frank Cox
  0 siblings, 2 replies; 27+ messages in thread
From: jankomEarthlink @ 2014-03-25 22:51 UTC (permalink / raw)
  To: linux-msdos

cannot install it. I did the RFM (I hope).

If I install the compiled binary version I get segmentation fault. I 
tried to compile it from source. If I compile it with make version 3.82 
I get the same, segmentation fault error. If I compile it with make 
version 3.80 the program starts, but nothing happens except the CPU is 
running in user mode. Ctr-C returns me to shell without any error 
message. dmsg shows nothing.

Thanks for anyone's help or idea,

Janos


^ permalink raw reply	[flat|nested] 27+ messages in thread
* Problem with DOSEMU
@ 2003-08-29 14:06 scroowhar
  0 siblings, 0 replies; 27+ messages in thread
From: scroowhar @ 2003-08-29 14:06 UTC (permalink / raw)
  To: linux-msdos

Hi, 

I'm sorry for grammaticals errors because I don't speeak 
English, but I'll try.

I'm running DOSEMU version 1.0.2 on Slackware 9.

When I run the DOSEMU ($./dosemu), it return on my 
screen:

DOSEMU will run on _this_ terminal
...

Now type ENTER to start DOSEMU or <Ctrl>C to cancel.

After I type ENTER, it not run DOSEMU, and return to 
linux bash prompt($)

The file boot.log contain this:

"Running unpriviledged in low feature mode"

Can you help me about this?


I can run DOSEMU 1.0.2 in another computer whit 
Slackware 9.

Can be a problem of hardware?

Thanks...

 
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/


-
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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2014-05-05  8:46 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-26  2:32 Problem with dosemu jankomEarthlink
2014-03-30 18:49 ` Frantisek Hanzlik
2014-03-30 23:22   ` jankomEarthlink
2014-03-31  7:31     ` Frantisek Hanzlik
2014-04-14 15:26       ` jankomEarthlink
2014-04-14 22:22         ` Frantisek Hanzlik
2014-04-15  2:24           ` jankomEarthlink
2014-04-21 20:19             ` Frantisek Hanzlik
2014-04-22  2:31               ` jankomEarthlink
2014-04-22  3:08                 ` Jegunn
2014-04-23  3:25                   ` jankomEarthlink
2014-04-23 11:38                     ` Jegunn
2014-04-22 22:10                 ` Frantisek Hanzlik
     [not found]                   ` <5357347D.1010401@earthlink.net>
2014-04-23  7:06                     ` Frantisek Hanzlik
2014-04-23 19:08                       ` jankomEarthlink
2014-05-04 11:20                         ` Frantisek Hanzlik
2014-05-05  1:57                           ` jankomEarthlink
2014-05-05  8:46                             ` Frantisek Hanzlik
  -- strict thread matches above, loose matches on Subject: below --
2014-04-16 19:52 jankomEarthlink
2014-04-15 21:52 Janos G. Komaromi
2014-04-16  0:47 ` Ivan Baldo
2014-04-16 14:52   ` jankomEarthlink
2014-04-15  3:02 jankomEarthlink
2014-03-25 22:51 jankomEarthlink
2014-03-25 23:35 ` Ivan Baldo
2014-03-25 23:38 ` Frank Cox
2003-08-29 14:06 Problem with DOSEMU scroowhar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.