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