- minor update
git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@49 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
parent
9754bffcc0
commit
52cf282835
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue