sbrk
The sbrk implementation provided works on a fixed-size heap. This is provided as a stub to allow you to work without sbrk in a first time. But to have a feature complete project, you'll have to implement it as a syscall.
Edited by Gabriel B. Sant'Anna