Hi all,
I read somewere that when developing an os you need to manualy enable the rest of the processor cores(if it has more than one). If this is true how would i go about doing this or has mike already written something about this in his os dev tutorials. What interrupt is needed and maby a example of code would realy help.
I appreciate any future help
Multicore processor os dev
Moderator:Moderators
- linuxfreak
- Posts:52
- Joined:Tue Jul 26, 2011 7:36 pm
- Location:Paarl, Western Cape, South Africa
Re: Multicore processor os dev
Hello,
The x86 family of processors follow Intel's MP Specification which outlines the details for initializing the other processors. I personally advise reading the specification as it provides OS design related information that is recommended for proper MP support.
I am unaware of any tutorial that covers this specific topic as it is advanced and typically OS design centric.
The x86 family of processors follow Intel's MP Specification which outlines the details for initializing the other processors. I personally advise reading the specification as it provides OS design related information that is recommended for proper MP support.
I am unaware of any tutorial that covers this specific topic as it is advanced and typically OS design centric.
- linuxfreak
- Posts:52
- Joined:Tue Jul 26, 2011 7:36 pm
- Location:Paarl, Western Cape, South Africa
Re: Multicore processor os dev
Thanx for your help
I appreciate it
I appreciate it
