Hello,
I want to make some kernel programming just for fun. I have downloaded from lwn.net the book “Linux drivers”. In order to build a driver, I have to build a kernel first, but the kernel does a lot of time and consumes a lot of space. Do I have to build a whole new kernel or is there any way to speed up or bypass this step?
Thanks…