Skip to content

A Python script for translating logical (virtual) addresses into page number, offset, and physical address for teaching operating-systems memory management

BenjaminDanker/Operating-Systems-Memory-and-Address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems Memory Address

Overview

Logical address is collected through input which then displays the page number, offset, and physical address

Requirements

Python 3

Usage

Open Command Prompt
Navigate to folder containing MemoryAddress.py with commands 'cd' and '..'
Execute with 'python MemoryAddress.py'

About

A Python script for translating logical (virtual) addresses into page number, offset, and physical address for teaching operating-systems memory management

Topics

Resources

Stars

Watchers

Forks

Languages