Currently, the unique signatures for each system call implementation are all handwritten. Then, a handwritten dispatch and type conversion process is required. Furthermore, the logging is messy. Consider using code generation methods to automate these processes.
References:
Currently, the unique signatures for each system call implementation are all handwritten. Then, a handwritten dispatch and type conversion process is required. Furthermore, the logging is messy. Consider using code generation methods to automate these processes.
References: