We are currently in the progress of splitting up most of the service/syscall-api code into libos, and then keep libc clean in the sense that it should only interact with code from libos, instead of acting directly with system calls and system services.
This means we would like to end the most of the interactions that libc has with gracht+system calls.
Things that remain:
We are currently in the progress of splitting up most of the service/syscall-api code into libos, and then keep libc clean in the sense that it should only interact with code from libos, instead of acting directly with system calls and system services.
This means we would like to end the most of the interactions that libc has with gracht+system calls.
Things that remain: