feat: initial shared file page management and initialization
This commit is contained in:
@@ -292,6 +292,7 @@ fetch_page (void *upage, bool write)
|
||||
switch (page->type) {
|
||||
case PAGE_MMAP:
|
||||
case PAGE_FILE:
|
||||
case PAGE_SHARED:
|
||||
success = page_load_file (page);
|
||||
if (success && page->type == PAGE_FILE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user