Kernel compile

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Created page with 'Friendly rules exist like the following: <source lang="bash"> # get the preprocessed output make init/main.i # get the assembled output make init/main.o </source>')
 
m
 
(One intermediate revision by one user not shown)
Line 5: Line 5:
  
 
# get the assembled output
 
# get the assembled output
make init/main.o
+
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