BuildIso is a lightweight ISO builder designed for OSDev projects. It integrates into Visual Studio as an External Tool and generates a bootable ISO with one click. No installers, no workloads, no VSIX. Just one executable dropped into your project folder.
MyOS/ ├── BuildIso.exe ├── boot/ │ └── boot.bin (512 o) ├── iso_root/ │ └── KERNEL.BIN └── MyOS.csproj