Hi all,
I'm getting these errors when trying to run DOS programs:
Error [35]: Unexpected interrupt 001E in D:\ADMIN.EXE at 0158:3F60
code SS=01CB DS=01C8 ES=01C8 load base=0100
AX=0F00 BX=440B CX= DX=0120 SP=B98E BP=B9AO SI=00B6 DI=
Error [35]: Unexpected interrupt 001E in D:\IMPORT
On Sun, 17 Jan 2021 02:43:05 +0100, Berto Furth wrote:
> Is this related to the same "-kernel" question or is this a new topic?
It is probably `new,' as I do not know what other question you mean.
> Can you post the complete command line and parameters you're using to start
> QEMU?
#!/bin/sh
q
On Sun, 17 Jan 2021 10:07:51 +0100, Tomas By wrote:
>
> On Sun, 17 Jan 2021 02:43:05 +0100, Berto Furth wrote:
> > Is this related to the same "-kernel" question or is this a new topic?
>
> It is probably `new,' as I do not know what other question you mean.
Ah, sorry, the subject line.
/Tomas
Hi again,
I seem to always get
Segmentation fault (core dumped)
in the Linux terminal after running QEMU. Is this normal, or some
indication of something somewhere?
/Tomas
On Sun, 17 Jan 2021 11:52:19 +0100,
Hi,
Berto Furth wrote:
> Can you try removing the -soundhw argument and see if that makes any
> difference?
No difference.
I think disk sounds more likely, as there is no sound in these
programs.
/Tomas
Hi,
On Sun, 17 Jan 2021 02:43:05 +0100, Berto Furth wrote:
> Interrupt 0x1E seems to be related to "SYSTEM DATA - DISKETTE
> PARAMETERS" according to Ralf Brown's interrupt list. Could a disk
> drive be misconfigured?
On Sun, 17 Jan 2021 11:52:19 +0100, Berto Furth wrote:
> I'm afraid I don't rea
On Tue, 19 Jan 2021 04:12:38 +0100, Jakob Bohm wrote:
> [...] you may have to look at where these files are from and run
> whatever TSR/Driver they depend on.
There is no TSR, but this seems to be a FreeDOS problem, as I get a
little bit further with MS-DOS 6.22 (in QEMU).
It still doesn't work,
Hi all,
On Tue, 19 Jan 2021 12:54:21 +0100, Tomas By wrote:
> I get a little bit further with MS-DOS 6.22 (in QEMU).
> It still doesn't work, though.
I'm trying to set up a cc:Mail post office, and get an error message
towards the end of the process (see attached image).
As I m
On Tue, 23 Mar 2021 12:07:48 +0100, Jan Theeuwes wrote:
> I am fairly new in QEMU and I want to setup Windows 3.11 in QEMU.
> [...]
> I create image file from diskettes.
Not clear what this means exactly.
> The problem now is that the images I created do not boot as “fda”.
> How can I make an
Hi all,
What is the easiest way to stop a DOS session in QEMU?
I want to have an AUTOEXEC.BAT that does something and then quits, in
DOS on a QEMU disk image, so that I can just call it from Linux with
no drama.
There are various hits in google but I did not find anything that
seemed very simple
On Sat, 10 Apr 2021 11:36:27 +0200, Supratim Sanyal wrote:
> ATXOFF.COM
Thanks, that seems to work. I still get the seg fault, but whatever.
/Tomas
Hi again everybody,
I'd like to have several QEMU DOS images, called from Linux, that
share a disk. Here
https://lists.nongnu.org/archive/html/qemu-discuss/2012-07/msg00035.html
it says that "if you plan on mounting the same shared block device in
multiple guests, you are going to need to use a cl
On Sat, 10 Apr 2021 17:24:03 +0200, Peter Maydell wrote:
> If you are trying to have multiple guests running simultaneously
> which are all using the same disk, then that *is* a distributed
> filesystem setup (multiple clients, one disk).
Well...
"GlusterFS aggregates various storage servers over
On Sat, 10 Apr 2021 17:57:26 +0200, Peter Maydell wrote:
> Yes, but there's no DOS support for it, is there? (Also,
> it's a network filesystem, not a thing that goes on a disk.)
Well, I had the impression you offered a counter-argument against my
initial claim that GFS was not appropriate.
> Th
On Sun, 11 Apr 2021 22:25:40 +0200, Jakob Bohm wrote:
> On 2021-04-10 18:02, Tomas By wrote:
> > The page I linked to seems to talk about sharing a disk image, though.
> >
> You are both wrong about SHARE.EXE, probably due to the sloppy
> documents written about it for man
Hi again,
Thanks for the comments, btw, and another follow-up question.
On Sun, 11 Apr 2021 22:25:40 +0200, Jakob Bohm wrote:
> [...] The only available DOS file systems are the FAT file system,
> the read only CD-ROM file system and network file systems.
>
> Thus for a writable disk, there is
On Mon, 12 Apr 2021 11:16:21 +0200, Peter Maydell wrote:
> No, that doesn't work. QEMU doesn't "see" filesystem formats at all.
> To QEMU, a disk is simply a big bag of bytes. It can have anything
> on it that the guest wants, and it's up to the guest how it interprets
> it: QEMU just provides the
On Mon, 12 Apr 2021 11:16:21 +0200,Peter Maydell wrote:
> No, that doesn't work. [...]
On Mon, 12 Apr 2021 12:17:08 +0200, Peter Maydell wrote:
> In theory if the different guests all access entirely disjoint
> sections of the file this could be made to work. [...]
They can access the exact same
Maybe it's a language problem. "sharing disk" and "network file
system" are the same thing here.
Trying to physically connect the same disk to two computers sounds
idiotic.
Is there some way to emulate "network file system" access from two (or
more) separate QEMU instances to the same disk image?
On Tue, 13 Apr 2021 10:39:00 +0200, Tomas By wrote:
> Is there some way to emulate "network file system" access from two (or
> more) separate QEMU instances to the same disk image?
Or, put another way, how do I set up a 1990s DOS local network?
Unix NFS is something else again.
/Tomas
On Tue, 13 Apr 2021 11:00:43 +0200, Dennis Luehring wrote:
> you can try to install the "MS Network Client 3.0" - then you can
> read/write files from network folders
Ok, that sounds right.
/Tomas
On Tue, 13 Apr 2021 11:05:54 +0200, Dennis Luehring wrote:
> Am 13.04.2021 um 11:00 schrieb Tomas By:
> > Or, put another way, how do I set up a 1990s DOS local network?
>
> for example [...]
No I think the MS stuff looks better.
/Tomas
On Tue, 13 Apr 2021 11:03:44 +0200, Dennis Luehring wrote:
> you questions are too DOS related
Yes, I got confused in my initial googlings by this distributed file
system stuff.
/Tomas
On Tue, 13 Apr 2021 11:53:47 +0200, Jakob Bohm wrote:
> Please refer to one of my earlier posts where I gave a summary of
> how to make a Linux host machine provide the server side of the
> SMB network used by MS network client.
Yes, well, that sounds like added complexity, though.
All I need is
On Tue, 13 Apr 2021 11:48:46 +0200, Lars Noodén wrote:
> No, no one used that back then.
Well, does it matter?
NFS/Samba sounds a lot simpler than trying to set up Netware.
/Tomas
On Tue, 13 Apr 2021 12:35:48 +0200, Simon Becherer wrote:
> why not use "dosbox" (or a other dos emulation)
> and forget qemu for this purpose.
SHARE.EXE does not work in Dosbox, and QEMU seems nicer.
/Tomas
On Tue, 13 Apr 2021 13:33:38 +0200, Dennis Luehring wrote:
> qemu with a real dos is nicer as Dosbox???
From the outside. I can just call it from a shell script.
> file sharing between host is a default feature of dosbox
I need SHARE.EXE
/Tomas
On Tue, 13 Apr 2021 13:53:04 +0200, Dennis Luehring wrote:
> 1. you didn't explain in any detail why you need SHARE.exe
> what program do you use that requires SHARE.exe?
> you explain you complete szenario then you can get better help - your
> are just giving small details without context
Well, I
Hi all,
If I want to have a few (3-4) QEMU instances, under Linux, talking to
each other, should I use
-netdev socket
or
-netdev tap
They are just running locally, not using any networking hardware.
/Tomas
On Thu, 06 May 2021 22:54:16 +0200, john doe wrote:
> On 5/6/2021 12:39 AM, Tomas By wrote:
> > If I want to have a few (3-4) QEMU instances, under Linux, talking to
> > each other, should I use
> >-netdev socket
> > or
> >-netdev tap
>
> Looks li
Hi all,
I'm using QEMU 4.2.1 (Debian 1:4.2-3ubuntu6.23), and am trying to set
up two or more guest instances with DOS, and an emulated network
(using IPX, but can switch to TCP/IP I guess), all on one Linux
machine.
When I say "qemu-system-i386 -nic help", it does not list "vde" (or
anything simi
On Sat, 29 Oct 2022 14:59:26 +0200, Tomas By wrote:
> I note that the "vdeq" command says it is DEPRECATED, but have not
> been able to find out what replaced it.
Also, when I try it, I get "invalid parameter 'vlan'", and there is no
"vlan" anywhere in my scripts.
/Tomas
On Mon, 31 Oct 2022 09:20:27 +0100, Thomas Huth wrote:
> "-nic" does not have any help output, I think.
Yes it does (unless I misunderstand things), same text as -netdev.
> That error message should not happen with "-nic", I think. Could you
> provide your full command line to make it clear what
33 matches
Mail list logo