index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
syscall
/
actions
/
sys_get.c
blob: 8a4a643cd81cd091301f3c0575cae6ff0a2c5fab (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdint.h> u32 sys_get(u32 id) { // TODO: Implement get syscall return -1; }