summaryrefslogtreecommitdiff
path: root/os/src/init.c
AgeCommit message (Expand)Author
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, hig...Nicolas "Pixel" Noble
2011-01-28File IO embryo.Nicolas "Pixel" Noble
2011-01-28Having the init sequence initializing the I/O subsystem of the newlib.Nicolas "Pixel" Noble
2011-01-28Proper mutex usage, and protecting malloc and sbrk using them. Also showing t...Nicolas "Pixel" Noble
2011-01-28Adding a few more 'syscalls' to our libc.Pixel
2011-01-28Work on the MPU port. The exception VTOR redirection doesn't work as expected.Nicolas "Pixel" Noble
2011-01-25Tweaking the init / exit sequence to make it slightly more robust.Pixel
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