Add mmap module in vm defining mmap_entry structure and some helper functions
This commit is contained in:
@@ -64,6 +64,7 @@ userprog_SRC += userprog/tss.c # TSS management.
|
||||
# Virtual memory code.
|
||||
vm_SRC += vm/frame.c # Frame table manager.
|
||||
vm_SRC += vm/page.c # Page table manager.
|
||||
vm_SRC += vm/mmap.c # Memory-mapped files.
|
||||
vm_SRC += devices/swap.c # Swap block manager.
|
||||
|
||||
# Filesystem code.
|
||||
|
||||
Reference in New Issue
Block a user