Subversion Repositories HelenOS

Rev

Rev 2198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2198 Rev 2214
Line 40... Line 40...
40
 
40
 
41
CFLAGS += -fno-zero-initialized-in-bss
41
CFLAGS += -fno-zero-initialized-in-bss
42
 
42
 
43
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
43
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
44
 
44
 
45
CONFIG_MSIM_GXEMUL = y
45
CONFIG_GXEMUL = y
46
DEFS += -DCONFIG_MSIM_GXEMUL
46
DEFS += -DCONFIG_GXEMUL
-
 
47
 
-
 
48
CONFIG_FB = y
-
 
49
DEFS += -DCONFIG_FB
47
 
50
 
48
## Compile with hierarchical page tables support.
51
## Compile with hierarchical page tables support.
49
#
52
#
50
 
53
 
51
CONFIG_PAGE_PT = y
54
CONFIG_PAGE_PT = y
Line 76... Line 79...
76
	arch/$(ARCH)/src/interrupt.c \
79
	arch/$(ARCH)/src/interrupt.c \
77
	arch/$(ARCH)/src/mm/tlb.c \
80
	arch/$(ARCH)/src/mm/tlb.c \
78
	arch/$(ARCH)/src/aux_print/printf.c \
81
	arch/$(ARCH)/src/aux_print/printf.c \
79
	arch/$(ARCH)/src/aux_print/io.c \
82
	arch/$(ARCH)/src/aux_print/io.c \
80
	arch/$(ARCH)/src/console.c \
83
	arch/$(ARCH)/src/console.c \
81
	arch/$(ARCH)/src/drivers/msim_gxemul.c \
84
	arch/$(ARCH)/src/drivers/gxemul.c \
82
	arch/$(ARCH)/src/exception.c \
85
	arch/$(ARCH)/src/exception.c \
83
	arch/$(ARCH)/src/mm/memory_init.c
86
	arch/$(ARCH)/src/mm/memory_init.c
84
  	
87