Changeset 9b9f195 in mainline for arch/mips32/src/mips32.c


Ignore:
Timestamp:
2006-02-06T16:56:53Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3d2d2fc2
Parents:
021d471
Message:

Gxemul support for mips userspace. MIPS now _must_ be started
always with userspace, there is (almost) no way how to pass parameters
to kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/mips32.c

    r021d471 r9b9f195  
    9898
    9999        /* Setup usermode...*/
    100         config.init_addr = 0x20000000;
     100        config.init_addr = MIPS_USPACE_ADDR;
    101101        config.init_size = FRAME_SIZE;
    102102}
Note: See TracChangeset for help on using the changeset viewer.