⇤ ← Revision 1 as of 2004-12-19 17:05:21
Size: 356
Comment: import from old wiki
|
← Revision 2 as of 2017-12-30 01:30:26 ⇥
Size: 356
Comment: converted to 1.6 markup
|
No differences found! |
Back to Kernel001WalkThrough
The mm directory of Linux 0.01 contains the memory management functions.
page.s |
Page fault exception handler |
|
memory.c |
Paged memory management functions. get_free_page(), free_page(), free_page_tables(), copy_page_tables(), put_page(), un_wp_page(), do_wp_page(), write_verify(), do_no_page(), calc_mem() |