I implemented a simple Hello World script with limited capabilities that simply switches from user mode to kernel mode, prints a message that is logged with kernel messages, and goes into user mode.
The next step for additional credit is to add a useful (new) syscall, which is usually not available to a non-root user.
Syscall may be as simple as we like, but I'm struggling to come up with any ideas ... can someone point me in the right direction or something that will be easy to implement? (The hint we were given is to use your new syscall for debugging purposes!)
source share