Contents moved to kernel_args.h and platform_kernel_args.h
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4970 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
/*
|
|
||||||
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
|
||||||
** Distributed under the terms of the NewOS License.
|
|
||||||
*/
|
|
||||||
#ifndef KERNEL_BOOT_STAGE2_STRUCT_H
|
|
||||||
#define KERNEL_BOOT_STAGE2_STRUCT_H
|
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
|
||||||
|
|
||||||
// must match SMP_MAX_CPUS in arch_smp.h
|
|
||||||
#define MAX_BOOT_CPUS 4
|
|
||||||
#define MAX_PHYS_MEM_ADDR_RANGE 4
|
|
||||||
#define MAX_VIRT_ALLOC_ADDR_RANGE 4
|
|
||||||
#define MAX_PHYS_ALLOC_ADDR_RANGE 4
|
|
||||||
|
|
||||||
typedef struct ar {
|
|
||||||
uint32 start;
|
|
||||||
uint32 size;
|
|
||||||
} addr_range;
|
|
||||||
|
|
||||||
#endif /* KERNEL_BOOT_STAGE2_STRUCT_H */
|
|
||||||
Reference in New Issue
Block a user