lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since e507afa was ffc277e, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago |
Cleanup of makefiles to have common options in one main makefile.
Add simple build process for different simulators for MIPS.
Added FPU context & lazy FPU context switching to MIPS.
Cleanup of MIPS linker script.
Moved MIPS kernel above 1MB. Not tested on real machine yet, but it might help.
There is something broken with gcc inlined memcpy (either simulator or gcc), it is disabled on BigEndian mips now.
|
-
Property mode
set to
100644
|
File size:
242 bytes
|
Line | |
---|
1 | #
|
---|
2 | # MSIM configuration script
|
---|
3 | #
|
---|
4 |
|
---|
5 | add dcpu mips1
|
---|
6 |
|
---|
7 | add rwm firstmem 0x0 128k load "/dev/zero"
|
---|
8 | add rwm mainmem 0x00100000 16M load "kernel.bin"
|
---|
9 | add rom startmem 0x1fc00000 1k load "load.bin"
|
---|
10 |
|
---|
11 | add dprinter printer 0x10000000
|
---|
Note:
See
TracBrowser
for help on using the repository browser.