feat: initial shared file page management and initialization
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user