[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 0/4] lib/vfscore: Register basic set to syscall_shim
Registers the following system calls to syscall_shim: write, read, readv, fstat, readlink. Those are required from VFS to get simple "Hello World" programs working. This patch series depends on the series: "lib/syscall_shim: Handling binary system calls" (https://patchwork.unikraft.org/project/unikraft/list/?series=1095) Simon Kuenzer (4): lib/vfscore: Register `write` to syscall_shim lib/vfscore: Register `read`, `readv` to syscall_shim lib/vfscore: Register `fstat` to syscall_shim lib/vfscore: Register `readlink` to syscall_shim lib/vfscore/Makefile.uk | 5 ++++- lib/vfscore/exportsyms.uk | 10 ++++++++++ lib/vfscore/main.c | 11 ++++++----- 3 files changed, 20 insertions(+), 6 deletions(-) -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |