Changeset 2e5f770 in mainline for doc/arch/mips32


Ignore:
Timestamp:
2005-09-12T21:32:52Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1cf98c
Parents:
1c9b02df
Message:

Update documentation of ports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/arch/mips32

    r1c9b02df r2e5f770  
    1 SPARTAN kernel currently supports emulated MIPS R4000 32-bit
    2 little-endian architecture. In other words, it can only run in MIPS
    3 R4000 emulator called msim. This emulator is being developed by Viliam
    4 Holub:
     1mips32 port
     2===========
    53
    6 http://nenya.ms.mff.cuni.cz/~holub/msim
     4mips32 is the second port of SPARTAN kernel originally written by Jakub Jermar.
     5It was first developed to run on MIPS R4000 32-bit simulator.
     6Now it can run on real hardware as well.
     7It can be compiled and run either as little- or big-endian.
    78
    8 Note that msim diverges from real MIPS hardware in some aspects.
    9 Therefore, some non-trivial changes will be necessary for a real
    10 hardware port. The simulator is described in this manual:
     9HARDWARE REQUIREMENTS
     10        o SGI Indy R4600
     11        o emulated MIPS 4K CPU
    1112
    12 http://nenya.ms.mff.cuni.cz/~holub/msim/msim.ps
     13COMPILER REQUIREMENTS
     14        o mips binutils 2.16 and gcc 4.0.1 cross compiler
     15        o older versions may do as well, but are now obsoleted
     16
     17EMULATORS AND VIRTUALIZERS
     18        o msim 1.2.6 with lwl/lwr/swl/swr patch
     19        o gxemul - both big and little endian
     20        o simics 2.2.19
Note: See TracChangeset for help on using the changeset viewer.