PranabNandy / Linux-Kernel-Internals

GNU General Public License v3.0
0 stars 0 forks source link

OS =

Linux Kernel + Device Driver + Bootloader + Terminal + Basic fs + Other UI

Linux Kernel =

Interrupt Handler + Scheduler + Memory Management + System Services (such as Networking & IPC)

Normal build ,

$ make -j32

Silencing the output,

$ make -j32 > /dev/null Here only error messages will get printed

Linux-Kernel-Internals

There are 4 types of device file

Screenshot 2024-09-21 080105

How to create and apply patches in "git" via Gerrit/ Github?