xref: /haiku/headers/private/kernel/arch/sparc/kernel.h (revision 4466b89c65970de4c7236ac87faa2bee4589f413)
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
7 
8 // memory layout
9 #define KERNEL_BASE 0x80000000
10 #define KERNEL_SIZE 0x80000000
11 
12 #define USER_BASE   0x00000000
13 #define USER_SIZE   0x80000000
14 
15 #endif
16