efidroid / projectmanagement

EFIDroid Project Management
118 stars 12 forks source link

Ramdisk patching API #46

Open feherneoh opened 8 years ago

feherneoh commented 8 years ago

There should be an API available for UEFI apps (bootloaders) that lets them patch ramdisks according to multiboot.ini, so other bootloaders can boot EFIDroid ROMs too (without their own patching code)

M1cha commented 8 years ago

I'd probably go with a protocol that let's you either boot a binary file(I didn't say .img because libboot does auto-detection anyway), and optionally lets you specify a path to a multiboot directory/ini.

feherneoh commented 8 years ago

yeah, that would be great