Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.9 9 lines 113 B view raw
1#include <stdio.h> 2 3int syscall_enter(openat)(void *args) 4{ 5 puts("Hello, world\n"); 6 return 0; 7} 8 9license(GPL);