README (3a20ac2c52b1317f5a5f0bd9cd3cbe8495ddd026) | README (590a5857291e88c00a1be53fb373e8bf82f86284) |
---|---|
1 Linux kernel release 2.6.xx <http://kernel.org/> 2 3These are the release notes for Linux version 2.6. Read them carefully, 4as they tell you what this is all about, explain how to install the 5kernel, and what to do if something goes wrong. 6 7WHAT IS LINUX? 8 --- 160 unchanged lines hidden (view full) --- 169 "make xconfig" X windows (Qt) based configuration tool. 170 "make gconfig" X windows (Gtk) based configuration tool. 171 "make oldconfig" Default all questions based on the contents of 172 your existing ./.config file and asking about 173 new config symbols. 174 "make silentoldconfig" 175 Like above, but avoids cluttering the screen 176 with questions already answered. | 1 Linux kernel release 2.6.xx <http://kernel.org/> 2 3These are the release notes for Linux version 2.6. Read them carefully, 4as they tell you what this is all about, explain how to install the 5kernel, and what to do if something goes wrong. 6 7WHAT IS LINUX? 8 --- 160 unchanged lines hidden (view full) --- 169 "make xconfig" X windows (Qt) based configuration tool. 170 "make gconfig" X windows (Gtk) based configuration tool. 171 "make oldconfig" Default all questions based on the contents of 172 your existing ./.config file and asking about 173 new config symbols. 174 "make silentoldconfig" 175 Like above, but avoids cluttering the screen 176 with questions already answered. |
177 Additionally updates the dependencies. |
|
177 "make defconfig" Create a ./.config file by using the default 178 symbol values from arch/$ARCH/defconfig. 179 "make allyesconfig" 180 Create a ./.config file by setting symbol 181 values to 'y' as much as possible. 182 "make allmodconfig" 183 Create a ./.config file by setting symbol 184 values to 'm' as much as possible. --- 182 unchanged lines hidden --- | 178 "make defconfig" Create a ./.config file by using the default 179 symbol values from arch/$ARCH/defconfig. 180 "make allyesconfig" 181 Create a ./.config file by setting symbol 182 values to 'y' as much as possible. 183 "make allmodconfig" 184 Create a ./.config file by setting symbol 185 values to 'm' as much as possible. --- 182 unchanged lines hidden --- |