Kernel compile

From Attie's Wiki
Jump to: navigation, search

Friendly rules exist like the following:

# get the preprocessed output
make init/main.i
 
# get the assembled output
make init/main.S

Module Compilation

# just build the modules
make modules
 
# install the modules in a non-default location
INSTALL_MOD_PATH=<path> make modules_install
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox