How can I access a selektorwith c ?
must I load the selektor into the segmentregisters
with my inlineassembler ?
selektors
RE:selektors
>On 2001-08-11 10:17:50, i forgot my name wrote:
>How can I access a selektorwith c ?
>must I load the selektor into the segmentregisters
>with my inlineassembler ?
In my OS, i put all my selectors in global
variables and use inline assembly to move them
into registers. I really don't see how to
proceed in another way.
>How can I access a selektorwith c ?
>must I load the selektor into the segmentregisters
>with my inlineassembler ?
In my OS, i put all my selectors in global
variables and use inline assembly to move them
into registers. I really don't see how to
proceed in another way.