KERNEL_STACK_SIZE should be expressed in bytes as the name suggests, calculate number of pages where needed
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
#define KSEG0_KERNEL_BASE 0x01800000
|
||||
|
||||
/* XTOS Kernel stack size */
|
||||
#define KERNEL_STACK_SIZE 8
|
||||
#define KERNEL_STACK_SIZE 0x4000
|
||||
|
||||
#endif /* __XTDK_I686_KETYPES_H */
|
||||
|
Reference in New Issue
Block a user