Skip to content

OS class backup. Linux kernel module that takes a PID and virtual mem addr then finds either the physical mem addr, the swap page, or indicates the page is not available.

Notifications You must be signed in to change notification settings

00ryanwelzel/CSE330memoryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CSE330memoryManager

(Ryan Welzel 6/19/2025)

OS class backup. Linux kernel module that takes a PID and virtual mem addr then finds either the physical mem addr, the swap page, or indicates the page is not available.


Features:

  • Locates the location from a process and its virtual address.

Requirements:

  • Linux OS
  • GCC compiler
  • Swapfile

Enable swapfile with:

  • sudo dd if=/dev/zero of=/mnt/1GiB.swap bs=1024

Note: run vm with low memory >=4GiB

About

OS class backup. Linux kernel module that takes a PID and virtual mem addr then finds either the physical mem addr, the swap page, or indicates the page is not available.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published