RE: [fpc-pascal]BIOS PnP function far call (go32v2)

2003-09-10 Thread Lubomir . Cabla
Hi Thomas,

thanks for your help, i hope i find a solution in yours files.

>Then you probably have to pass this selector somehow to the PnP subsystem,
>but don't ask me how...

... that's the problem :()

Lubomir Cabla/CBL
___
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

___
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


RE: [fpc-pascal]BIOS PnP function far call (go32v2)

2003-09-10 Thread XHajT03
From:   [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject:RE: [fpc-pascal]BIOS PnP function far call (go32v2)
Send reply to:  [EMAIL PROTECTED]


Date sent:  Wed, 10 Sep 2003 14:09:14 +0200

Hi,

> thanks for your help, i hope i find a solution in yours files.
> 
> >Then you probably have to pass this selector somehow to the PnP
> >subsystem, but don't ask me how...
> 
> ... that's the problem :()

I think that you just need to save the original contents of the DS 
register somewhere, place your newly allocated selector in DS just 
before calling the PnP routine, and restoring the DS value 
immediately after return.

Tomas


___
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal