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
Line 5: Line 5:
  
 
# get the assembled output
 
# get the assembled output
make init/main.o
+
make init/main.S
 
</source>
 
</source>

Revision as of 12:31, 22 March 2012

Friendly rules exist like the following:

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

Variants
Actions
Navigation
Toolbox