User Tools

Site Tools


kernel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kernel [06/09/2026 11:13] – [Compiling the kernel] adminkernel [06/09/2026 12:03] (current) – [Compiling the kernel] admin
Line 16: Line 16:
   make distclean     # also remove the editor backup and patch reject files   make distclean     # also remove the editor backup and patch reject files
      
-  make oldcondif+  make oldcondif     # uses a provided .config as base 
 +   
 +  scripts/diffconfig .config.old .config   # shows difference between both kernel configurations 
 +   
 +  interesting option: CONFIG_WERROR 
 +  
   make   make
   make LOADADDR=0x80008000 uImage   make LOADADDR=0x80008000 uImage
   make dtbs   make dtbs
 +
 +[[https://github.com/a13xp0p0v/kconfig-hardened-check|Useful tool to check config security]]
      
 ====== Process State ====== ====== Process State ======
kernel.1781003637.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki