Ignore:
Timestamp:
Oct 22, 2013, 8:15:05 PM (11 years ago)
Author:
bouyer
Message:

Make sure the boot loader won't try to write to the ROM.
Store read-write data in BSS along with the stack at seg_stack_base.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/README.txt

    r425 r554  
    5454             We define two segments:
    5555                seg_stack_base: Base address of the stack used by processor 0
    56                 during the boot process.
     56                during the boot process. read-write data and bss will also
     57                be there.
    5758
    58                 seg_boot_base: Base address of the code and data defined for
    59                 this loader
     59                seg_boot_base: Base address of the code and read-only data
     60                defined for this loader
    6061           
    6162Makefile    Makefile for compile the boot loader.
Note: See TracChangeset for help on using the changeset viewer.