Ignore:
Timestamp:
Dec 27, 2018, 7:38:58 PM (5 years ago)
Author:
alain
Message:

Fix several bugs in VFS to support the following
ksh commandis : cp, mv, rm, mkdir, cd, pwd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot.ld

    r572 r610  
    1 /**********************************************************************************************
    2  * This is the linker script for the ALMOS-MK boot-loader used for the TSAR architecture.
    3  * It describes the memory layout for the 'boot.elf' binary file.
    4  *********************************************************************************************/
     1/*******************************************************************
     2 * This is the linker script for the ALMOS-MKH boot-loader,
     3 * to generate the 'boot.elf' file used for the TSAR architecture.
     4 *******************************************************************/
    55
    66/* define the boot code base address */
     
    88boot_code_base = 0x100000;
    99
    10 /* Set the entry point of the boot-loader (e_entry field in the "boot.elf" file header) */
     10/* Set the entry point of the boot-loader */
     11/* (e_entry field in the "boot.elf" file header) */
    1112
    1213ENTRY(boot_entry)
Note: See TracChangeset for help on using the changeset viewer.