Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
326 6807 d 23 h palkovsky /SPARTAN/trunk/ 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.
 
317 6810 d 14 h palkovsky /SPARTAN/trunk/ MIPS exception now saves all necesssary information only on stack.  
307 6811 d 15 h palkovsky /SPARTAN/trunk/ Fixed things broken by last commit.  
306 6811 d 15 h palkovsky /SPARTAN/trunk/ 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.
 
43 6933 d 2 h jermar /SPARTAN/trunk/src/ Add comfortable build and cleanup scripts for ia32, ia64 and mips architectures.