Changes between Version 20 and Version 21 of Dev/KernelHack
- Timestamp:
- Oct 10, 2012 2:30:37 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/KernelHack
v20 v21 7 7 * [https://wiki.ubuntu.com/Kernel/CrashdumpRecipe Kernel/CrashdumpRecipe - Ubuntu Wiki] 8 8 > LKCD is a project that tries to enable enterprise style post-mortem crash analysis in Linux operating systems. It uses a special mode of kexec which allows to automatically boot a secondary kernel whenever a crash (Oops/panic) occurs. This secondary kernel will then save the state and memory of the primary kernel to a certain location of the filesystem (/var/crash on newer releases). This file can then be used by crash to gather detailed information about the problem. 9 = = how to build ==9 = how to build kernel = 10 10 * https://help.ubuntu.com/community/Kernel/Compile 11 11 * This page does NOT describe how to build upstream kernels from kernel.org. This is how to rebuild the actual Ubuntu kernel starting from source. … … 23 23 * カーネルソースを展開して、「make help」でmakeオプションが表示される 24 24 25 == = (example) build 3.6.1 on Ubuntu 12.04 and install to 12.10 ===25 == (example) build 3.6.1 on Ubuntu 12.04 and install to 12.10 == 26 26 * ソースの入手 27 27 * mitty@precise:~$ wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.6.1.tar.xz … … 38 38 * mitty@quantal64:~$ sudo dpkg -i linux-image-3.6.1_3.6.1-3_amd64.deb 39 39 40 = = how to enhancement kernel ==40 = how to enhancement kernel = 41 41 42 42 * [http://hekimian-williams.com/?p=20 Adding A System Call To Linux (Fedora 9) - Cory’s Place] Fedora 9 kernel 2.6.26 (i686)