Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi Goon,
It is the kernel, not romfs, that eating up your memory. The 813K + 122K is the static size of your kernel (code + data + bss). But the kernel dynamically allocates a lot of stuff during the booting, thus eating up your remaining 1M RAM. Regards,