jwt27 / djgpp-cvs

git mirror of cvs.delorie.com:/cvs/djgpp
http://www.delorie.com/djgpp/cvs.html
GNU General Public License v2.0
10 stars 7 forks source link

dpmi: fix 0xd03 fn #9

Closed stsp closed 1 year ago

stsp commented 1 year ago

It currently returns 0xd03 on success, but should return 0.

jwt27 commented 1 year ago

That's definitely a bug, thanks. So do you intend to support these functions in dosemu? I think you might be the first person to ever try them :)

Anyhow, please do also send this to the mailing list so other people know about it.

stsp commented 1 year ago

So do you intend to support these functions in dosemu?

https://github.com/stsp/shmipc This is an IPC library on top of these functions. Its just a demo of course, as I don't know why would I need IPC for DOS. :)

Anyhow, please do also send this to the mailing list so other people know about it.

Come on, I did that many times. Both on your request, and without one. Not any more. :)

jwt27 commented 1 year ago

So do you intend to support these functions in dosemu?

https://github.com/stsp/shmipc This is an IPC library on top of these functions. Its just a demo of course, as I don't know why would I need IPC for DOS. :)

It's an interesting idea at least!

Anyhow, please do also send this to the mailing list so other people know about it.

Come on, I did that many times. Both on your request, and without one. Not any more. :)

I know it seems a bit fruitless, but at least then all these patches are in one place and other users are made aware of libc bugs.

stsp commented 1 year ago

It's an interesting idea at least!

I know that you are not using linux, but if you happen to desire trying IPC for DOS out of curiosity, then you can run dosemu2 under WSL without any problems.