source: mainline/doc/arch/mips32@ b1cf98c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since b1cf98c was b1cf98c, checked in by Jakub Jermar <jakub@…>, 20 years ago

Documentation updates for amd64, mips32 and ia32.

Replace %L with %P printf() formatter in MPS and ACPI detection functions to print addresses in maximal width.

Tweak memmap.S and IA-32 and AMd64 boot.S.
Cancel unneeded instructions.
Replace cmpl $0, %ebx with testl %ebx, %ebx.
Move memmap.S data to K_DATA_START section.

  • Property mode set to 100644
File size: 655 bytes
Line 
1mips32 port
2===========
3
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.
8
9HARDWARE REQUIREMENTS
10 o SGI Indy R4600
11 o emulated MIPS 4K CPU
12
13CPU
14 o QED R4600
15
16COMPILER REQUIREMENTS
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
19
20EMULATORS AND VIRTUALIZERS
21 o msim 1.2.6 with lwl/lwr/swl/swr patch
22 o gxemul - both big and little endian
23 o simics 2.2.19
Note: See TracBrowser for help on using the repository browser.