]> git.corax.cc Git - corax/commit
Start implementation of facilities to support userspace processes
authorMatthias Kruk <m@m10k.eu>
Tue, 12 Nov 2019 09:06:54 +0000 (18:06 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 12 Nov 2019 09:06:54 +0000 (18:06 +0900)
commitaf767bfdffb4baffe3240088be912946ea4e92ed
treea4f30489a6dfe1e3fe1395a6ce39128687ac7ff7
parent3115b2856b9efa2009b91918527b3316ef353d46
Start implementation of facilities to support userspace processes
 - Add crxstd.h header with prototypes for Corax-specific syscalls
 - Add dummy NET process
 - Add dummy STDIO process
 - Start NET and STDIO processes from process daemon
include/corax/ipc.h
include/crxstd.h [new file with mode: 0644]
kernel/core/Makefile
kernel/core/main.c
kernel/core/net.c [new file with mode: 0644]
kernel/core/stdio.c [new file with mode: 0644]