increase the default size of a mailbox
This commit is contained in:
parent
bf73e0e0aa
commit
c3bfbc6806
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#define KMSG_SIZE (128*1024)
|
||||
#define PAGE_SHIFT 12
|
||||
#define CACHE_LINE 64
|
||||
#define MAILBOX_SIZE 8
|
||||
#define MAILBOX_SIZE 32
|
||||
#define TIMER_FREQ 100 /* in HZ */
|
||||
#define CLOCK_TICK_RATE 1193182 /* 8254 chip's internal oscillator frequency */
|
||||
#define INT_SYSCALL 0x80
|
||||
|
|
|
@ -33,7 +33,7 @@ extern "C" {
|
|||
#define KMSG_SIZE (128*1024)
|
||||
#define PAGE_SHIFT 12
|
||||
#define CACHE_LINE 32
|
||||
#define MAILBOX_SIZE 8
|
||||
#define MAILBOX_SIZE 32
|
||||
#define TIMER_FREQ 100 /* in HZ */
|
||||
#define CLOCK_TICK_RATE 1193182 /* 8254 chip's internal oscillator frequency */
|
||||
#define INT_SYSCALL 0x80
|
||||
|
|
Loading…
Add table
Reference in a new issue