1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +00:00
serenity/LibC
Andreas Kling b824f15619 Launching an arbitrary ELF executable from disk works! :^)
This is so cool! It's a bit messy now with two Task constructors,
but eventually they should fold into a single constructor somehow.
2018-10-22 15:43:02 +02:00
..
.gitignore Import very modest Userland. 2018-10-22 14:06:22 +02:00
entry.cpp Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +02:00
Makefile Import very modest Userland. 2018-10-22 14:06:22 +02:00
stdarg.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
stdio.cpp Okay, with some mucking around, there is now a /bin/id and it runs! 2018-10-22 14:41:54 +02:00
stdio.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
syscall.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
types.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
unistd.cpp Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
unistd.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00