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

reduce size of the kernel messages

This commit is contained in:
Stefan Lankes 2015-11-02 23:16:53 +01:00
parent f5fcfb6108
commit 6d81b041c8

View file

@ -42,7 +42,7 @@ extern "C" {
#define CACHE_LINE 64
#define KERNEL_STACK_SIZE (8<<10) /* 8 KiB */
#define DEFAULT_STACK_SIZE (64*1024) /* 16 KiB */
#define KMSG_SIZE (8*1024)
#define KMSG_SIZE (4*1024)
#define INT_SYSCALL 0x80
#define MAILBOX_SIZE 32
//#define WITH_PCI_IDS