diff options
| author | manuel <manuel@mausz.at> | 2012-06-19 01:44:56 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2012-06-19 01:44:56 +0200 |
| commit | e88a8c4c379d721e9901752d440a05295087da11 (patch) | |
| tree | b89070c525614267811a10b77a4dbc49ffd96b03 /Makefile.build | |
| parent | d9e0c55d118d0a3923b440b7811f8d1d6db9e1d7 (diff) | |
| download | progos-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.build | 2 |
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. | |||
| 62 | userprog_SRC += userprog/tss.c # TSS management. | 62 | userprog_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. | 65 | vm_SRC = vm/page.c |
| 66 | 66 | ||
| 67 | # Filesystem code. | 67 | # Filesystem code. |
| 68 | filesys_SRC = filesys/filesys.c # Filesystem core. | 68 | filesys_SRC = filesys/filesys.c # Filesystem core. |
