Fix EN comments in kernel

- Minor tweaks.
- Includes work by @rgimad.

git-svn-id: svn://kolibrios.org@10069 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-05-30 21:16:43 +00:00
parent 09cb62069d
commit 48bd92cda2
5 changed files with 18 additions and 18 deletions

View File

@@ -16,8 +16,8 @@
; allocated/freed sector-wise, so items for sequential sectors can be
; scattered over all the cache.
; So read/write functions allocate a temporary buffer which is
; 1) not greater than half of free memory and
; 2) not greater than the following constant.
; (1) not greater than half of free memory and
; (2) not greater than the following constant.
CACHE_MAX_ALLOC_SIZE = 4 shl 20
; Legacy interface for filesystems fs_{read,write}32_{sys,app}