From c3bfbc680618a8661833bdd25475aba95ea99dd3 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 10 Sep 2012 09:46:07 +0200 Subject: [PATCH] increase the default size of a mailbox --- include/metalsvm/config.h.example | 2 +- include/metalsvm/config.h.scc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/metalsvm/config.h.example b/include/metalsvm/config.h.example index f30d3d0e..299e1782 100644 --- a/include/metalsvm/config.h.example +++ b/include/metalsvm/config.h.example @@ -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 diff --git a/include/metalsvm/config.h.scc b/include/metalsvm/config.h.scc index 82650eb4..97006560 100644 --- a/include/metalsvm/config.h.scc +++ b/include/metalsvm/config.h.scc @@ -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