Skip to content

Conversation

@sharvil-lade
Copy link
Contributor

Description

  • The simulator translates logical addresses into physical addresses through a hybrid segmentation and paging approach.

  • Each process is first divided into segments, representing logical modules like code, data, and stack.

  • Every segment is then further divided into fixed-size pages for efficient memory allocation.

  • Finally, these pages are mapped to physical memory frames, combining segmentation’s modularity with paging’s space efficiency.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

  • No issues as of now

Checklist

@prajwal3114 prajwal3114 merged commit 5000a70 into OPCODE-Open-Spring-Fest:main Nov 12, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants