Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
809 6686 d 18 h palkovsky /kernel/trunk/arch/amd64/src/smp/ Simics GS patch even in SMP.  
696 6716 d 14 h decky /kernel/trunk/arch/amd64/ AMD64 SMP boots again  
534 6751 d 14 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6751 d 14 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6763 d 19 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
472 6776 d 19 h jermar /SPARTAN/trunk/ Changes in build system.
For .S targets, always do -D__ASM__.
Remove unnecessary #define __ASM__ from various *.S files.
At the end of build, generate disassembler dump for kernel.raw.

ia64 work.
Better General Exception handler.
 
458 6777 d 21 h decky /SPARTAN/trunk/ make configuration variables usage consistent  
406 6804 d 12 h jermar /SPARTAN/trunk/arch/ Fix directives for K_TEXT_START, K_TEXT_START_2 and K_DATA_START sections to be more descriptive about section's content.
Remove LOAD(0xdeadbeaf) from ia32 linker script.
Remove __fake from amd64 pm.c.
 
282 6843 d 1 h palkovsky /SPARTAN/trunk/ Fixed gdtr naming issues after ia32 changes.
Fixed stack alignment on new thread to by multiple of 16,
we are now ABI-correct and we do not #GP on va_arg to boot.
Fixed bad exception register names reporting.
Fixed bad _hardcoded_load_addr, which caused allocation of kernel text
frames.
 
277 6843 d 13 h palkovsky /SPARTAN/trunk/arch/ Reverted APIC mapping back to identity mapping.
Added AMD64 SMP support. Works now!