Laaca Czech republic, 27.02.2012, 10:03 |
Interrupts and FAR calls from DPMI (Developers) |
I want do do some experimetns with PNP BIOS and SMBIOS. These services are called by FAR Call with parameters pushed od stack. There is no problem in real mode with it but how to do it from DPMI (I want to use realmode interface) --- |
Khusraw Bucharest, Romania, 27.02.2012, 13:48 (edited by Khusraw, 27.02.2012, 18:14) @ Laaca |
Interrupts and FAR calls from DPMI |
> I want do do some experimetns with PNP BIOS and SMBIOS. These services are --- |
Laaca Czech republic, 28.02.2012, 16:02 @ Khusraw |
Interrupts and FAR calls from DPMI |
I see. Thank you, I didn't know about function __dpmi_simulate_real_mode_procedure_retf_stack --- |
Khusraw Bucharest, Romania, 28.02.2012, 17:19 (edited by Khusraw, 28.02.2012, 17:38) @ Laaca |
Interrupts and FAR calls from DPMI |
> I see. Thank you, I didn't know about function --- |
marcov 29.02.2012, 10:35 @ Laaca |
Interrupts and FAR calls from DPMI |
> I see. Thank you, I didn't know about function |
RayeR CZ, 02.03.2012, 20:51 @ Laaca |
Interrupts and FAR calls from DPMI |
In DJGPP there's already allocated a piece of DOS memory called transfer buffer (usually 4kB in size - can be changed in stub/crt0) for transfer data between RM and PM. I don't know how i FP. --- |
Khusraw Bucharest, Romania, 02.03.2012, 20:59 @ RayeR |
Interrupts and FAR calls from DPMI |
> In DJGPP there's already allocated a piece of DOS memory called transfer --- |
RayeR CZ, 02.03.2012, 21:25 @ Khusraw |
Interrupts and FAR calls from DPMI |
> In fact it defaults to 16K, and you may use stubedit.exe for changing its --- |
Laaca Czech republic, 03.03.2012, 21:31 @ RayeR |
Interrupts and FAR calls from DPMI |
Yes, in FP is preallocated transfer buffer too. --- |
RayeR CZ, 05.03.2012, 15:16 @ Laaca |
Interrupts and FAR calls from DPMI |
> Yes, in FP is preallocated transfer buffer too. --- |
Laaca Czech republic, 07.03.2012, 07:17 @ RayeR |
Interrupts and FAR calls from DPMI |
> And what you're goning to do with it? Some power management for NTBs? --- |
bretjohn Rio Rancho, NM, 07.03.2012, 18:08 @ Laaca |
Interrupts and FAR calls from DPMI |
> > And what you're goning to do with it? Some power management for NTBs? |