DosWorld
10.01.2022, 20:31 |
Simple question to Japheth about HX (DOSX) |
Hello, Japheth!
I am play with compilers/linkers and generate PE exe.
Question: can i include content of DPMIST32.BIN file into my program ?
(into my linker source code, as exe-stub - hardcoded bin-array).
PS: If possible - better to ask.
Thanks! --- Make DOS great again!
Carthago delenda est, Ceterum censeo Carthaginem delendam esse. |
tom
Germany (West), 10.01.2022, 21:31
@ DosWorld
|
Simple question to Japheth about HX |
> Hello, Japheth!
>
> I am play with compilers/linkers and generate PE exe.
> Question: can i include content of DPMIST32.BIN file into my program ?
> (into my linker source code, as exe-stub - hardcoded bin-array).
>
> PS: If possible - better to ask.
even beyond your limited English language skills: your question doesn't make much sense.
of course, you can link anything to your program.
what do you intend by doing it? |
tkchia
10.01.2022, 22:01
@ tom
|
Simple question to Japheth about HX |
Hello tom,
> > Question: can i include content of DPMIST32.BIN file into my program ?
> > (into my linker source code, as exe-stub - hardcoded bin-array).
> of course, you can link anything to your program.
The HX source tree merely says (https://github.com/Baron-von-Riedesel/HX/blob/master/HXsrc.txt), "The HX DOS extender is freeware. Copyright 1996-2020 Japheth."
So yes, that was kind of a valid question.
Thank you! --- https://gitlab.com/tkchia · https://codeberg.org/tkchia · 😴 "MOV AX,0D500H+CMOS_REG_D+NMI" |
tom
Germany (West), 10.01.2022, 22:53
@ tkchia
|
Simple question to Japheth about HX |
Hi tkcia,
> > > Question: can i include content of DPMIST32.BIN file into my program ?
> > > (into my linker source code, as exe-stub - hardcoded bin-array).
>
> > of course, you can link anything to your program.
>
> The HX source tree merely says
> (https://github.com/Baron-von-Riedesel/HX/blob/master/HXsrc.txt), "The HX
> DOS extender is freeware. Copyright 1996-2020 Japheth."
>
> So yes, that was kind of a valid question.
I still don't understand: was this a legal ('am I allowed to') or technical ('does it make any sense'/'are there situations where this helps') question. |
Oso2k
11.01.2022, 00:16
@ DosWorld
|
Simple question to Japheth about HX |
> Hello, Japheth!
>
> I am play with compilers/linkers and generate PE exe.
> Question: can i include content of DPMIST32.BIN file into my program ?
> (into my linker source code, as exe-stub - hardcoded bin-array).
>
> PS: If possible - better to ask.
>
> Thanks!
Japheth had agreed to update and clarify once he made some changes.
https://github.com/Baron-von-Riedesel/HX/issues/1 |
DosWorld
11.01.2022, 01:02
@ DosWorld
|
Simple question to Japheth about HX |
Sorry guys, this is "question to Japheth".
(I think, will be better receive right answer from author).
> "... once I have done the code cleanup."
If you receive this answer from me, it can mean "NEVER" --- Make DOS great again!
Carthago delenda est, Ceterum censeo Carthaginem delendam esse. |
Japheth
Germany (South), 11.01.2022, 09:05
@ DosWorld
|
Simple question to Japheth about HX |
> I am play with compilers/linkers and generate PE exe.
> Question: can i include content of DPMIST32.BIN file into my program ?
> (into my linker source code, as exe-stub - hardcoded bin-array).
IIRC I wrote somewhere that the hx binaries are "redistributable" - I guess that includes the possibility to add them into another "source". --- MS-DOS forever! |
DosWorld
11.01.2022, 14:11
@ Japheth
|
Simple question to Japheth about HX |
> IIRC I wrote somewhere that the hx binaries are "redistributable" - I guess
> that includes the possibility to add them into another "source".
Thanks! --- Make DOS great again!
Carthago delenda est, Ceterum censeo Carthaginem delendam esse. |