Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1746 → Rev 1745

/kernel/trunk/arch/mips32/Makefile.inc
78,12 → 78,13
INIT_SIZE = 0
endif
ifeq ($(MIPS_MACHINE),lgxemul)
BFD_NAME = elf32-tradlittlemips
BFD = binary
BFD_NAME=elf32-tradlittlemips
BFD = ecoff-littlemips
CFLAGS += -DFB_BIG_ENDIAN -DARCH_HAS_FPU -mips3
INIT_ADDRESS = 0x81800000
endif
ifeq ($(MIPS_MACHINE),bgxemul)
BFD_NAME = elf32-bigmips
BFD_NAME=elf32-bigmips
BFD = ecoff-bigmips
TARGET = mips-sgi-irix5
TOOLCHAIN_DIR = /usr/local/mips/bin
/kernel/trunk/kernel.config
37,7 → 37,7
@ "prescott" Prescott
! [ARCH=ia32] IA32_CPU (choice)
 
# MIPS Machine type
# MIPS Machine Type
@ "msim" MSIM Simulator
@ "simics" Virtutech Simics simulator
@ "lgxemul" GXEmul Little Endian
/kernel/trunk/contrib/conf/gxemul.sh
1,4 → 1,4
#!/bin/sh
# Uspace addresses outside of normal memory (kernel has std. 8 or 16MB)
# we place the pages at 24M
gxemul $@ -E testmips image.boot
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.bin