summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2011-02-05Having the main demo using acorn.Pixel
2011-02-05Adding library acorn, with malloc wrapping.Pixel
2011-02-05Adding Sun's fdlibm, and libnix's scanf, tweaked to become an xscanf. Adding ...Pixel
2011-02-05Adding automatic dependency tree building.Pixel
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, hig...Nicolas "Pixel" Noble
2011-02-02Don't be bitchy when cleaning.Nicolas "Pixel" Noble
2011-02-02Making a sample code for the 'romfs' thingy.Pixel
2011-01-29Adding the romfs to the things to remove in the clean target.Pixel
2011-01-29Wrong directory name.Pixel
2011-01-29Adding sample code for the romfs into the demo, and into the makefile.Pixel
2011-01-29Adding some romfs support.Pixel
2011-01-27Removing that temporary test...Pixel
2011-01-28Work on the MPU port. The exception VTOR redirection doesn't work as expected.Nicolas "Pixel" Noble
2011-01-25Slightly less cumbersome dependency tree.Nicolas "Pixel" Noble
2011-01-25Adding copy of the mutable rom data into its position in ram, and fixing make...Nicolas "Pixel" Noble
2011-01-24Fixing malloc's template, and fixing a bit more the verbose/quiet mode.Nicolas "Pixel" Noble
2011-01-24Dummy software compiles; fixed a few linking issues. Also, most of the kernel...Nicolas "Pixel" Noble
2011-01-24Adding sbrk, and fixing a couple of other makefile problems.Nicolas "Pixel" Noble
2011-01-24Fixing a few templates, and making the various needed functions available.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 c...Nicolas "Pixel" Noble
2011-01-24Adding a few makefiles.Nicolas "Pixel" Noble