Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1982 6400 d 6 h jermar /trunk/ Modify the sparc64 startup code to not cause MMU traps before it takes over the TLB and
the trap table. Fix several PA2KA and KA2PA omittions or errors. Fix configuration to pass
the DEFS variable along.
 
/trunk/boot/arch/sparc64/Makefile.inc
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/boot/boot.config
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/arch/sparc64/src/start.S
1979 6400 d 21 h jermar /trunk/ Configuration changes on sparc64.
Compile TSB support by default.
Ask whether to start AP processors in the loader.
 
/trunk/boot/Makefile
/trunk/boot/arch/sparc64/loader/main.c
/trunk/boot/boot.config
/trunk/kernel/kernel.config
1952 6427 d 0 h jermar /trunk/ Rename xen32 to ia32xen.
The name seems to be more logical as Xen supports more host architectures.
 
/trunk/boot/arch/ia32xen
/trunk/kernel/arch/ia32xen
/trunk/kernel/arch/ia32xen/xen32
/trunk/boot/arch/xen32
/trunk/kernel/arch/ia32xen/xen32/Makefile.inc
/trunk/kernel/arch/ia32xen/xen32/_link.ld.in
/trunk/kernel/arch/ia32xen/xen32/include
/trunk/kernel/arch/ia32xen/xen32/src
/trunk/kernel/arch/xen32
/trunk/HelenOS.config
/trunk/Makefile
/trunk/boot/arch/ia32xen/grub/menu.debug.lst
/trunk/boot/arch/ia32xen/grub/menu.lst
/trunk/boot/boot.config
/trunk/kernel/arch/ia32xen/include/asm.h
/trunk/kernel/arch/ia32xen/include/boot/boot.h
/trunk/kernel/arch/ia32xen/include/drivers/xconsole.h
/trunk/kernel/arch/ia32xen/include/hypercall.h
/trunk/kernel/arch/ia32xen/include/mm/as.h
/trunk/kernel/arch/ia32xen/include/mm/asid.h
/trunk/kernel/arch/ia32xen/include/mm/frame.h
/trunk/kernel/arch/ia32xen/include/mm/memory_init.h
/trunk/kernel/arch/ia32xen/include/mm/page.h
/trunk/kernel/arch/ia32xen/include/mm/tlb.h
/trunk/kernel/arch/ia32xen/include/pm.h
/trunk/kernel/arch/ia32xen/include/types.h
/trunk/kernel/arch/ia32xen/src/drivers/xconsole.c
/trunk/kernel/arch/ia32xen/src/interrupt.c
/trunk/kernel/arch/ia32xen/src/mm/as.c
/trunk/kernel/arch/ia32xen/src/mm/frame.c
/trunk/kernel/arch/ia32xen/src/mm/memory_init.c
/trunk/kernel/arch/ia32xen/src/mm/page.c
/trunk/kernel/arch/ia32xen/src/mm/tlb.c
/trunk/kernel/arch/ia32xen/src/pm.c
/trunk/kernel/arch/ia32xen/src/proc/scheduler.c
/trunk/kernel/arch/ia32xen/src/proc/task.c
/trunk/kernel/arch/ia32xen/src/proc/thread.c
/trunk/kernel/arch/ia32xen/src/smp/apic.c
/trunk/kernel/arch/ia32xen/src/smp/ipi.c
/trunk/kernel/arch/ia32xen/src/smp/mps.c
/trunk/kernel/arch/ia32xen/src/smp/smp.c
/trunk/kernel/arch/ia32xen/src/userspace.c
/trunk/kernel/arch/ia32xen/src/xen32.c
/trunk/kernel/kernel.config
1802 6524 d 17 h decky /trunk/ cleanup and unify the build system  
/trunk/HelenOS.config
/trunk/Makefile
/trunk/tools
/trunk/tools/config.py
/trunk/version
/trunk/boot/tools/config.py
/trunk/kernel/tools/config.py
/trunk/uspace/tools
/trunk/boot/Makefile
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/ia64/Makefile.inc
/trunk/boot/arch/mips32/Makefile.inc
/trunk/boot/arch/ppc32/Makefile.inc
/trunk/boot/arch/ppc64/Makefile.inc
/trunk/boot/arch/sparc64/Makefile.inc
/trunk/boot/arch/xen32/Makefile.inc
/trunk/boot/boot.config
/trunk/kernel/Makefile
/trunk/kernel/arch/amd64/Makefile.inc
/trunk/kernel/arch/ia32/Makefile.inc
/trunk/kernel/arch/ia64/Makefile.inc
/trunk/kernel/arch/mips32/Makefile.inc
/trunk/kernel/arch/ppc32/Makefile.inc
/trunk/kernel/arch/ppc64/Makefile.inc
/trunk/kernel/arch/sparc64/Makefile.inc
/trunk/kernel/kernel.config
/trunk/uspace/Makefile
/trunk/uspace/uspace.config
1787 6530 d 0 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
/trunk
/trunk/boot
/trunk/kernel
/trunk/uspace
/boot/trunk
/kernel/trunk
/uspace/trunk
1775 6537 d 10 h decky /boot/trunk/ initial support for Xen  
/boot/trunk/arch/xen32
/boot/trunk/arch/xen32/Makefile.inc
/boot/trunk/arch/xen32/grub
/boot/trunk/arch/xen32/grub/COPYING
/boot/trunk/arch/xen32/grub/README
/boot/trunk/arch/xen32/grub/menu.lst
/boot/trunk/arch/xen32/grub/stage2_eltorito
/boot/trunk/arch/xen32/grub/xen.gz
/boot/trunk/Makefile
/boot/trunk/boot.config
1747 6552 d 21 h decky /boot/trunk/ mips32 binary format choice  
/boot/trunk/arch/mips32/Makefile.inc
/boot/trunk/arch/mips32/loader/Makefile
/boot/trunk/arch/mips32/loader/pack
/boot/trunk/boot.config
1728 6553 d 18 h decky /boot/trunk/ ppc32: BAT usage is now optional
better VSID support
Page Hash Table cleanup
boot API change
 
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/debug.inc
/boot/trunk/arch/ppc32/loader/main.h
/boot/trunk/boot.config
1714 6554 d 22 h decky /boot/trunk/ change config  
/boot/trunk/boot.config
1478 6570 d 12 h decky /boot/trunk/ ppc32 bootloader debugging facility  
/boot/trunk/arch/ppc32/loader/debug.inc
/boot/trunk/Makefile
/boot/trunk/arch/ppc32/Makefile.inc
/boot/trunk/arch/ppc32/loader/Makefile
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/asm.h
/boot/trunk/arch/ppc32/loader/main.c
/boot/trunk/arch/ppc32/loader/regname.h
/boot/trunk/boot.config
1230 6608 d 5 h jermar /boot/trunk/ Sort architectures alphabetically in boot.  
/boot/trunk/boot.config
1157 6623 d 3 h decky /boot/trunk/ start ppc64 port  
/boot/trunk/arch/ppc64
/boot/trunk/arch/ppc64/Makefile.inc
/boot/trunk/arch/ppc64/loader
/boot/trunk/arch/ppc64/loader/Makefile
/boot/trunk/arch/ppc64/loader/_link.ld
/boot/trunk/arch/ppc64/loader/asm.S
/boot/trunk/arch/ppc64/loader/asm.h
/boot/trunk/arch/ppc64/loader/boot.S
/boot/trunk/arch/ppc64/loader/main.c
/boot/trunk/arch/ppc64/loader/main.h
/boot/trunk/arch/ppc64/loader/ofw.c
/boot/trunk/arch/ppc64/loader/ofw.h
/boot/trunk/arch/ppc64/loader/printf.c
/boot/trunk/arch/ppc64/loader/printf.h
/boot/trunk/arch/ppc64/loader/regname.h
/boot/trunk/arch/ppc32/loader/Makefile
/boot/trunk/arch/ppc32/loader/asm.S
/boot/trunk/arch/ppc32/loader/regname.h
/boot/trunk/boot.config
1018 6648 d 3 h decky /boot/trunk/ boot loader for msim  
/boot/trunk/arch/mips32
/boot/trunk/arch/mips32/Makefile.inc
/boot/trunk/arch/mips32/loader
/boot/trunk/arch/mips32/loader/Makefile
/boot/trunk/arch/mips32/loader/_link.ld
/boot/trunk/arch/mips32/loader/asm.S
/boot/trunk/arch/mips32/loader/asm.h
/boot/trunk/arch/mips32/loader/boot.S
/boot/trunk/arch/mips32/loader/main.c
/boot/trunk/arch/mips32/loader/main.h
/boot/trunk/arch/mips32/loader/msim.c
/boot/trunk/arch/mips32/loader/msim.h
/boot/trunk/arch/mips32/loader/printf.c
/boot/trunk/arch/mips32/loader/printf.h
/boot/trunk/arch/mips32/loader/regname.h
/boot/trunk/boot.config
926 6651 d 8 h palkovsky /boot/trunk/ Same order of architectures as in kernel.  
/boot/trunk/boot.config
918 6654 d 6 h jermar /boot/trunk/ ia64 work.
Changes to make userspace work (boot part).
 
