diff options
Diffstat (limited to 'common/dmem.c')
| -rw-r--r-- | common/dmem.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/dmem.c b/common/dmem.c index a116547..1d5608c 100644 --- a/common/dmem.c +++ b/common/dmem.c @@ -1,3 +1,10 @@ +/** + * @file dmem.c + * Handle device memory, i.e. anything outside the physical RAM. + * + * \todo Handle NUMA. + */ + #include <apos/dmem.h> static struct mem_region_root pre_ram = { 0 }; |
