From 52cf282835442b349c9a943f44a6af41d2fed3b1 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 9 Aug 2010 13:25:01 +0000 Subject: [PATCH] - minor update git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@49 315a16e6-25f9-4109-90ae-ca3045a26c18 --- include/metalsvm/config.h.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/metalsvm/config.h.example b/include/metalsvm/config.h.example index 35147624..865e1516 100644 --- a/include/metalsvm/config.h.example +++ b/include/metalsvm/config.h.example @@ -28,11 +28,13 @@ extern "C" { #define MAX_TASKS 16 #define MAX_CORES 8 #define DEFAULT_STACK_SIZE (32*1024) +#define KERNEL_STACK_SIZE 8192 #define KMSG_SIZE (1024*1024) #define PAGE_SIZE 4096 #define MAILBOX_SIZE 2 #define TIMER_FREQ 100 /* in HZ */ #define CLOCK_TICK_RATE 1193182 /* 8254 chip's internal oscillator frequency */ +#define INT_SYSCALL 0x80 #define BYTE_ORDER LITTLE_ENDIAN @@ -43,7 +45,7 @@ extern "C" { #define BITMAP_SIZE 1048576 //#define CONFIG_PCI -#define CONFIG_LWIP +//#define CONFIG_LWIP #define CONFIG_VGA #define CONFIG_KEYBOARD #define CONFIG_MULTIBOOT