Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
341 6820 d 9 h jermar /SPARTAN/trunk/ Rename mips port to mips32.  
332 6821 d 10 h palkovsky /SPARTAN/trunk/ Updated symtab so that it works correctly with BE architectures.
Changed compiler for BE MIPS to be mips-sgi-irix5, because
mipsel -EB does not behave correctly.
Doc updates to amd64.
Added ARC BIOS support to MIPS architecture. Putchar works correctly,
kernel passed FPU & some rwlock tests.
 
318 6825 d 13 h jermar /SPARTAN/trunk/ Make AMD64 gencontext.c consistent with MIPS gencontext.c  
317 6825 d 13 h palkovsky /SPARTAN/trunk/ MIPS exception now saves all necesssary information only on stack.  
306 6826 d 14 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.
 
297 6827 d 11 h palkovsky /SPARTAN/trunk/ Symtab now contains variables  
293 6827 d 23 h palkovsky /SPARTAN/trunk/ Symbol table now contains static functions too.
NOTE: gcc heavily inlines, be aware of optimizations.

Removed excesive item from boot page tables.
 
288 6828 d 5 h jermar /SPARTAN/trunk/ Create tools/ directory.
Move helper scripts and tools out of src/ and arch/.