2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
5 #ifndef _NEWOS_BOOT_STAGE2_STRUCT_H
6 #define _NEWOS_BOOT_STAGE2_STRUCT_H
8 #include <kernel/ktypes.h>
10 #define MAX_PHYS_MEM_ADDR_RANGE 16
11 #define MAX_VIRT_ALLOC_ADDR_RANGE 16
12 #define MAX_PHYS_ALLOC_ADDR_RANGE 16