Changeset 9295b0cf in mainline
- Timestamp:
- 2006-03-12T19:00:42Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0cf9de
- Parents:
- f7ea8fab
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/elf.h
rf7ea8fab r9295b0cf 31 31 32 32 #define ELF_MACHINE EM_MIPS 33 #define ELF_DATA_ENCODING ELFDATA2MSB 33 34 #ifdef BIG_ENDIAN 35 # define ELF_DATA_ENCODING ELFDATA2MSB 36 #else 37 # define ELF_DATA_ENCODING ELFDATA2LSB 38 #endif 39 34 40 #define ELF_CLASS ELFCLASS32 35 41 -
contrib/conf/spmips.conf
rf7ea8fab r9295b0cf 23 23 (0x180003ff, tty0, 0, 7, 1), 24 24 (0x1c000000, hfs0, 0, 0, 16), 25 (0x01000000, initmem0, 0, 0, 0x 20000))25 (0x01000000, initmem0, 0, 0, 0x100000)) 26 26 } 27 27 … … 44 44 OBJECT initmem0-image TYPE image { 45 45 queue: cpu0 46 size: 0x 2000046 size: 0x100000 47 47 files: (("../../../uspace/init/init", "ro", 0,0)) 48 48 }
Note:
See TracChangeset
for help on using the changeset viewer.