Differences From Artifact [6d9c3d5edf]:
- File kmem/platform.munmap.fn.x86.lin.64.s — part of check-in [a8d93823f1] at 2019-08-18 13:42:35 on branch trunk — add functions, generate C syscall table (user: lexi, size: 483) [annotate] [blame] [check-ins using]
To Artifact [7b471fc276]:
- File kmem/platform.munmap.fn.x86.lin.64.s — part of check-in [f85e6a07dd] at 2019-08-20 22:54:49 on branch trunk — reorganize posix assembly code (user: lexi, size: 489) [annotate] [blame] [check-ins using]
- File legacy/platform.munmap.fn.x86.lin.64.s — part of check-in [709ffb094d] at 2019-08-22 04:31:43 on branch trunk — finish moving heap allocation/free functions to the posix syscall apparatus and deprecate the direct assembly implementations of platform_mmap; update the kmem docs to match new function signatures (and remove typos) (user: lexi, size: 489) [annotate] [blame] [check-ins using]
- File mod/kmem/platform.munmap.fn.x86.lin.64.s — part of check-in [14172a910a] at 2019-08-21 06:00:24 on branch trunk — move modules to a subdirectory in order to keep the directory tree organized and make room for OS-specific build files (user: lexi, size: 489) [annotate] [blame] [check-ins using]
1 1 bits 64 2 -%include "../arch/x86.lin.64.s" 2 +%include "../arch/posix/x86.lin.64.s" 3 3 %include "../arch/x86.cdecl.64.s" 4 4 ; vim: ft=nasm 5 5 6 6 global kmem_platform_munmap 7 7 kmem_platform_munmap: 8 8 ; to call munmap, we need to translate the cdecl64 9 9 ; register arguments to their appropriate syscall64