Rev 341 | Rev 347 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
346 | jermar | 1 | mips32 port |
2 | =========== |
||
1 | jermar | 3 | |
346 | 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. |
||
6 | Now it can run on real hardware as well. |
||
7 | It can be compiled and run either as little- or big-endian. |
||
1 | jermar | 8 | |
346 | jermar | 9 | HARDWARE REQUIREMENTS |
10 | o SGI Indy R4600 |
||
11 | o emulated MIPS 4K CPU |
||
1 | jermar | 12 | |
346 | jermar | 13 | COMPILER 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 | |||
17 | EMULATORS 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 |