Project

General

Profile

Statistics
| Revision:

root / trunk / bootloader / linker_script.x @ 199

History | View | Annotate | Download (6.01 KB)

# Date Author Comment
196 02/24/2010 05:57 PM Kevin Woo
  • Fixed bug where the naked attribute did not work with main
  • Used a noreturn attribute to main_start which saved us some room. That works
  • Tested removal of interrupt tables, this works
195 02/24/2010 03:54 PM Kevin Woo

Using a modified linker script to strip out the unused interrupt vector table in the bootloader. Not tested