b-man / MachBoot

A preliminary clone of iBoot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample booter for XNU
=====================
- Requires 'mkimage' from u-boot to generate uImage.
- Builds using arm-none-eabi toolchain for ARMv7 architecture.
- Targeted towards ARM RealView PB-A8 board configuration.
- Can boot from u-boot if you modify it for your board configuration.
- Maybe sort of buggy.
- Mach kernel should be in image3 form as 'mach.img3', type is 'krnl', just have DATA and TYPE
  in the Image3 file.
- This bootloader isn't perfect.

About

A preliminary clone of iBoot.


Languages

Language:C 87.9%Language:Assembly 10.7%Language:Shell 0.9%Language:Objective-C 0.4%