Skeletal virtual OS on top of Linux tracing mechanism
Posted onA traditional kernel manages machine resources and extends the machine capabilities through a system call interface, what would you say if I show you how to implement the last one? This post is about how to build a syscall interface on top of Linux. Motivation It seems the fastest way…