Lines Matching full:do
8 kernel, and what to do if something goes wrong.
70 Do NOT use the /usr/src/linux area! This area has a (usually
151 Do not skip this step even if you are only upgrading one minor
266 - Do a ``make`` to create a compressed kernel image. It is also
267 possible to do ``make install`` if you have lilo installed to suit the
270 To do the actual install, you have to be root, but none of the normal
274 will also have to do ``make modules_install``.
295 do a ``make modules_install``.
370 Alternatively, you can do the dump lookup by hand:
375 kernel setup. What you should do is take the hex value from the EIP
382 the EIP from the kernel crash, do::
399 If you for some reason cannot do the above (you have a pre-compiled
405 cannot change values or set break points.) To do this, first compile the
406 kernel with -g; edit arch/x86/Makefile appropriately, then do a ``make
409 After you've rebooted with the new kernel, do ``gdb vmlinux /proc/kcore``.