When the boot loader goes to load its settings files, it will now also prepend the "kernel" settings file to the safe mode settings if it exists. This allows settings from kernel/drivers/kernel to be respected early in the boot process as well, which allows us to do things like disable_smp permanently instead of having to pick from the safe mode menu every single boot. Review welcome.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26937 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#disable_smp true
|
||||
# disables multiprocessor support, default is enabled
|
||||
|
||||
#serial_debug_output false
|
||||
# disables serial debug output, default is enabled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user