lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 0b512a8 was e84439a, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago |
|
Fixed mips boot process.
On interrupt saving registers, save $lo, $hi.
Add interrupt naming to asm files (mips).
Save only necessary registers on context switch (see mips ABI).
Fixed copyright info.
|
-
Property mode
set to
100755
|
|
File size:
117 bytes
|
| Line | |
|---|
| 1 | #! /bin/sh
|
|---|
| 2 |
|
|---|
| 3 | set -e
|
|---|
| 4 | # Generate context_offset.h
|
|---|
| 5 | (cd ../tools/mips/;make gencontext;./gencontext)
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | make all ARCH=mips
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.