KERNEL_STACK_SIZE should be expressed in bytes as the name suggests, calculate number of pages where needed

Este commit está contenido en:
2022-12-21 22:24:16 +01:00
padre dc2570ca8e
commit 6c4496f839
Se han modificado 4 ficheros con 15 adiciones y 18 borrados

Ver fichero

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