diff options
| author | Alejandro Sior <aho@sior.be> | 2022-07-26 14:06:40 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-07-26 14:06:40 +0200 |
| commit | e0fbf5ca9599cb7599731fe48573e97d05fa38da (patch) | |
| tree | 2c3b3925c49fd2da68086c6cb4b06a891e823bd5 /arch/amd64/mem/vmap.c | |
| parent | c4e9a8ba15391ae5f1c820744ff1b03544d63467 (diff) | |
mem/vmap: add basic virtual memory management abstraction
Diffstat (limited to 'arch/amd64/mem/vmap.c')
| -rw-r--r-- | arch/amd64/mem/vmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/amd64/mem/vmap.c b/arch/amd64/mem/vmap.c new file mode 100644 index 0000000..6bb786c --- /dev/null +++ b/arch/amd64/mem/vmap.c @@ -0,0 +1,2 @@ +#include "vmap.h" + |
