rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Kernel Heap Expansion #52

Closed NULLx76 closed 4 years ago

NULLx76 commented 4 years ago

Actually implemented the methods so that the kernel heap can grow and contract based on what is needed.

Also added config for clang-format to lint our code.