hw: increase default page-table array

Fix #5035
This commit is contained in:
Stefan Kalkowski 2023-10-19 14:17:30 +02:00 committed by Christian Helmuth
parent 26be862e08
commit 5471ef7e1e

View File

@ -20,7 +20,7 @@ namespace Kernel {
enum {
DEFAULT_STACK_SIZE = 16 * 1024,
DEFAULT_TRANSLATION_TABLE_MAX = 128,
DEFAULT_TRANSLATION_TABLE_MAX = 1024,
};
/* amount of priority bands amongst quota owners in CPU scheduling */