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 0x0000000800000000
|
||||
|
||||
/* XTOS Kernel stack size */
|
||||
#define KERNEL_STACK_SIZE 8
|
||||
#define KERNEL_STACK_SIZE 0x8000
|
||||
|
||||
#endif /* __XTDK_AMD64_KETYPES_H */
|
||||
|
Reference in New Issue
Block a user