commit b2f1eea97d36aa0021b109a0c954a5b56df1e468
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 29 00:57:40 2026 +0100

    i386: Increase kernel virtual memory to handle 8GB memory

diff --git a/x86_64/x86_64/vm_param.h b/x86_64/x86_64/vm_param.h
index 056aa52e..38caaeec 100644
--- a/x86_64/x86_64/vm_param.h
+++ b/x86_64/x86_64/vm_param.h
@@ -82,7 +82,7 @@
  */
 #define VM_KERNEL_MAP_SIZE (512 * 1024 * 1024)
 #else
-#define VM_KERNEL_MAP_SIZE (152 * 1024 * 1024)
+#define VM_KERNEL_MAP_SIZE (170 * 1024 * 1024)
 #endif
 
 /* This is the kernel address range in linear addresses.  */
diff --git a/i386/i386/vm_param.h b/i386/i386/vm_param.h
index 056aa52e..38caaeec 100644
--- a/i386/i386/vm_param.h
+++ b/i386/i386/vm_param.h
@@ -82,7 +82,7 @@
  */
 #define VM_KERNEL_MAP_SIZE (512 * 1024 * 1024)
 #else
-#define VM_KERNEL_MAP_SIZE (152 * 1024 * 1024)
+#define VM_KERNEL_MAP_SIZE (170 * 1024 * 1024)
 #endif
 
 /* This is the kernel address range in linear addresses.  */
