Aitkos boot with Darwin

Discussion in 'MacOS' started by axxegfx, Dec 22, 2008.

  1. axxegfx

    axxegfx

    Joined:
    Nov 25, 2008
    Messages:
    5
    Likes Received:
    0
    Finally I got my AAO with Leopard, but my problem is that in the booting sequence I have to type "cpus=1" , is there any posibility to avoid that??
     
    axxegfx, Dec 22, 2008
    #1
  2. axxegfx

    dfiore

    Joined:
    Sep 10, 2008
    Messages:
    89
    Likes Received:
    0
    google is your friend :)

    you need to edit /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

    <key>Kernel Flags</key>
    <string></string>

    and make it look like

    <key>Kernel Flags</key>
    <string>cpus=1</string>
    or you can look into using the voodoo kernel like many of us use and not require that and get added cpu performance due to hyperthreading support.
     
    dfiore, Dec 23, 2008
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.