RetroBSD/svn 909 — wiki Board_Digilent_Max32.wiki, wiki/binaries arduino-ethernet-shield-v3.jpg chipkit-wifi-shield.jpg
Max32: added ethernet and wifi shield images.
Edited wiki page Board_Digilent_Max32 through web user interface.
Edited wiki page Board_Digilent_Max32 through web user interface.
RetroBSD/svn 906 — wiki Board_Digilent_Max32.wiki Board_Microchip_Explorer16.wiki, wiki/binaries makerstudio-sd-card-shield-r1.1-guide.pdf makerstudio-sd-card-shield-v1.1-sch.pdf
Max32 page updated.
Max32 pinout updated.
Edited wiki page Board_Microchip_Explorer16 through web user interface.
Added image for explorer16 board.
Created wiki page through web user interface.
RetroBSD/svn 901 — current/sys/pic32 Makefile, current/sys/pic32/maximite-color MAXCOLOR MAXIMITE-COLOR
Maximite-color config file renamed to match github.
RetroBSD/svn 900 — current .profile, current/sys/pic32/duinomite-e Makefile
Kernel makefiles regenerated.
RetroBSD/svn 899 — current/src/cmd/cpp cpp.c, current/src/cmd/smlrc smlrc.c
Changes from GitHub merged into -current.
RetroBSD/svn 898 — current cross.mk, current/src/libc/gen modff.c isinff.c
Using -Os option to build more compact libc.
Disabled allocation messages from swap driver.
Assembler and linker: fixed relocation of %hi addresses, particularly
for LA instruction.
SmallerC: get rid of gcc warning on exit() noreturn function.
Fixed build errors on mac.
RetroBSD/svn 895 — current/src/cmd/smlrc icachec.c icache.ld, current/src/libicache icachec.c icache.ld
Successfully built SmallerC. Icache files moved to src/libicache directory.
using relative path to kernel config.
RetroBSD/svn 893 — current/src/cmd/smlrc smlrc.c lb.c, current/tools/icache ice2aout.c
SmallerC updated. Utility ice2out put into tools directory.
Files com1.c etc renamed like cmd1.c, to avoid problems on Windows.
RetroBSD/svn 891 — current/src/cmd/pstat pstat.c, current/src/cmd/smlrc cgmips.c
Added the kernel configuration for Colour Maximite.
Phantasia updated: no chance, too big.
Sail game updated.
Sail game ported.
Warp game updated: too large, does not fit in memory.
Warp updated.
Battlestar done.
Battlestar compiled - too large to fit in RAM.
Rogue: mapped arrow key sequences to hjkl keycodes.
Compiled rogue for linux.
SmallerC:
1) Removed generation of .extern directive.
2) Using .space instead of .fill directive.
3) Need to use %gp_rel macro for LW/SW instructions.
Update of SmallerC from Alexey.