Files
ladybird/Kernel/FileSystem/FileDescriptor.cpp
Andreas Kling 75866438b5 Kernel: Don't page in entire file immediately on mmap().
If we just don't do anything, the page fault handler will load the file
incrementally as-needed instead. :^)
2019-05-18 22:30:55 +02:00

9.6 KiB