summaryrefslogtreecommitdiff
path: root/scripts/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/configure.py')
-rwxr-xr-xscripts/configure.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/configure.py b/scripts/configure.py
index 053aac9..b1be550 100755
--- a/scripts/configure.py
+++ b/scripts/configure.py
@@ -63,6 +63,10 @@ VALID_VALUES = {
# ============================================================================
DEFAULTS = {
+ "KERNEL_VERSION_MAJOR": "0",
+ "KERNEL_VERSION_MINOR": "0",
+ "KERNEL_VERSION_PATCH": "1",
+ "KERNEL_VERSION_NAME": "Husky",
"DEBUG_SERIAL": "n",
"DEBUG_VERBOSE_BOOT": "n",
"DEBUG_PAGE_ALLOC": "n",
@@ -70,6 +74,7 @@ DEFAULTS = {
"DEBUG_SYSCALL_TRACE": "n",
"MAX_CPUS": "4",
"KERNEL_STACK_SIZE": "16384",
+ "MAX_MEMORY_REGIONS": "256",
"PMM_TYPE": "buddy",
"HEAP_TYPE": "slab",
"DRIVER_FBCON": "y",