Email or username:

Password:

Forgot your password?
Top-level
Athena L.M.

@clarfonthey in theory this could allow some kind of alternate syscall interface to be built on top of Linux's internals

2 comments
clar fon

@alilly yeah, I was thinking something along the lines of just making an OS be the entire program but without system calls

still cursed though, especially since it's not like you'd be able to easily make use of the Linux source that way

and I'm pretty sure a lot of the internal mechanisms would rely on some form of system calls anyway, even if not precisely the same as the public interface

Athena L.M.

@clarfonthey Yeah it would require significant changes to make this possible, you can't just slap some ifdefs around all the sys_*() functions and call it a day.

Go Up