From 6f8e291f456d3e705d3829ccd527e4e5d3e6d4e7 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 30 Nov 2010 06:07:40 +0000 Subject: [PATCH] - by default we enable the PCI support git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@298 315a16e6-25f9-4109-90ae-ca3045a26c18 --- Makefile.example | 2 +- include/metalsvm/config.h.example | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.example b/Makefile.example index c7af6950..46d9a582 100644 --- a/Makefile.example +++ b/Makefile.example @@ -12,7 +12,7 @@ KEEP_DEBUG = --only-keep-debug export MAKE = make export ASM = nasm export ASMFLAGS = -felf32 -g -export INCLUDE = -I$(TOPDIR)/include -I$(TOPDIR)/arch/$(ARCH)/include -I$(TOPDIR)/lwip/src/include -I$(TOPDIR)/lwip/src/include/ipv4 +export INCLUDE = -I$(TOPDIR)/include -I$(TOPDIR)/arch/$(ARCH)/include -I$(TOPDIR)/lwip/src/include -I$(TOPDIR)/lwip/src/include/ipv4 -I$(TOPDIR)/drivers export CC = gcc export CFLAGS = -g -m32 -march=i386 -Wall -O2 -fno-zero-initialized-in-bss -fno-builtin-function -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc $(INCLUDE) -fno-stack-protector export AR = ar diff --git a/include/metalsvm/config.h.example b/include/metalsvm/config.h.example index b006fa7e..6072863f 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_SIZE 4096 #define CACHE_LINE 64 -#define MAILBOX_SIZE 2 +#define MAILBOX_SIZE 8 #define TIMER_FREQ 100 /* in HZ */ #define CLOCK_TICK_RATE 1193182 /* 8254 chip's internal oscillator frequency */ #define INT_SYSCALL 0x80 @@ -46,8 +46,8 @@ extern "C" { */ #define BITMAP_SIZE 1048576 -//#define CONFIG_PCI -//#define CONFIG_LWIP +#define CONFIG_PCI +#define CONFIG_LWIP #define CONFIG_VGA #define CONFIG_KEYBOARD #define CONFIG_MULTIBOOT