This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: memory models


Hello Jasper,

>does the concept of memory models (small, medium, large, huge) exists in 
>linux?  using turbo c for dos, i can specify what memory model to use.

This concept stems from the stunted segmented memory model used by Intel 
x86 processors in real mode. Linux operates in protected mode and you do 
not need to care about memory segmentation. Don't worry about it :)


=== Lewin A.R.W. Edwards (Embedded Engineer)
Work: http://www.digi-frame.com/
Personal: http://www.zws.com/ and http://www.larwe.com/

"Und setzet ihr nicht das Leben ein,
Nie wird euch das Leben gewonnen sein."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]