I wrote these three files start.S init.S boot.c to show how to build a simple bootloader for Samsung Exynos 4412 Quad ARM SoC. The function of these codes is to load the Linux kernel on the chip. However, it is just a toy that helps us understand low-level programming better. So don't expect it to work well. :)