Changeset 804 for trunk/softs/tsar_boot
- Timestamp:
- Sep 12, 2014, 4:29:46 PM (11 years ago)
- Location:
- trunk/softs/tsar_boot
- Files:
- 
          - 2 edited
 
 - 
          include/defs.h (modified) (1 diff)
- 
          preloader.ld.in (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/softs/tsar_boot/include/defs.hr801 r804 44 44 #endif 45 45 46 #ifndef SEG_ROM_BASE47 # error " SEG_ROM_BASEconstant must be defined in the hard_config.h file"46 #ifndef RESET_ADDRESS 47 # error "RESET_ADDRESS constant must be defined in the hard_config.h file" 48 48 #endif 49 49 
- 
        trunk/softs/tsar_boot/preloader.ld.inr794 r804 12 12 /* Definition of the base address for code segment */ 13 13 14 seg_code_base = SEG_ROM_BASE;14 seg_code_base = RESET_ADDRESS; 15 15 seg_data_base = SEG_RAM_BASE + SEG_RAM_SIZE - RESET_STACK_SIZE - 0x4000; 16 16 
Note: See TracChangeset
          for help on using the changeset viewer.
      
