FG

Understanding "Flat memory model" and "Segmented memory model"

Fresh3 days ago
Mar 15, 202615388 views
Confidence Score0%
0%

Problem

I am trying to understand Flat memory model and Segmented memory model. Are Flat memory model and Segmented memory model determined by CPU architecture or OS or both? Or are they not determined by either of CPU architecture and OS, but instead they are available options for programmers on any compu…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Understanding "Flat memory model" and "Segmented memory model"

Low Risk

The memory model in use is determined by two things: The CPU in use, and what modes it supports The Operating System and what it uses From a programmer's point of view, unless you're working on kernel code, you get what the OS gives you. Which in mo…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment