Subversion Repositories HelenOS

Rev

Rev 3228 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3228 Rev 3386
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
It can be compiled and run either as little- or big-endian.
6
It can be compiled and run either as little- or big-endian.
7
 
7
 
8
HARDWARE REQUIREMENTS
8
HARDWARE REQUIREMENTS
9
        o emulated MIPS 4K CPU
9
        o emulated MIPS 4K CPU
10
 
10
 
11
CPU
11
CPU
12
	o QED R4600
12
	o QED R4600
13
 
13
 
14
EMULATORS AND VIRTUALIZERS
14
EMULATORS AND VIRTUALIZERS
15
	o msim 1.2.12
15
	o msim 1.2.12
16
        o gxemul - both big and little endian
16
        o gxemul - both big and little endian
17
        o simics 2.2.19
17
        o simics 2.2.19
18
 
18
 
19
TOOLCHAIN REQUIREMENTS
19
TOOLCHAIN REQUIREMENTS
20
        o binutils 2.16, 2.16.1
20
        o binutils 2.16, 2.16.1
21
	o gcc 4.0.1, 4.1.0, 4.1.1
21
	o gcc 4.0.1, 4.1.0, 4.1.1
22
        o older versions may do as well, but are now obsoleted
22
        o older versions may do as well, but are now obsoleted
23
 
23