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

@sharvil-lade sharvil-lade changed the title feat: Implemented Segmentation+Paging Simulator feat: implemented segmentation-paging simulator Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant