Lines Matching refs:you
4 as they tell you what this is all about, explain how to install the
13 It has all the features you would expect in a modern fully-fledged Unix,
61 - If you install the full sources, put the kernel tarball in a
62 directory where you have permissions (eg. your home directory) and
82 source tree, _in_order_, and you should be ok. You may want to remove
85 If there are, either you or I have made a mistake.
90 and you want to apply the 4.0.3 patch, you must not first apply the 4.0.1
91 and 4.0.2 patches. Similarly, if you are running kernel version 4.0.2 and
92 want to jump to 4.0.3, you must first reverse the 4.0.2 patch (that is,
106 - Make sure you have no stale .o files and dependencies lying around:
121 you can just update packages when obvious problems arise during
128 Using the option "make O=output/dir" allow you to specify an alternate
147 Do not skip this step even if you are only upgrading one minor
150 as expected. If you want to carry your existing configuration to a
152 only ask you for the answers to new questions.
245 break bad code to find kernel problems (kmalloc()). Thus you
251 - Make sure you have at least gcc 3.2 available.
254 Please note that you can still run a.out user programs with this kernel.
257 possible to do "make install" if you have lilo installed to suit the
258 kernel makefiles, but you may want to check your particular lilo setup first.
260 To do the actual install, you have to be root, but none of the normal
263 - If you configured any of the parts of the kernel as `modules', you
269 totally silent). However, sometimes you or other kernel developers need
281 contains new code which has not been debugged. Make sure you keep a
282 backup of the modules corresponding to that kernel, as well. If you
284 working kernel, make a backup of your modules directory before you
291 - In order to boot your new kernel, you'll need to copy the kernel
298 If you boot Linux from the hard drive, chances are you use LILO, which
302 and copy the new image over the old one. Then, you MUST RERUN LILO
303 to update the loading map!! If you don't, you won't be able to boot
311 After reinstalling LILO, you should be all set. Shutdown the system,
314 If you ever need to change the default root device, video mode,
323 - If you have problems that seem to be due to kernel bugs, please check
325 with the part of the kernel that you are having trouble with. If there
330 - In all bug-reports, *please* tell what kernel you are talking about,
333 old, please try to tell me when you first noticed it.
348 incomprehensible to you, but it does contain information that may
354 - If you compiled the kernel with CONFIG_KALLSYMS you can send the dump
355 as is, otherwise you will have to use the "ksymoops" program to make
359 Alternatively, you can do the dump lookup by hand:
361 - In debugging dumps like the above, it helps enormously if you can
364 kernel setup. What you should do is take the hex value from the EIP
368 To find out the kernel function name, you'll need to find the system
375 This will give you a list of kernel addresses sorted in ascending
379 function addresses (in fact, that is very unlikely), so you can't
380 just 'grep' the list: the list will, however, give you the starting
382 has a starting address lower than the one you are searching for but
383 is followed by a function with a higher address you will find the one
384 you want. In fact, it may be a good idea to include a bit of
388 If you for some reason cannot do the above (you have a pre-compiled
392 - Alternatively, you can use gdb on a running kernel. (read-only; i.e. you
397 After you've rebooted with the new kernel, do "gdb vmlinux /proc/kcore".