Changeset 2e5f770 in mainline
- Timestamp:
- 2005-09-12T21:32:52Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1cf98c
- Parents:
- 1c9b02df
- 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: 1 ia64 port 2 ========= 4 3 5 http://www.hpl.hp.com/research/linux/ski/ 4 ia64 port is the third port of SPARTAN originally written by Jakub Jermar. 5 It is still in its early stages. It runs on HP Ski simulator of IA-64 architecture. 6 6 7 Use init skript like this to run the kernel: 7 HARDWARE REQUIREMENTS 8 o no real hardware supported 8 9 9 -----8<------ 10 EMULATORS AND VIRTUALIZERS 11 o ski 10 12 11 load kernel.bin 12 load load.bin 13 14 ----->8------ 13 COMPILER 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: 1 mips32 port 2 =========== 5 3 6 http://nenya.ms.mff.cuni.cz/~holub/msim 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. 7 8 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: 9 HARDWARE REQUIREMENTS 10 o SGI Indy R4600 11 o emulated MIPS 4K CPU 11 12 12 http://nenya.ms.mff.cuni.cz/~holub/msim/msim.ps 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
Note:
See TracChangeset
for help on using the changeset viewer.