Computer Science, asked by mtahanafis3830, 11 months ago

Operating system components for an embedded linux system

Answers

Answered by MrPoizon
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 Anonymous
27

Answer:

\bold\red{❥ᴀ᭄ɴsᴡᴇʀ:⤵}

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