Re: support for multi-core in Fiasco.OC
Björn Döbel <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05.04.2012 03:05, K M wrote: > I am using Fiasco.OC with VirtualBox and have successfully booted and > run some demos. However, I am unable to get the kernel to use more than > one core on my quad-core machine. I have enabled all 4 processors within > the VirtualBox L4 machine, but when I run the "thread_migrate" example, > only one CPU is ever recognized and used. What am I doing wrong? Did you enable SMP support when compiling Fiasco? (Enable "prompt for experimental features" in the kernel config menu, then it should appear under "kernel options"). Bjoern