summaryrefslogtreecommitdiff
path: root/arch/config.mk
AgeCommit message (Collapse)Author
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, ↵Nicolas "Pixel" Noble
highly untested.
2011-01-29Adding sample code for the romfs into the demo, and into the makefile.Pixel
2011-01-26Merging the two ldscripts into one, creating better bss support, and ↵Nicolas "Pixel" Noble
cleaning the bss section in the boot phase.
2011-01-25More consistent makefiles includes. Adding BoardConsole for basic console ↵Pixel
output general API. Starting up console from the boot sequence.
2011-01-24Adding sbrk, and fixing a couple of other makefile problems.Nicolas "Pixel" Noble
2011-01-24Adding skeleton OS directory, and fixing the ldscript.Nicolas "Pixel" Noble
2011-01-24Shuffled a few configuration items around, and added a barebone demo source ↵Nicolas "Pixel" Noble
code.