0
14kviews
| written 6.5 years ago by |
During system initialisation process, the kernel allocates space for a number of buffers. Buffers created according to memory size and system performance constraints. A buffer has two parts, i.e. a memory array that contains data from the disk and a buffer header that identifies the buffer. Because there is a …