Subversion Repositories HelenOS

Rev

Rev 347 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 347 Rev 365
1
mips32 port
1
mips32 port
2
===========
2
===========
3
 
3
 
4
mips32 is the second port of SPARTAN kernel originally written by Jakub Jermar.
4
mips32 is the second port of SPARTAN kernel originally written by Jakub Jermar.
5
It was first developed to run on MIPS R4000 32-bit simulator.
5
It was first developed to run on MIPS R4000 32-bit simulator.
6
Now it can run on real hardware as well.
6
Now it can run on real hardware as well.
7
It can be compiled and run either as little- or big-endian.
7
It can be compiled and run either as little- or big-endian.
8
 
8
 
9
HARDWARE REQUIREMENTS
9
HARDWARE REQUIREMENTS
10
        o SGI Indy R4600
10
        o SGI Indy R4600
11
        o emulated MIPS 4K CPU
11
        o emulated MIPS 4K CPU
12
 
12
 
13
CPU
13
CPU
14
	o QED R4600
14
	o QED R4600
15
 
15
 
16
COMPILER REQUIREMENTS
16
COMPILER REQUIREMENTS
17
        o mips binutils 2.16 and gcc 4.0.1 cross compiler
17
        o mips binutils 2.16 and gcc 4.0.1 cross compiler
18
        o older versions may do as well, but are now obsoleted
18
        o older versions may do as well, but are now obsoleted
19
 
19
 
20
EMULATORS AND VIRTUALIZERS
20
EMULATORS AND VIRTUALIZERS
-
 
21
	o msim 1.2.7
21
        o msim 1.2.6 with lwl/lwr/swl/swr patch
22
        o msim 1.2.6 with lwl/lwr/swl/swr patch
22
        o gxemul - both big and little endian
23
        o gxemul - both big and little endian
23
        o simics 2.2.19
24
        o simics 2.2.19
24
 
25