Go to file
Andreas Kling 97726862dd Add basic symlink support.
- sys$readlink + readlink()
- Add a /proc/PID/exe symlink to the process's executable.
- Print symlink contents in ls output.
- Some work on plumbing options into VFS::open().
2018-10-28 14:11:51 +01:00
AK Add /proc/mm and a /bin/mm utility that just dumps it. 2018-10-28 10:28:21 +01:00
ELFLoader Implement loading of linked ELF executables. 2018-10-27 14:56:52 +02:00
Kernel Add basic symlink support. 2018-10-28 14:11:51 +01:00
LibC Add basic symlink support. 2018-10-28 14:11:51 +01:00
Userland Add basic symlink support. 2018-10-28 14:11:51 +01:00
VirtualFileSystem Add basic symlink support. 2018-10-28 14:11:51 +01:00
Widgets Better int hashing. This was going to bite me sooner or later. 2018-10-27 09:33:24 +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