Starting memory management.
This commit is contained in:
parent
874e7e9a05
commit
f88524a9b9
14
kernel/memory.c
Normal file
14
kernel/memory.c
Normal 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.
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user