Make UEFI boot-platform build again
[haiku.git] / headers / private / kernel / arch / sparc / kernel.h
blob13d6aa530e8f85b27e1967466ea52262b748004c
1 /*
2 ** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _SPARC64_KERNEL_H
6 #define _SPARC64_KERNEL_H
8 // memory layout
9 #define KERNEL_BASE 0x80000000
10 #define KERNEL_SIZE 0x80000000
12 #define USER_BASE 0x00000000
13 #define USER_SIZE 0x80000000
15 #endif