update project structures
[lunaix-os.git] / lunaix-os / includes / lunaix / constants.h
1 #ifndef __LUNAIX_CONSTANTS_H
2 #define __LUNAIX_CONSTANTS_H
3
4 #define K_STACK_SIZE            (64 << 10)
5 #define K_STACK_START           ((0xFFBFFFFFU - K_STACK_SIZE) + 1)
6 #define HIGHER_HLF_BASE         0xC0000000UL
7 #define MEM_1MB                 0x100000UL
8
9 #define VGA_BUFFER_VADDR        0xB0000000UL
10 #define VGA_BUFFER_PADDR        0xB8000UL
11 #define VGA_BUFFER_SIZE         4096
12
13 #endif /* __LUNAIX_CONSTANTS_H */