Go to file
Bananymous 8236598f9d Kernel: Optimize Ext2 disk reads
We used to read whole file until we reached the asked offset.
Now we can calculate the appropriate block and read just the asked data.
2023-03-18 03:47:59 +02:00
2023-03-16 15:11:22 +02:00
2023-03-18 03:47:59 +02:00
2023-03-17 21:18:41 +02:00
2023-02-05 18:08:40 +02:00
Description
No description provided
3.9 MiB
Languages
C++ 77.3%
C 13.9%
Assembly 5.6%
CMake 1.8%
Shell 1.4%