Using BuildIso
How to use BuildIso.exe?
Steps to use BuildIso.exe (double-click mode):
- Download and install BuildIso.exe from https://github.com/BuildIso/BuildIso.
- Create a new folder in C:\ (e.g. MyCoolOS)
- In your folder create 2 folders: boot and iso_root.
- Still in your folder, copy BuildIso.exe into your project folder.
- Now in the boot folder create a .txt file and rename it to boot.asm then download NASM (or any other assembler) and convert this boot.asm into boot.bin.
- Now add your files to iso_root (e.g. README.md) if you want to use iso_root download an LBA Reader.
- Last step, launch BuildIso.exe, then some options will appear and choose, and that's it, or otherwise you can open cmd.exe, go to the folder where BuildIso.exe is located, type 'BuildIso.exe "C:/MyCoolOS"' and that's it, or otherwise 'BuildIso.exe C:/MyCoolOS'.