Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Note: /boot/loader.conf recreates itself each boot or update, so this will override the changes. 

Thats it, you can reboot the system and use it.

Tips

Hididng kernel output

  • Add to /boot/loader.conf.local: 

    • Code Block
      boot_mute="YES"

Disabling Hyperthreading

  • Add to /boot/loader.conf.local: 

    • Code Block
      machdep.hyperthreading_allowed="0"
  • To verify the change run:

    • Code Block
      sysctl machdep.hyperthreading_allowed

...