]> git.corax.cc Git - corax/commit
Add assembly stubs, definitions, and prototypes for mmap() and munmap() syscalls
authorMatthias Kruk <m@m10k.eu>
Wed, 18 Dec 2019 09:24:13 +0000 (18:24 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 18 Dec 2019 09:24:13 +0000 (18:24 +0900)
commit9f561827ed260a6056780b25aed36de73b235ef0
tree7d4842e189d9915c17fe7f97f5c5782a5ac2da52
parent96eed2e4c9a8fb8159c5d0aeddaf628fb9d080f3
Add assembly stubs, definitions, and prototypes for mmap() and munmap() syscalls
include/corax/syscall.h
include/sys/mman.h [new file with mode: 0644]
kernel/klibc/posixcall.S