answersLogoWhite

0


Best Answer

To build a kernel with a c compiler, you should have a maximum of 512GB, all what is above 512GB, are used for a linux kernel, because of the stack rate.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How much free memory should a c compiler reserve for building kernels?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Who will take more memory space compiler or interpreter?

Interpreters


Who takes more memory space interpreter or compiler?

Interpreters


Which data structure in a compiler is used to manage memory location of variables and their attributes?

Symbol table.


What remains in reserve then turn into plasma cells when needed?

Memory cells


What is the use of compiler in c language?

Compilers check correctness of your program syntax, memory allocation procedures and so on.


What is the difference between malloc and new in terms of throwing exceptions?

malloc will return a 0 if memory is unable to be allocated. new on the other hand will either throw an exception or also return 0, depending on the compiler and the compiler settings.


Why you have to declare variable first in turbo c?

All variables (and constants) must be declared before they can be used. This is so the compiler knows exactly how much memory to allocate to the variable, as the declaration tells the compiler exactly what the variable's type is.


Does the declaration in C char far ptr work on a gcc compiler?

The far keyword is not accepted by gcc compiler and hence it will show the error. 'far' allows you to access a physical memory address directly which is not allowed in modern operating systems like windows or gnu/linux. I think far works on DJGPP - a dos compiler.


What is load time binding?

: Compiler generates relocatable code if memory location is not known at compile time. Address assigned as loaded; If starting address


What is the maximum size of else-if ladder in c plus plus?

There is no preset limit on the size of an else-if ladder in C++. It depends on compiler design and available memory.


What is the difference between the stack and the heap?

The stack is a local memory reserve where the program stores variable and function data. The heap is a special memory reserve where the programmer can dynamically allocate memory from. The heap is useful when the programmer doesn't know how large to make certain variables, he just constructs one of the right size during run-time.


What causes insufficent memory errors?

Lack of memory in the computer ! Many older machines are only supplies with 1 or 2 Megabytes - Windows is a 'memory-hungry' program that will reserve vast chucks for itself. Increasing the memory of the computer will usually cure the 'problem' !