KERNEL_STACK_SIZE should be expressed in bytes as the name suggests, calculate number of pages where needed
Tutti i controlli sono stati effettuati con successo
ci/woodpecker/push/build Pipeline was successful
Tutti i controlli sono stati effettuati con successo
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 */
|
||||
|
Fai riferimento in un nuovo problema
Block a user