On Monday 23 August 2010 04:43:39 cristian paul peñaranda rojas wrote: > About BIOS i see that the bios.bin file is 25K so i can > guess the remaining free is 7K?
There is also the BSS section and the stack which are not present in the .bin file. You can see the size of the BSS by using the lm32-elf-size command on the ELF binary, and for the stack you have to estimate it yourself and add a margin. S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkym...@freenode Webchat: www.milkymist.org/irc.html Wiki: www.milkymist.org/wiki
