feat: implement frame table without thread safety

This commit is contained in:
Themis Demetriades
2024-11-26 15:17:11 +00:00
parent 605050e38d
commit ea2725f606
5 changed files with 189 additions and 5 deletions

View File

@@ -62,6 +62,7 @@ userprog_SRC += userprog/gdt.c # GDT initialization.
userprog_SRC += userprog/tss.c # TSS management.
# Virtual memory code.
vm_SRC += vm/frame.c # Frame table manager.
vm_SRC += devices/swap.c # Swap block manager.
#vm_SRC = vm/file.c # Some other file.