Stas Sergeev

Results 1352 comments of Stas Sergeev

And this extension would be useful not only for images. So it can be done beforehand. It would be good to not require to host-mount cdrom before use.

Try. :) Driver is full of ioctl() calls though.

Can be stolen from here: https://bitbucket.org/pcem_emulator/pcem/src/default/src/cdrom-image.cc Which uses the dosbox's impl. C++? Who cares! I think its time to start adopting the C++ code if it allows us to move...

This is not a regression since dosemu1?

Hmm, how interesting! So, as I understand, the protection in this case is not needed at all, because you simply get the "accessed" bit set by hardware. And for that...

Wow, github now shows the code quotes right in the thread! Thats a good usability improvement.

A question: why do you need to map directly to source? Wouldn't it be better and simpler to use the alias map, as it is done now, BUT without applying...

Ah, indeed, for DPMI its still needed, sigh. So what do we have about the performance between calling kvm's ioctls one per memory region versus one per kvm_base? Is this...

What you did looks correct except autogen.sh is redundant. Also get used to "make -j 9" to get the building process much faster (assuming you have enough CPU cores). >...

I wanted to help this and implement kvm_base myself, but it appears troublesome. First, it needs lots of cleanups, some of them I have now pushed, but more are required....