1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:17:35 +00:00
serenity/Userland
Andreas Kling bca4b71bfa Lots of hacking to make a very simple "ls" utility.
I added a dead-simple malloc that only allows allocations < 4096 bytes.
It just forwards the request to mmap() every time.

I also added simplified versions of opendir() and readdir().
2018-10-24 12:50:07 +02:00
..
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00
id.cpp Import very modest Userland. 2018-10-22 14:06:22 +02:00
ls.cpp Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
Makefile Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00
ps.cpp Minor userland tweaks. 2018-10-23 13:57:17 +02:00
sh.cpp Add a simplified waitpid() so that sh can wait on spawned commands. 2018-10-24 00:20:34 +02:00