> Calling main from boot does not sound sane.

BootLoaders end by jumping (using a call would not be sane) to
absolute address zero.
The vector table from address zero takes care of getting to the the
first .init section and in turn main().

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to