Kernel: Implement copy-on-write memory for file backed mmaps

This commit is contained in:
2024-09-11 19:32:42 +03:00
parent 4006a04817
commit c77ad5fb34
15 changed files with 217 additions and 208 deletions

View File

@@ -24,7 +24,9 @@ You can find a live demo [here](https://bananymous.com/banan-os)
- [ ] Program launcher
- [ ] Some nice apps
- [x] ELF dynamic linking
- [ ] copy-on-write memory
- [x] copy-on-write memory
- [x] file mappings
- [ ] anonymous mappings
#### Drivers
- [x] NVMe disks