- Timestamp:
- 2005-06-02T23:56:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ac5d02b
- Parents:
- 7dcbc0a1
- Location:
- arch/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/mm/vm.h
r7dcbc0a1 rdcbc8be 38 38 39 39 #define UTEXT_ADDRESS_ARCH 0x00001000 40 #define USTACK_ADDRESS_ARCH 0x7ffff00040 #define USTACK_ADDRESS_ARCH (0x7fffffff-(PAGE_SIZE-1)) 41 41 #define UDATA_ADDRESS_ARCH 0x01001000 42 42 -
arch/mips/src/asm.s
r7dcbc0a1 rdcbc8be 149 149 nop 150 150 151 .global memcopy 152 memcopy: 153 j _memcopy 154 nop 155 151 156 # THIS IS USERSPACE CODE 152 157 .global utext
Note:
See TracChangeset
for help on using the changeset viewer.