Userspace: Write a dynamic loader

This allows running executing dynamically linked executables!
This commit is contained in:
2024-09-05 12:56:50 +03:00
parent f30947336a
commit aa7e92b275
6 changed files with 1178 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ You can find a live demo [here](https://bananymous.com/banan-os)
- [ ] Task bar
- [ ] Program launcher
- [ ] Some nice apps
- [ ] ELF dynamic linking
- [x] ELF dynamic linking
- [ ] copy-on-write memory
#### Drivers