# # ChangeLog for boot/arch/mips32/include/arch.h in mainline # # Generated by Trac 1.5.4 # 2024-05-20T20:13:04Z Fri, 14 Dec 2012 00:02:30 GMT Jakub Jermar [a4f959b] * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/src/putchar.c (modified) Use the YAMON print_count subroutine to implement putchar. Thu, 13 Dec 2012 21:13:08 GMT Jakub Jermar [14febed9] * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/arch.h (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/src/mm/frame.c (modified) Do not damage the YAMON image in SDRAM. - Change loader and kernel ... Thu, 06 Dec 2012 00:06:29 GMT Jakub Jermar [295732b] * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) Make the mips32 loader machine-neutral, not preferring msim. - ...