Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| useful:kernel [2008/12/10 17:36] – chemist | useful:kernel [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Kernel ====== | ||
| - | ===== Compile Your Own ===== | ||
| - | === become root === | ||
| - | <code bash> | ||
| - | |||
| - | === change dir to build location === | ||
| - | <code bash>cd / | ||
| - | |||
| - | === get the current kernel === | ||
| - | <code bash> | ||
| - | |||
| - | === extract source === | ||
| - | <code bash>tar xvfj linux-2.6.x.x.tar.bz2</ | ||
| - | |||
| - | === remove old symlink === | ||
| - | <code bash>rm linux</ | ||
| - | |||
| - | === create new symlink === | ||
| - | <code bash>ln -s linux-2.6.x.x linux</ | ||
| - | |||
| - | === change dir to current source === | ||
| - | <code bash>cd linux</ | ||
| - | |||
| - | === copy YOUR current .config === | ||
| - | <code bash>cp / | ||
| - | |||
| - | === use old configuration === | ||
| - | <code bash> | ||
| - | |||
| - | === edit config (as it suites you) === | ||
| - | <code bash> | ||
| - | |||
| - | === compile === | ||
| - | <code bash> | ||
| - | |||
| - | === install === | ||
| - | <code bash> | ||
| - | |||
| - | === update your bootloader === | ||
| - | <code bash> | ||
Last modified: le 2008/12/10 17:36