By removing dependency from stdinc/stdlib, we ensure that the kernel does not depend on any external component to build. Steps: - [x] Activate CFLAG `-nostdlib` - [ ] Activate CFLAG `-nostdinc` - [ ] Provide own version of `stdint.h`, `stddef.h` - [ ] Ensure that posix includes needed for types are in frosted-headers (e.g. `sys/time.h`)