I am new to Linux Kernel Development. I have got the linux source code and added a Hello World system call just to get started. But now I am not able to figure out how to go about testing this code. How can I run the changed kernel?
I think I can use VirtualBox to check, but would not I have to make a new iso everytime I make a change and compile the kernel?
Sorry for asking such a naive question, but I am very confused here