1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

set defaul stack size to 64KByte

This commit is contained in:
Stefan Lankes 2016-03-13 11:48:17 +01:00
parent ceea432877
commit 05465fa5b7

View file

@ -41,7 +41,7 @@ extern "C" {
#define VIDEO_MEM_ADDR 0xB8000 /* the video memory address */
#define CACHE_LINE 64
#define KERNEL_STACK_SIZE (8*1024)
#define DEFAULT_STACK_SIZE (64*1024*1024)
#define DEFAULT_STACK_SIZE (64*1024)
#define KMSG_SIZE (4*1024)
#define INT_SYSCALL 0x80
#define MAILBOX_SIZE 128