prepare memory reorganization and minor fixes

This commit is contained in:
Bas Wijnen
2009-07-16 09:15:15 +02:00
parent 4b47df85e3
commit cc1dc267d5
9 changed files with 92 additions and 74 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ LD = $(CROSS)ld
OBJCOPY = $(CROSS)objcopy
headers = kernel.hh iris.h $(arch_headers)
kernel_sources = panic.cc data.cc alloc.cc invoke.cc schedule.cc $(arch_kernel_sources)
kernel_sources = panic.cc data.cc alloc.cc memory.cc invoke.cc schedule.cc $(arch_kernel_sources)
BUILT_SOURCES = $(kernel_sources) $(boot_sources)
# Include arch-specific rules.