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:
parent
ceea432877
commit
05465fa5b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue