Subversion Repositories HelenOS-historic

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
941 6631 d 23 h palkovsky /kernel/trunk/ Fixed mips elf loading.  
938 6631 d 23 h jermar /kernel/trunk/ Basic support for loading ELF object files.
ia64, amd64, ia32 working.
mips32 requires some attention.
 
794 6666 d 2 h palkovsky /kernel/trunk/ Added MIPS userspace. Currently can't make it work in gxemul.  
534 6729 d 22 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6729 d 22 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6742 d 3 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
324 6816 d 4 h palkovsky /SPARTAN/trunk/ MIPS architecture now works without any problems in
- msim: compile as OUTPUT_FORMAT(binary)
- gxemul: compile as OUTPUT_FORMAT(ecoff-littlemips), or create
configuration file for binary format (will be done later)
- simics: compile as OUTPUT_FORMAT(elf32-little), might work with binary
format, didn't try yet.