Changeset 2e5f770 in mainline


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.

Location:
doc
Files:
3 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • doc/arch/ia64

    r1c9b02df r2e5f770  
    1 SPARTAN kernel now features early IA-64 support.
    2 To run SPARTAN on IA-64, you must use the
    3 HP Ski simulator. It can be downloaded from here:
     1ia64 port
     2=========
    43
    5 http://www.hpl.hp.com/research/linux/ski/
     4ia64 port is the third port of SPARTAN originally written by Jakub Jermar.
     5It is still in its early stages. It runs on HP Ski simulator of IA-64 architecture.
    66
    7 Use init skript like this to run the kernel:
     7HARDWARE REQUIREMENTS
     8        o no real hardware supported
    89
    9 -----8<------
     10EMULATORS AND VIRTUALIZERS
     11        o ski
    1012
    11 load kernel.bin
    12 load load.bin
    13 
    14 ----->8------
     13COMPILER REQUIREMENTS
     14        o IA-64 binutils 2.15 and gcc 4.0.0 cross compiler
     15        o older versions may do as well, but are now obsoleted
  • 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.