((top)) - Kernel Os Iso
$ lsblk /path/to/ubuntu.iso ├── /boot/ – kernel (vmlinuz) + initrd (initial RAM disk) ├── /casper/ – squashfs filesystem (the compressed root OS) ├── /EFI/ – bootloader for UEFI systems └── /isolinux/ – legacy BIOS boot files
It provides a simplified interface for software to interact with hardware without needing to know the technical specifics of the hardware components. kernel os iso
Compiling the Linux kernel and creating a bootable ISO from it $ lsblk /path/to/ubuntu
