selektors

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
i forgot my name

selektors

Post by i forgot my name »

How can I access a selektorwith c ?
must I load the selektor into the segmentregisters
with my inlineassembler ?
Guest

RE:selektors

Post by Guest »

>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.
Post Reply