summaryrefslogtreecommitdiff
path: root/os/src/malloc.c
AgeCommit message (Collapse)Author
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, ↵Nicolas "Pixel" Noble
highly untested.
2011-02-02Making a sample code for the 'romfs' thingy.Pixel
2011-01-28Forgot a few things for malloc.Nicolas "Pixel" Noble
2011-01-28Proper mutex usage, and protecting malloc and sbrk using them. Also showing ↵Nicolas "Pixel" Noble
this into the demo.
2011-01-26Adding debugging system for the os layer.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 ↵Nicolas "Pixel" Noble
kernel syscalls are missing.