Ignore:
Timestamp:
12/14/08 01:48:00 (4 years ago)
Author:
reyalp
Message:

+ allow user to override location of PRIMARY.BIN files. Set PRIMARY_ROOT to a tree that mirrors what is under platform, either on the make command line or in buildconf.inc

  • use automatic MEMISOSIZE on some new ports that didn't have it: g9, sd30, sd300/100j
  • clean up old commented MEMISOSIZE stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/g9/sub/100d/boot.c

    r586 r634  
    66//extern void draw_txt_string(int col, int row, const char *str, color cl);  
    77 
    8 const long new_sa = MEMISOSTART + MEMISOSIZE; 
     8const char * const new_sa = &_end; 
    99 
    1010/* Ours stuff */ 
Note: See TracChangeset for help on using the changeset viewer.