From 86e355a227b1442397cef1d87aaa887c0750a97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 8 Jan 2007 12:14:58 +0000 Subject: [PATCH] Enlarged all memory range arrays to 6, just in case. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19740 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../kernel/boot/platform/bios_ia32/platform_kernel_args.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/headers/private/kernel/boot/platform/bios_ia32/platform_kernel_args.h b/headers/private/kernel/boot/platform/bios_ia32/platform_kernel_args.h index dd637cb791..f78efc56cd 100644 --- a/headers/private/kernel/boot/platform/bios_ia32/platform_kernel_args.h +++ b/headers/private/kernel/boot/platform/bios_ia32/platform_kernel_args.h @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006, Axel Dörfler, axeld@pinc-software.de. + * Copyright 2003-2007, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. */ #ifndef KERNEL_BOOT_PLATFORM_BIOS_IA32_KERNEL_ARGS_H @@ -16,9 +16,9 @@ // must match SMP_MAX_CPUS in arch_smp.h #define MAX_BOOT_CPUS 4 -#define MAX_PHYSICAL_MEMORY_RANGE 4 -#define MAX_PHYSICAL_ALLOCATED_RANGE 4 -#define MAX_VIRTUAL_ALLOCATED_RANGE 4 +#define MAX_PHYSICAL_MEMORY_RANGE 6 +#define MAX_PHYSICAL_ALLOCATED_RANGE 6 +#define MAX_VIRTUAL_ALLOCATED_RANGE 6 #define MAX_SERIAL_PORTS 4