From e88a8c4c379d721e9901752d440a05295087da11 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 19 Jun 2012 01:44:56 +0200 Subject: implement page table and use it for lazy loading of segments --- Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.build') diff --git a/Makefile.build b/Makefile.build index e997d27..e68e721 100644 --- a/Makefile.build +++ b/Makefile.build @@ -62,7 +62,7 @@ userprog_SRC += userprog/gdt.c # GDT initialization. userprog_SRC += userprog/tss.c # TSS management. # No virtual memory code yet. -#vm_SRC = vm/file.c # Some file. +vm_SRC = vm/page.c # Filesystem code. filesys_SRC = filesys/filesys.c # Filesystem core. -- cgit v1.2.3