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

This commit is contained in:
2022-12-21 22:24:16 +01:00
parent dc2570ca8e
commit 6c4496f839
4 changed files with 15 additions and 18 deletions

View File

@@ -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 */