-
Notifications
You must be signed in to change notification settings - Fork 68
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
how to make .iso #96
Comments
First of all, I think it's worth pointing out that you don't necessarily need an ISO file to run your kernel on a real system. ISO files were originally created for CD-ROM media, but I'm guessing that you're likely planning on using some other media type e.g. a USB thumb drive. If you want to boot from a USB thumb drive, you can just flash the disk image created by |
Thanks, but I am trying to get it on a ventoy USB and I am not sure if it will just boot the binary created by |
The website says it supports .img files. This should be compatible with the output created by |
@Freax13 How to make .img then? Its easy to let it run in qemu with cargo run but i cant find anywhere on how to run it on REAL hardware |
If you're using legacy BIOS or UEFI with CSM (that's usually an option you can enable), you can just use the file generated by cargo bootimage. There are no conversion steps needed. You can just put the file on a USB thumbdrive. If you need full UEFI support, you'll need to upgrade to bootloader v0.11. |
I wanted to test my kernel on bare metal but I am unable to find how to make an iso I can boot it with, any help appreciated, thanks!
The text was updated successfully, but these errors were encountered: