Increased the default paranoia slot count to a more realistic level.
We're a bit limited since that increases the kernel size the boot loader needs to reserve. We should probably make that configurable as well. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25206 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
65f4015279
commit
31b4f98f67
@ -9,7 +9,7 @@
|
||||
|
||||
// number of check slots (should depend on the components for which checks
|
||||
// are enabled)
|
||||
#define PARANOIA_SLOT_COUNT 1024
|
||||
#define PARANOIA_SLOT_COUNT (32 * 1024)
|
||||
|
||||
|
||||
// macros that enable paranoia checks for individual components
|
||||
|
Loading…
Reference in New Issue
Block a user