]> git.corax.cc Git - corax/commit
Implement page-directory-level functions to handle heaps
authorMatthias Kruk <m@m10k.eu>
Mon, 2 Dec 2019 08:09:00 +0000 (17:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 2 Dec 2019 08:09:00 +0000 (17:09 +0900)
commit8e2a4ec206be7e2e57ae54907f8bb9f0c8352c70
tree6dfb833f8cc933b8e7f292f2ec98c2c080f7e177
parent501f5f81bad3fc52b60ac80d17f5c9dc512e10fb
Implement page-directory-level functions to handle heaps
 - Add pg_dir_sbrk() function to handle heap allocation and size adjustments
 - Add pg_dir_get_heap() function to locate the base of the heap
 - Add documentation for pg_dir_map() function
kernel/arch/paging.c
kernel/include/arch.h