Memory Control
Memory Program
If you type the “memory” command in the chell,
you will see the program for showing memory informations, such as:
– RAM or ROM size,
– Usage of memory
– Memory alignment
– And sizes of few sections
But more important thing hides under the “Show Allocations” menu.
It’s here, where you can see list of allocated memory.
There is not a way to allocate memory in the ChocoOS without specify “Allocator”
that describes module requesting for. It is very useful to find a memory leakage.
IMPORTANT NOTE:
The program, that you see DOES NOT USE LCD! It is displayed by using VT100 terminal standard.
All that you need is UART.