From e11b2ef0c606ab516a4344aeea1dbba22cb1fe5d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 21 Jun 2012 16:47:23 +0200 Subject: initial implementation of memory mapped files --- Makefile.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.build') diff --git a/Makefile.build b/Makefile.build index e68e721..4854124 100644 --- a/Makefile.build +++ b/Makefile.build @@ -62,7 +62,8 @@ userprog_SRC += userprog/gdt.c # GDT initialization. userprog_SRC += userprog/tss.c # TSS management. # No virtual memory code yet. -vm_SRC = vm/page.c +vm_SRC = vm/page.c +vm_SRC += vm/mmap.c # Filesystem code. filesys_SRC = filesys/filesys.c # Filesystem core. -- cgit v1.2.3