feat: initial shared file page management and initialization

This commit is contained in:
2024-12-05 21:46:49 +00:00
parent 4dd6b6e928
commit dd46200256
5 changed files with 192 additions and 8 deletions

View File

@@ -33,6 +33,7 @@
#endif
#ifdef VM
#include "vm/frame.h"
#include "vm/page.h"
#include "devices/swap.h"
#endif
#ifdef FILESYS
@@ -104,6 +105,7 @@ main (void)
paging_init ();
#ifdef VM
frame_init ();
shared_file_pages_init ();
#endif
/* Segmentation. */