feat: allow stack to grow for process up to 8MB in size

This commit is contained in:
EDiasAlberto
2024-11-26 04:43:25 +00:00
parent 605050e38d
commit 3ef5264b6e
4 changed files with 57 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ userprog_SRC += userprog/tss.c # TSS management.
# Virtual memory code.
vm_SRC += devices/swap.c # Swap block manager.
vm_SRC += vm/stackgrowth.c
#vm_SRC = vm/file.c # Some other file.
# Filesystem code.