Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
51 6998 d 0 h jermar /SPARTAN/trunk/ Small changes, fix last few wrong indentations.
TODO cleanup.

IA-64 bits.
Call main_bsp from kernel_image_start().
Prepare for IA-64 context_save and context_restore.
 
45 6998 d 10 h vana /SPARTAN/trunk/ Added fpu_context_t type.
IA-32's version of this type contains array of 512 bytes to be used by FXSAVE ... instructions.
 
42 6998 d 23 h jermar /SPARTAN/trunk/ Add stdarg.h to support variable argument list functions on architectures with compiler support for __builtin_va_*.
stackarg.h is kept for those architectures which lack that kind of support and for testing purposes.

Make printing functions use the __native type and support the maximum integer width.
 
40 7000 d 7 h jermar /SPARTAN/trunk/ Variable argument list support for architectures passing arguments on stack.  
36 7004 d 0 h jermar /SPARTAN/trunk/arch/ia64/ More IA-64 work.  
35 7005 d 9 h jermar /SPARTAN/trunk/ Early support for IA-64 architecture.