summaryrefslogtreecommitdiffstats
path: root/Makefile.build
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2012-06-19 01:44:56 +0200
committermanuel <manuel@mausz.at>2012-06-19 01:44:56 +0200
commite88a8c4c379d721e9901752d440a05295087da11 (patch)
treeb89070c525614267811a10b77a4dbc49ffd96b03 /Makefile.build
parentd9e0c55d118d0a3923b440b7811f8d1d6db9e1d7 (diff)
downloadprogos-e88a8c4c379d721e9901752d440a05295087da11.tar.gz
progos-e88a8c4c379d721e9901752d440a05295087da11.tar.bz2
progos-e88a8c4c379d721e9901752d440a05295087da11.zip
implement page table and use it for lazy loading of segments
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
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.
62userprog_SRC += userprog/tss.c # TSS management. 62userprog_SRC += userprog/tss.c # TSS management.
63 63
64# No virtual memory code yet. 64# No virtual memory code yet.
65#vm_SRC = vm/file.c # Some file. 65vm_SRC = vm/page.c
66 66
67# Filesystem code. 67# Filesystem code.
68filesys_SRC = filesys/filesys.c # Filesystem core. 68filesys_SRC = filesys/filesys.c # Filesystem core.