Merge stack growth functions

This commit is contained in:
EDiasAlberto
2024-11-30 01:54:28 +00:00
7 changed files with 167 additions and 62 deletions

View File

@@ -65,6 +65,8 @@ userprog_SRC += userprog/tss.c # TSS management.
vm_SRC += vm/frame.c # Frame table manager.
vm_SRC += vm/page.c # Page table manager.
vm_SRC += devices/swap.c # Swap block manager.
vm_SRC += vm/stackgrowth.c # Stack growth functions.
#vm_SRC = vm/file.c # Some other file.
# Filesystem code.
filesys_SRC = filesys/filesys.c # Filesystem core.