Linux LILO - What is LILO?

What is LILO?

LILO is Linux Loader is a boot loader for Linux. It is used to load Linux into the memory and start the Operating system. LILO can be configured to boot other operating systems as well. LILO is customizable, which means that if the default configuration is not correct, it can be changed. Config file for LILO is lilo.conf.

What is LILO?

LILO stands for Linux Loader which is a bootstrap program. LILO is a code snippet which loads PC BIOS into the main memory at the time of starting the computer system. LILO handles the following tasks:

-Locating Linux kernel
-Identifying other supporting programs and loading them in the memory
-Staring Kernel

The selection of various kernel images and boot routines is supported by LILO. For this reason, LILO is known as boot manager.
Linux - Difference between home directory and working directory?
Difference between home directory and working directory - Home directory is the default working directory when a user logs in. On the other hand, working directory is the user’s current directory......
Linux - Difference between internal and external commands
Difference between internal and external commands - Internal commands are commands that are already loaded in the system. They can be executed any time and are independent.......
Difference between a static library and a dynamic library?
Linux static library and dynamic library - Static libraries are loaded when the program is compiled and dynamically-linked libraries are loaded......
Post your comment