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.
I think tomorrow you'll say "OMG DID I SAY THAT? O.o"
p.s. an array of IDTs doesn't work either
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Right now you should just take out a piece of paper and pen and write down your ideas, bookmark this thread, and try again tomorrow. You'll be making these mistakes until you do. Virginix is a good name, I suppose when it is done it will change to Consummated-ix? Ok, I am leaving now, good luck with your project.
Free energy is indeed evil for it absorbs the light.
Thanks, that fixed it..., I converted both my idt and idt pointer to normal variables instead of pointers.... and converted '->' to '.'...
Oh so I get it, it was passing the address of the pointer to the structures.... instead of the address of the structure directly...
Thanks,