Starting memory management.

This commit is contained in:
Curle 2019-07-24 01:39:12 +01:00
parent 874e7e9a05
commit f88524a9b9

14
kernel/memory.c Normal file
View File

@ -0,0 +1,14 @@
/************************
*** Team Kitty, 2019 ***
*** Sync ***
***********************/
/* ==================== Sync Memory Management ==================== */
/* Bear with me.
* The plan for this file is to contain all of the memory management, as you can probably tell.
* That means alloc, free, move, set, and AVX of all the above.
* That means a lot of work, and a lot of commenting.
*
* TODO: The above.
*/