Kernel compile

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
 
Line 6: Line 6:
 
# get the assembled output
 
# get the assembled output
 
make init/main.S
 
make init/main.S
 +
</source>
 +
 +
== Module Compilation ==
 +
<source lang="bash">
 +
# just build the modules
 +
make modules
 +
 +
# install the modules in a non-default location
 +
INSTALL_MOD_PATH=<path> make modules_install
 
</source>
 
</source>

Latest revision as of 11:56, 18 April 2012

Friendly rules exist like the following:

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

[edit] 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