Skip to content

Add support for loading ramdisk #308

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

Closed
jasoncouture opened this issue Jan 4, 2023 · 0 comments · Fixed by #302
Closed

Add support for loading ramdisk #308

jasoncouture opened this issue Jan 4, 2023 · 0 comments · Fixed by #302
Labels
enhancement New feature or request

Comments

@jasoncouture
Copy link
Contributor

Some use cases require additional files to boot.
These can be anything from driver modules, to microkernel early boot services.

The traditional way, and the way things like grub handle this is to load a file and pass it to the kernel.
The bootloader does not interact directly with parsing the file.

I propose we implement this.

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

Successfully merging a pull request may close this issue.

2 participants