Giter Club home page Giter Club logo

virtual-memory's Introduction

Virtual Memory

This repository contains an implementation of Virtual Memory, which serves as a software abstraction of the computer's physical memory. It includes an executable file, object files, performance analysis of page replacement algorithms, and the source code.

Table of Content

Description

This project is an implementation of Virtual Memory for an operating system. Virtual memory is a crucial component of modern operating systems that enables efficient utilization of system resources and allows processes to run smoothly even when physical memory is limited.

The implementation encompasses various key aspects of virtual memory, including page tables, page fault handling, demand paging, and page replacement algorithms. By simulating the behavior of virtual memory, this project aims to provide an understanding of how operating systems manage memory in a virtualized environment. More Information

Features

  • Virtual Memory mapping and translation
  • Page Table Management
  • Using Page Replacement Algorithms
  • Implementation of Memory Management
  • Demand Paging and Page Fault Handling
  • Memory Allocation and Deallocation
  • Efficient Memory Access

In order to better understand the performance of the Ypage representation algorithms, we have discussed them together:

Purpose

The purpose of this project is to provide a practical understanding of virtual memory management in operating systems. By exploring different components of virtual memory and examining their behavior through simulations, the project aims to enhance knowledge of memory management techniques and the challenges involved in efficiently utilizing system resources.

Installation

  • Clone the repository to your local machine using the following command:
[git clone https://github.com/jElhamm/Virtual-Memory.git]
  • Enter the cloned directory:
cd Virtual-Memory

Usage

  1. Run the compiled executable file:
./VirtualMemory
  1. Follow the on-screen instructions to interact with the virtual memory system.

References

BOOK:

  • Modern Operating Systems Book by Andrew Tanenbaum.
  • Operating System Concepts Book by Abraham Silberschatz.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

virtual-memory's People

Contributors

jelhamm avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

likhith816

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.