Re: Emulated PCI devices?

2016-10-22 Thread Stas Sergeev
22.10.2016 16:34, Mouse пишет: Its just that usually when you have some expensive HW, emulating it in software is not enough because the HW is usually doing something useful, not just makes some program to work. :) If you don't need any functionality of that HW other than to make some DOS prog

Re: Emulated PCI devices?

2016-10-22 Thread Mouse
> Its just that usually when you have some expensive HW, emulating it > in software is not enough because the HW is usually doing something > useful, not just makes some program to work. :) If you don't need > any functionality of that HW other than to make some DOS prog happy, Sort of. It's a

Re: Emulated PCI devices?

2016-10-19 Thread Mouse
>> [...] the way dosemu emulates DOS in much the same sense that wine >> emulates Windows, instead of emulating hardware proper [...] > dosemu does emulate the HW and uses freedos (or any other dos you ask > it to boot). To a point, sure. But, for example, it takes file I/O traps and provides

Re: Emulated PCI devices?

2016-10-19 Thread Stas Sergeev
19.10.2016 03:03, Mouse пишет: I'm working with dosemu and would like to add an emulated PCI device to the emulated DOS machine. [...] Is this something that's already got hooks supporting it, or am I breaking new ground here? There was never any need to emulate the PCI device for DOS. There

Re: Emulated PCI devices?

2016-10-18 Thread Stas Sergeev
19.10.2016 00:45, Mouse пишет: I'm working with dosemu and would like to add an emulated PCI device to the emulated DOS machine. Obviously, I know enough about the hardware I want to emulate to believe I can write an emulation of it. But I'm not sure where to hook it in. (I'm working based on

Emulated PCI devices?

2016-10-18 Thread Mouse
I'm working with dosemu and would like to add an emulated PCI device to the emulated DOS machine. Obviously, I know enough about the hardware I want to emulate to believe I can write an emulation of it. But I'm not sure where to hook it in. (I'm working based on commit