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() |