/boot/trunk/arch/ia64
/boot/trunk/arch/ia64/Makefile.inc
/boot/trunk/boot.config
885 6665 d 6 h decky /boot/trunk/ move ppc32 boot loader to /boot tree  
/boot/trunk/arch/ppc32
/boot/trunk/arch/ppc32/Makefile.inc
/boot/trunk/arch/ppc32/loader
/boot/trunk/arch/ppc32/loader/Makefile
/boot/trunk/arch/ppc32/loader/_link.ld
/boot/trunk/arch/ppc32/loader/boot.S
/boot/trunk/arch/ppc32/loader/main.c
/boot/trunk/arch/ppc32/loader/main.h
/boot/trunk/arch/ppc32/loader/ofw.c
/boot/trunk/arch/ppc32/loader/ofw.h
/boot/trunk/arch/ppc32/loader/printf.c
/boot/trunk/arch/ppc32/loader/printf.h
/boot/trunk/arch/ppc32/loader/regname.h
/boot/trunk/boot.config
708 6707 d 4 h decky /boot/trunk/ unify boot, kernel and uspace config system  
/boot/trunk/Makefile
/boot/trunk/arch/amd64/Makefile.inc
/boot/trunk/arch/ia32/Makefile.inc
/boot/trunk/arch/sparc64/Makefile.inc
/boot/trunk/boot.config
/boot/trunk/tools
/boot/trunk/tools/config.py
/boot/trunk/arch/amd64/Makefile
/boot/trunk/arch/ia32/Makefile
/boot/trunk/arch/sparc64/Makefile