Laaca
Czech republic, 23.02.2023, 20:18 |
HX-DOS extender v2.20 (Announce) |
Today I accidentaly found that Japheth last month released a new version of his great HX-DOS extender.
I don't understand at all why Japheth haven't announced it. However, it seems to be finished and ready for downloading and using.
https://github.com/Baron-von-Riedesel/HX/releases/tag/v2.20 --- DOS-u-akbar! |
Japheth
Germany (South), 24.02.2023, 08:42
@ Laaca
|
HX-DOS extender v2.20 |
> I don't understand at all why Japheth haven't announced it. However, it
> seems to be finished and ready for downloading and using.
> https://github.com/Baron-von-Riedesel/HX/releases/tag/v2.20
The only new thing is the "port trapping API" for the still experimental hdpmi32i variant - probably interesting for very few people. --- MS-DOS forever! |
Laaca
Czech republic, 24.02.2023, 14:26
@ Japheth
|
HX-DOS extender v2.20 |
> The only new thing is the "port trapping API" for the still experimental
> hdpmi32i variant - probably interesting for very few people.
And quite a lot of bugfixes --- DOS-u-akbar! |
Japheth
Germany (South), 24.02.2023, 15:41
@ Laaca
|
HX-DOS extender v2.20 |
> > The only new thing is the "port trapping API" for the still experimental
> > hdpmi32i variant - probably interesting for very few people.
>
> And quite a lot of bugfixes
Yes. it's always amazing, if you glance at the longish list of bugs, that some piece of software did actually work at all in the past --- MS-DOS forever! |
CandyMan
24.02.2023, 16:29 (edited by CandyMan, 25.02.2023, 13:48)
@ Japheth
|
HX-DOS extender v2.20 |
Thanks for your work Japheth. I have one request. Could you implement the following functions? Thanks.
K32EnumProcessModules_Ex proc public
dwProcess:dword,dwMut:dword,dwcb:dword,lpcbNeeded:dword,dwFilterFlag:dword
leave
xor eax,eax
retn 5*4
endp
K32GetModuleBaseNameA proc public
dwProcess:dword,dwModule:dword,dwName:dword,nSize:dword
leave
xor eax,eax
retn 4*4
endp
K32GetModuleInformation proc public
dwProcess:dword,dwModule:dword,dwModInfo:dword,dwcb:dword
leave
xor eax,eax
retn 4*4
endp
GetHandleInformation proc public dwObject:dword,dwFlags:dword
leave
xor eax,eax
retn 2*4
endp
|
DosWorld
13.07.2023, 23:24
@ Japheth
|
HX-DOS extender v2.20 |
Hello, Japheth!
I am bring small idea for HX-DOS future extension.
https://github.com/prsyahmi/GpuRamDrive
PS: Primary it is a joke, but partly "why not?". --- Make DOS great again!
Carthago delenda est, Ceterum censeo Carthaginem delendam esse. |
Japheth
Germany (South), 15.07.2023, 10:44
@ DosWorld
|
HX-DOS extender v2.20 |
> Hello, Japheth!
>
> I am bring small idea for HX-DOS future extension.
> https://github.com/prsyahmi/GpuRamDrive
>
> PS: Primary it is a joke, but partly "why not?".
If I understood that project correctly, it's a ramdrive using memory of the graphics card. What feature is HX supposed to use here? --- MS-DOS forever! |
segin
Springfield, MO, USA, 09.08.2023, 19:22
@ Japheth
|
HX-DOS extender v2.20 |
Hello Japheth!
I've included your NE OS types as used by patchne in my readexe utility.
If you use special PE subsystem values, I'll pick those up when I get around to PE support (it'll be the last format supported) |