Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool to build bootable images #36

Closed
5 tasks
IsaacWoods opened this issue Aug 11, 2019 · 1 comment
Closed
5 tasks

Tool to build bootable images #36

IsaacWoods opened this issue Aug 11, 2019 · 1 comment

Comments

@IsaacWoods
Copy link
Owner

Such a tool would have to do a few high-level things

  • Construct a GPT disk image with the correct headers
  • Build the kernel and any userspace tasks we want
  • Construct a suitable bootcmd file
  • Build a FAT partition containing the bootloader, bootcmd, kernel image, and any driver images the bootcmd requests
  • (In the future) Build a PFS partition containing any files we want on it, maybe including the kernel and drivers (and just have the bootloader image on the FAT
@IsaacWoods
Copy link
Owner Author

This is now done as part of butler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant