Could share SMP code?

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
yaocong
Posts: 22
Joined: Fri Sep 09, 2005 11:00 pm
Location: China
Contact:

Could share SMP code?

Post by yaocong »

I really want to support Multi-processor (SMP) in my kernel.

But I was unable to know how it works!

Could anyboyd share this part of code supporting SMP?

Thank guys!
I like the Dream of the Red Chamber.
Kicer
Posts: 13
Joined: Sat Apr 01, 2006 12:00 am

Re: Could share SMP code?

Post by Kicer »

it's not very hard, YOu can read about it in intel docs
IA-32 Intel? Architecture Software Developer?s Manual Volume 3 System Programming Guide
and
IO_APIC
there You will find everythink that is necessary

code for setting up smp is rather big so i won't paste it here
but I can paste some fragments, if You will have any problems with something.
yaocong
Posts: 22
Joined: Fri Sep 09, 2005 11:00 pm
Location: China
Contact:

Re: Could share SMP code?

Post by yaocong »

Thank you for your "hot heart"!

You can send them to my email box: [email protected] , you can paste 15mb attachment!

Thank you again!
I like the Dream of the Red Chamber.
Post Reply