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
This commit is contained in:
parent
3e161fb661
commit
86e355a227
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user