perajarac / implementing-page-fault-handler-in-xv6-swap-tehnique

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The goal of this task is to implement a part of the virtual memory system. The virtual memory system should provide page swapping . Multiple processes that share physical memory can exist in the system. It is necessary to enable page swapping by transferring pages to a hard disk. Functions for accessing disk blocks are provided for accessing the swap space on the hard disk.

About

License:Other


Languages

Language:C 94.4%Language:Assembly 3.4%Language:Makefile 1.9%Language:Perl 0.3%Language:Emacs Lisp 0.0%