Hey guys,
I've implemented a simple Hello World syscall with limited functionality - that simply transitions from user mode to kernel mode, prints a message that is logged with the kernel messages, and transitions back to user mode.
The next step for extra credit is to add a useful (new) syscall that is not normally available to a non-root user. The syscall can be a simple as we like but im struggling to come up with any ideas...can someone point me in the right direction or towards something that would be easily implemented?? (a hint we were given was to; use your new syscall for debugging purposes!!)
Cheers guys, appreciate any input