- 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
This commit is contained in:
parent
12bfcd2f87
commit
6f8e291f45
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ KEEP_DEBUG = --only-keep-debug
|
||||||
export MAKE = make
|
export MAKE = make
|
||||||
export ASM = nasm
|
export ASM = nasm
|
||||||
export ASMFLAGS = -felf32 -g
|
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 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 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
|
export AR = ar
|
||||||
|
|
|
@ -33,7 +33,7 @@ extern "C" {
|
||||||
#define KMSG_SIZE (128*1024)
|
#define KMSG_SIZE (128*1024)
|
||||||
#define PAGE_SIZE 4096
|
#define PAGE_SIZE 4096
|
||||||
#define CACHE_LINE 64
|
#define CACHE_LINE 64
|
||||||
#define MAILBOX_SIZE 2
|
#define MAILBOX_SIZE 8
|
||||||
#define TIMER_FREQ 100 /* in HZ */
|
#define TIMER_FREQ 100 /* in HZ */
|
||||||
#define CLOCK_TICK_RATE 1193182 /* 8254 chip's internal oscillator frequency */
|
#define CLOCK_TICK_RATE 1193182 /* 8254 chip's internal oscillator frequency */
|
||||||
#define INT_SYSCALL 0x80
|
#define INT_SYSCALL 0x80
|
||||||
|
@ -46,8 +46,8 @@ extern "C" {
|
||||||
*/
|
*/
|
||||||
#define BITMAP_SIZE 1048576
|
#define BITMAP_SIZE 1048576
|
||||||
|
|
||||||
//#define CONFIG_PCI
|
#define CONFIG_PCI
|
||||||
//#define CONFIG_LWIP
|
#define CONFIG_LWIP
|
||||||
#define CONFIG_VGA
|
#define CONFIG_VGA
|
||||||
#define CONFIG_KEYBOARD
|
#define CONFIG_KEYBOARD
|
||||||
#define CONFIG_MULTIBOOT
|
#define CONFIG_MULTIBOOT
|
||||||
|
|
Loading…
Add table
Reference in a new issue