stack and the bin file
Posted: Sat Apr 15, 2006 8:54 pm
Below is my stact code in boot.asm
SECTION .bss
stack:
resb STACTSIZE
In my opinion stack space is in the code ,so it must enlarge the bin file just like the "times xx db 0"does ,right?
but ,if I change the STACTSIZE ,the size of kernel.bin file does not change at all .why ?I am fully confused somewhere ?
Thank you for your attention.
SECTION .bss
stack:
resb STACTSIZE
In my opinion stack space is in the code ,so it must enlarge the bin file just like the "times xx db 0"does ,right?
but ,if I change the STACTSIZE ,the size of kernel.bin file does not change at all .why ?I am fully confused somewhere ?
Thank you for your attention.