On Thu, Mar 26, 2009 at 10:12 AM,
gawain...@gmail.com
<
gawain...@gmail.com> wrote:
>
> During my reading the source code, I always concern if minix support
> multicore processor such as a SMP archetecture. We know that when
> computer boots, there is one master processor executing initial work,
> after this, it will trigger the other slave processor to run,of
> course,the master should configure the slave processor such as their
> ds,ss,es and the entrance in pgdt,etc in advance. So I study the minix
And you have to collect the processor information from MPTable of ACPI.
The booting procedure is really tedious, you have to do what's on the
spec sheet.
> booting code provided in your website including
> masterboot.s,bootblock.s,boothead.s,boot.c,bootimage.c and rawfs.c, I
> can not find the code supporting multicore processor. Maybe it is my
> mistakes.
> thank you!!
> >
>
--
Guanqun