Deleted Added
full compact
kernel.ms (18715) kernel.ms (19736)
1.\"
2.\" ----------------------------------------------------------------------------
3.\" "THE BEER-WARE LICENSE" (Revision 42):
4.\" <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
5.\" can do whatever you want with this stuff. If we meet some day, and you think
6.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7.\" ----------------------------------------------------------------------------
8.\"
1.\"
2.\" ----------------------------------------------------------------------------
3.\" "THE BEER-WARE LICENSE" (Revision 42):
4.\" <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
5.\" can do whatever you want with this stuff. If we meet some day, and you think
6.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7.\" ----------------------------------------------------------------------------
8.\"
9.\" $Id: kernel.ms,v 1.1 1996/04/13 08:30:16 phk Exp $
9.\" $Id: kernel.ms,v 1.2 1996/10/05 18:37:06 wosch Exp $
10.\"
11.ds RH The kernel and memory
12.NH
13The kernel and memory
14.PP
10.\"
11.ds RH The kernel and memory
12.NH
13The kernel and memory
14.PP
15Brk(2) isn't a particular convenient interface,
15Brk(2) isn't a particularly convenient interface,
16it was probably made more to fit the memory model of the
17hardware being used, than to fill the needs of the programmers.
18.PP
19Before paged and/or virtual memory systems became
20common, the most popular memory management facility used for
21UNIX was segments.
22This was also very often the only vehicle for imposing protection on
23various parts of memory.

--- 33 unchanged lines hidden ---
16it was probably made more to fit the memory model of the
17hardware being used, than to fill the needs of the programmers.
18.PP
19Before paged and/or virtual memory systems became
20common, the most popular memory management facility used for
21UNIX was segments.
22This was also very often the only vehicle for imposing protection on
23various parts of memory.

--- 33 unchanged lines hidden ---