Changeset c4b2788 in mainline


Ignore:
Timestamp:
2006-06-18T21:37:32Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5027df7
Parents:
e3ae246
Message:

prepare GXEmul kernel to use the boot loader

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    re3ae246 rc4b2788  
    7979endif
    8080ifeq ($(MIPS_MACHINE),lgxemul)
    81         BFD_NAME=elf32-tradlittlemips
    82         BFD = ecoff-littlemips
     81        BFD_NAME = elf32-tradlittlemips
     82        BFD = binary
    8383        CFLAGS += -DFB_BIG_ENDIAN -DARCH_HAS_FPU -mips3
    84         INIT_ADDRESS = 0x81800000
    8584endif
    8685ifeq ($(MIPS_MACHINE),bgxemul)
    87         BFD_NAME=elf32-bigmips
     86        BFD_NAME = elf32-bigmips
    8887        BFD = ecoff-bigmips
    8988        TARGET = mips-sgi-irix5
  • contrib/conf/gxemul.sh

    re3ae246 rc4b2788  
    22# Uspace addresses outside of normal memory (kernel has std. 8 or 16MB)
    33# 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.bin
     4        gxemul $@ -E testmips image.boot
  • kernel.config

    re3ae246 rc4b2788  
    3838! [ARCH=ia32] IA32_CPU (choice)
    3939
    40 # MIPS Machine Type
     40# MIPS Machine type
    4141@ "msim" MSIM Simulator
    4242@ "simics" Virtutech Simics simulator
Note: See TracChangeset for help on using the changeset viewer.