arthurmco / rainos

A hobby operating system, designed for old computers
4 stars 2 forks source link

Add directory count in vfs_readdir #13

Open arthurmco opened 7 years ago

arthurmco commented 7 years ago

We need to add how much dirs we want to read in vfs_readdir().

This would be useful to avoid lags caused by reading a very big directory (reading them in pieces), and helpful in reading a dir across the network.