|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include "console/console.h"#include "hal/cpu/core.h"#include "vfs/dentry.h"#include <sys/syscall.h>Go to the source code of this file.
Functions | |
| int | syscall_open (const char *path, int flags, int mode) |