1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 08:11:01 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Andreas Kling
260b14e505 Implement errno in LibC.
This also meant I had to implement BSS (SHT_NOBITS) sections in ELFLoader.
I also added an strerror() so we can print out what the errors are.
2018-10-25 12:06:50 +02:00
Andreas Kling
9a296d63f3 Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00