summaryrefslogtreecommitdiff
path: root/kernel/memory.c
AgeCommit message (Expand)Author
2020-02-23Switched the physical memory allocator to a bitmap table. Previously,Jake Mannens
2018-08-07Fixed a bug where the panic() function called printf() instead ofJake Mannens
2018-07-30Added a new subroutine invlpg() to asm.s which simply checks the currentJake Mannens
2018-07-25Fixed a bug in switch_to() in which the value of EBX was not poppedJake Mannens
2018-07-07Added '-g' flag for GCC to all makefiles to ensure debugging informationJake Mannens