Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1007 6643 d 23 h decky /kernel/trunk/ ppc32: preemptive scheduling works now
FPU context saving disabled for now
 
1004 6644 d 10 h decky /kernel/trunk/ ppc32: basic exception and interrupt handling  
990 6644 d 16 h decky /kernel/trunk/ ppc32: initial stack, memory barriers, atomic operations, stack offset fix  
987 6644 d 18 h decky /kernel/trunk/arch/ppc32/ ppc32: initial exception support  
970 6645 d 0 h decky /kernel/trunk/arch/ppc32/ ppc32: get memory map from loader  
934 6646 d 18 h decky /kernel/trunk/arch/ppc32/ remove all OpenFirmware bindings from ppc32 kernel code
kernel now runs in real mode (ppc32)
 
845 6669 d 23 h decky /kernel/trunk/ fix stupid bug in ppc32 context_save_arch
save only non-volatile registers in context
 
843 6670 d 15 h palkovsky /kernel/trunk/ Made powerpc to get on PearPC to the version print when compiled with -O1:
- create proper memory zones
- switch to real mode on boot
TODO
- kernel relocation during boot
- autodetection of framebuffer settings (PCI?) - now includes hardcoded
settings for PearPc.
 
534 6744 d 15 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel again.  
532 6744 d 16 h jermar / Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.  
501 6756 d 20 h jermar / Rename HelenOS/SPARTAN to HelenOS/kernel.  
342 6827 d 21 h jermar /SPARTAN/trunk/arch/ Rename ppc port to ppc32.  
218 6839 d 10 h decky /SPARTAN/trunk/arch/ppc/ update PPC for new hardcoded_* method  
207 6839 d 23 h decky /SPARTAN/trunk/ separated stack mapping  
199 6840 d 13 h decky /SPARTAN/trunk/arch/ppc/ PPC context save/restore  
191 6840 d 17 h decky /SPARTAN/trunk/arch/ppc/ PPC memory size detection  
185 6840 d 23 h decky /SPARTAN/trunk/arch/ OpenFirmware support  
163 6853 d 21 h decky /SPARTAN/trunk/arch/ppc/ first booting ELF  
160 6859 d 12 h jermar /SPARTAN/trunk/ PPC work.
Define dummy implementations of many functions in fake.s.
Define kernel_image_start in start.S.