]> git.corax.cc Git - corax/commit
kernel/arch: Move computation of the end of usable memory into a separate function...
authorMatthias Kruk <m@m10k.eu>
Sat, 1 Aug 2020 07:36:18 +0000 (16:36 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 1 Aug 2020 08:08:44 +0000 (17:08 +0900)
commitb6ab58ba18ad9ed2d62242ef0e8eea45875b0415
tree181b8c97fdccfc9eff64d73a97bdd7caa8235a58
parentb77bf704947d313b504154c92eda2aaa23dbb5cf
kernel/arch: Move computation of the end of usable memory into a separate function, add documentation

 * Move computation of the end of usable memory from pg_init() into _get_memory_end
 * Add documentation to the following functions
   - _pg_dir_debug_regions()
   - _pg_dir_debug_arch()
   - _get_memory_end()
   - pg_init()
kernel/arch/paging.c