2787 |
6071 d 14 h |
decky |
/branches/tracing/ |
add dynamic linking, debugging and tracing branch |
|
/branches/tracing /branches/tracing/kernel/arch/ia32/include/tdebug.h /branches/tracing/kernel/arch/ia32/src/tdebug.c /branches/tracing/kernel/generic/include/tdebug /branches/tracing/kernel/generic/include/tdebug/systdebug.h /branches/tracing/kernel/generic/include/tdebug/tdebug.h /branches/tracing/kernel/generic/include/tdebug/tdebug_type.h /branches/tracing/kernel/generic/src/tdebug /branches/tracing/kernel/generic/src/tdebug/systdebug.c /branches/tracing/kernel/generic/src/tdebug/tdebug.c /branches/tracing/uspace/app/tester/tdebug /branches/tracing/uspace/app/tester/tdebug/tdebug1.c /branches/tracing/uspace/app/tester/tdebug/tdebug1.def /branches/tracing/uspace/lib/libc/generic/tdebug.c /branches/tracing/uspace/lib/libc/include/tdebug.h
/branches/tracing/kernel/Makefile /branches/tracing/kernel/arch/ia32/Makefile.inc /branches/tracing/kernel/doc/doxygroups.h /branches/tracing/kernel/generic/include/proc/task.h /branches/tracing/kernel/generic/include/proc/tasklet.h /branches/tracing/kernel/generic/include/proc/thread.h /branches/tracing/kernel/generic/include/syscall/syscall.h /branches/tracing/kernel/generic/src/interrupt/interrupt.c /branches/tracing/kernel/generic/src/proc/task.c /branches/tracing/kernel/generic/src/proc/thread.c /branches/tracing/kernel/generic/src/syscall/syscall.c /branches/tracing/uspace/app/tester/Makefile /branches/tracing/uspace/app/tester/tester.h /branches/tracing/uspace/app/tetris/tetris.c /branches/tracing/uspace/lib/libc/Makefile
|
1789 |
6694 d 15 h |
jermar |
/trunk/ |
Fix ofw_memmap() in boot infrastructure.
The cell size is 32-bit and not equal sizeof(ofw_arg_t).
Define architecture dependant #address-cells and #size-cells for cases
the respective properties are missing in the OpenFirmware device tree.
The algorithm now works both for ppc32 and sparc64.
Add memmap_t, screen_t and keyboard_t to sparc64 bootinfo structure.
Be more verbose during sparc64 boot.
Move ALIGN_UP to generic part of boot/.
Change header guards in several places so that they don't contain double underscore. |
|
/trunk/boot/arch/ppc32/loader/ofwarch.c /trunk/boot/arch/ppc32/loader/ofwarch.h /trunk/boot/arch/ppc64/loader/ofwarch.c /trunk/boot/arch/ppc64/loader/ofwarch.h /trunk/boot/arch/sparc64/loader/ofwarch.c /trunk/boot/arch/sparc64/loader/ofwarch.h /trunk/boot/generic/align.h /trunk/kernel/arch/sparc64/include/regdef.h
/trunk/boot/arch/ppc32/loader/ofw.c /trunk/boot/arch/ppc64/loader/ofw.c /trunk/boot/arch/sparc64/loader/ofw.c
/trunk/boot/arch/ppc32/loader/Makefile /trunk/boot/arch/ppc32/loader/asm.h /trunk/boot/arch/ppc32/loader/boot.S /trunk/boot/arch/ppc32/loader/main.c /trunk/boot/arch/ppc32/loader/main.h /trunk/boot/arch/ppc32/loader/types.h /trunk/boot/arch/ppc64/loader/Makefile /trunk/boot/arch/ppc64/loader/boot.S /trunk/boot/arch/ppc64/loader/main.c /trunk/boot/arch/ppc64/loader/main.h /trunk/boot/arch/ppc64/loader/types.h /trunk/boot/arch/sparc64/loader/Makefile /trunk/boot/arch/sparc64/loader/asm.h /trunk/boot/arch/sparc64/loader/boot.S /trunk/boot/arch/sparc64/loader/main.c /trunk/boot/arch/sparc64/loader/main.h /trunk/boot/arch/sparc64/loader/types.h /trunk/boot/genarch/ofw.c /trunk/boot/genarch/ofw.h /trunk/boot/generic/gentypes.h /trunk/boot/generic/printf.h /trunk/kernel/arch/sparc64/include/register.h /trunk/kernel/arch/sparc64/src/asm.S /trunk/kernel/arch/sparc64/src/start.S
|