PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
mmap.c File Reference
#include <stdio.h>
#include <sys/io.h>
#include "user/common/syscalls.h"
Include dependency graph for mmap.c:

Go to the source code of this file.

Functions

void * mmap (fd_t fd, void *address, uint64_t length, prot_t prot)
 System call to map memory from a file.