Operating system components for an embedded linux system
Answers
Answered by
7
The root filesystem image and any other auxiliary files needed to deploy Linux to the target platform.
The kernel, boot-loader, and kernel modules appropriate for the target hardware.
The toolchain used to build all the target binaries.
Answered by
27
Answer:
Explanation:
The bootloader's main job is to find the operating system's binary program, load that binary into memory, and run the operating system. In our case, this is the Linux kernel. The bootloader is done at this point, and all of its code and data in RAM are usually overwritten by the operating system
Similar questions