Go to file
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
AK Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
ELFLoader ExecSpace should free its own allocations on destruction. 2018-10-23 15:31:23 +02:00
Kernel Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
LibC Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
Userland Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
VirtualFileSystem Lots of hacking to make a very simple "ls" utility. 2018-10-24 12:50:07 +02:00
Widgets Let widget have a font() instead of using Font::defaultFont() everywhere. 2018-10-14 13:06:05 +02:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00