EvilZone

Community => General discussion => : cyberdemon May 15, 2012, 01:36:18 PM

: kernel
: cyberdemon May 15, 2012, 01:36:18 PM
i am just trying to learn the ways of linux,
and there's this kernel ..
can we edit this kernel,
change it as the way we please..if the answer is yes please help me to do this..
i know c,c++,java and some alp(assembly language programming)


thank you
: Re: kernel
: ca0s May 15, 2012, 01:43:13 PM
Yes, you can. But you must know very well what you are doing, how your mods will affect the rest of the system, etc.

You might want to begin writing run-time (un)loadable kernel modules to get used to linux kernel programming.
And do your tests in a VM if you don't want your kernel to panic(). Errors at r0 are not allowed.

Btw, what do you want to accomplish?