Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1968 6410 d 3 h jermar /tags/ Canonize pre-0.2.0.3 tags: remove inner branches, tags and trunk directories.
The change now should reflect how those releases looked like after checkout.
 
1965 6410 d 4 h jermar /tags/0.2.0.1/ Tagging release 0.2.0.1  
1422 6563 d 13 h jermar /kernel/trunk/ Modify ia64 linker script to make compilation with gcc 4.1.x possible.  
912 6646 d 5 h jermar /kernel/trunk/ ia64 work.

ivt.S:
Detect userspace stack in heavyweight handler and switch to kernel stack.
Remember the old stack pointer.
As for register stack, kernel stack is assumed still.
Fix alignment issues that showed when STACK_ITEMS was odd.
Fix ld8 instruction that did subtraction of 8 instead of addition of 8.

scheduler.c:
Change before_thread_runs_arch() to calculate address of top of the stack
for the interrupt handler.
 
905 6649 d 3 h jermar /kernel/trunk/ Upgrade toolchain build scripts to install binutils 2.16.1 and gcc 4.1.0.
The only exception is ia64, where the kernel does not build with gcc 4.1.0.
 
534 6737 d 6 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6737 d 6 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6749 d 10 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
346 6820 d 4 h jermar /SPARTAN/trunk/doc/ Update documentation of ports.  
35 6954 d 14 h jermar /SPARTAN/trunk/ Early support for IA-64 architecture.