This is a discussion on Does UNIX have this concept within the Linux forums, part of the Operating Systems category; I came across the term called as paging in an operating system book. Does UNIX also follow this paging concept? ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Yes, UNIX does support paging. When you start a process, UNIX kernel reads only a part of the program/file from the disk into RAM in the form of small blocks. Each block is called a page. Once the CPU has processed these pages, more pages are requested by the kernel and if not in RAM, these are read from disk.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| comp.sys.3b1 FAQ part2 | John B. Bunch | Tech FAQ | 0 | 06-20-2004 12:43 AM |
| comp.sys.3b1 FAQ part1 | John B. Bunch | Tech FAQ | 0 | 06-20-2004 12:43 AM |
| comp.sys.3b1 FAQ part2 | John B. Bunch | Tech FAQ | 0 | 05-18-2004 08:48 PM |
| comp.sys.3b1 FAQ part1 | John B. Bunch | Tech FAQ | 0 | 05-18-2004 08:48 PM |
| vi editor FAQ (Frequently Asked Question List), Part 1/2 | E. Larry Lidz | Tech FAQ | 0 | 04-19-2004 12:02 AM |