DEV Community

Discussion on: How Linux Works: Chapter1 Linux Overview (Part1)

Collapse
 
satorutakeuchi profile image
Satoru Takeuchi

Visit kernel newbies is the best choice at the moment.

kernelnewbies.org/

Collapse
 
minhan1910 profile image
minhan1910

Should I learn some subjects like computer architecture, digital electronics to learn kernel development ?

Thread Thread
 
satorutakeuchi profile image
Satoru Takeuchi

It depends on which kernel component you'd like to develop.

computer architecture

It's necessary in many cases.

digital electronics

It's not mandatory. However, it would be important if you're interested in managing devices (e.g. develop device drivers.)

Thread Thread
 
minhan1910 profile image
minhan1910

thank you very much :>