Changeset c4b2788 in mainline
- Timestamp:
- 2006-06-18T21:37:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5027df7
- Parents:
- e3ae246
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/Makefile.inc
re3ae246 rc4b2788 79 79 endif 80 80 ifeq ($(MIPS_MACHINE),lgxemul) 81 BFD_NAME =elf32-tradlittlemips82 BFD = ecoff-littlemips81 BFD_NAME = elf32-tradlittlemips 82 BFD = binary 83 83 CFLAGS += -DFB_BIG_ENDIAN -DARCH_HAS_FPU -mips3 84 INIT_ADDRESS = 0x8180000085 84 endif 86 85 ifeq ($(MIPS_MACHINE),bgxemul) 87 BFD_NAME =elf32-bigmips86 BFD_NAME = elf32-bigmips 88 87 BFD = ecoff-bigmips 89 88 TARGET = mips-sgi-irix5 -
contrib/conf/gxemul.sh
re3ae246 rc4b2788 2 2 # Uspace addresses outside of normal memory (kernel has std. 8 or 16MB) 3 3 # we place the pages at 24M 4 gxemul $@ -E testmips -X 0x81800000:../uspace/ns/ns 0x81900000:../uspace/kbd/kbd 0x81a00000:../uspace/fb/fb 0x81b00000:../uspace/init/init 0x81c00000:../uspace/console/console 0x81d00000:../uspace/tetris/tetris kernel.bin4 gxemul $@ -E testmips image.boot -
kernel.config
re3ae246 rc4b2788 38 38 ! [ARCH=ia32] IA32_CPU (choice) 39 39 40 # MIPS Machine Type40 # MIPS Machine type 41 41 @ "msim" MSIM Simulator 42 42 @ "simics" Virtutech Simics simulator
Note:
See TracChangeset
for help on using the changeset viewer.