helos1/memory
2021-11-06 23:40:50 +08:00
..
heap_break.c memory: implememt sbrk() clone for dlmalloc 2021-10-11 23:36:05 +08:00
heap_break.h memory: implememt sbrk() clone for dlmalloc 2021-10-11 23:36:05 +08:00
memory_cpp.cpp makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
memory_internal.h main: refactor to keep the EFI headers from polluting the main namespace 2021-11-06 23:40:50 +08:00
memory.c main: refactor to keep the EFI headers from polluting the main namespace 2021-11-06 23:40:50 +08:00
memory.h main: refactor to keep the EFI headers from polluting the main namespace 2021-11-06 23:40:50 +08:00
memory.hpp makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
paging_init.c main: refactor to keep the EFI headers from polluting the main namespace 2021-11-06 23:40:50 +08:00
paging_internal_efi.h main: refactor to keep the EFI headers from polluting the main namespace 2021-11-06 23:40:50 +08:00
paging_internal.h main: refactor to keep the EFI headers from polluting the main namespace 2021-11-06 23:40:50 +08:00
paging_map.c memory: fix paging_map_PageAllocated/2M 2021-10-11 23:23:24 +08:00
paging_modeswitch.S Initial commit 2021-10-10 14:39:17 +08:00
paging_physical.c Initial commit 2021-10-10 14:39:17 +08:00
test_fillbits.c Initial commit 2021-10-10 14:39:17 +08:00
test_take_bitfield.c Initial commit 2021-10-10 14:39:17 +08:00