update project structures
[lunaix-os.git] / lunaix-os / includes / lunaix / constants.h
index 66a6f0ce298a91da9b7d2240b2af8a9cf594e45c..6fc0c4818662f91a53467b54421c648b1e36828f 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_CONSTANTS_H
 #define __LUNAIX_CONSTANTS_H
 
-#define K_STACK_SIZE            0x100000U
+#define K_STACK_SIZE            (64 << 10)
 #define K_STACK_START           ((0xFFBFFFFFU - K_STACK_SIZE) + 1)
 #define HIGHER_HLF_BASE         0xC0000000UL
 #define MEM_1MB                 0x100000UL