Author Topic: kernel  (Read 702 times)

0 Members and 1 Guest are viewing this topic.

Offline cyberdemon

  • /dev/null
  • *
  • Posts: 9
  • Cookies: -2
    • View Profile
kernel
« on: 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

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: kernel
« Reply #1 on: 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?
« Last Edit: May 15, 2012, 01:43:49 pm by ca0s »