All of lore.kernel.org
 help / color / mirror / Atom feed
* [KERNEL NEWBIES ACESS] Kloudifold
@ 2023-03-08 20:18 Kloudifold
  2023-03-09  0:12 ` Alison Schofield
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kloudifold @ 2023-03-08 20:18 UTC (permalink / raw)
  To: outreachy

Dear Outreachy team,

I am an Outreachy applicant who recently followed the tutorial for the Kernel Firstpatch on your website. During the process, I encountered a couple of issues that I believe could benefit from an update to the tutorial.

Firstly, the tutorial assumes that the .config file used to compile the distribution kernel is stored in the /boot/ directory. However, some distributions, including the one I use, do not follow this convention. Instead, the .config file is stored in the /proc/ directory as a compressed file. To address this issue, I propose updating the tutorial with the command "zcat /proc/config.gz > .config" to extract the .config file from /proc/ and use it for compiling the kernel.

Secondly, the tutorial instructs users to install the kernel using LILO as the boot manager. However, many modern distributions, including the one I use, use GRUB as the default boot manager. This results in an error when executing "sudo make modules_install install" as the system cannot find LILO. To resolve this issue, I suggest adding instructions for manually installing the kernel and initramfs and configure GRUB.

In summary, my proposed updates to the Kernel Firstpatch tutorial include:

    Adding a command to extract the .config file from /proc/ using "zcat /proc/config.gz > .config"
    Updating the instructions for installing the kernel and initramfs manually and configuring GRUB

I believe that these updates will improve the usability of the tutorial for users who encounter similar issues. Thank you for your consideration, and please let me know if you have any questions or concerns.

Best regards,
Kloudifold.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-09  3:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-08 20:18 [KERNEL NEWBIES ACESS] Kloudifold Kloudifold
2023-03-09  0:12 ` Alison Schofield
2023-03-09  1:39 ` Fabio M. De Francesco
2023-03-09  3:19 ` Ira Weiny

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.