|
|
|
|
|
by anthk
2260 days ago
|
|
You could borrow bximage from Bochs too to generate them easily :D. Or in a Unix platform, with just dd and vnconfig under OpenBSD or kpartx under Linux. >dd if=/dev/zero of=a.img bs=1440k count=1
>vnconfig vnd0 a.img
>newfs_msdos -F 12 /dev/rvnd0c
>vnconfig -u vnd0
>file a.img
a.img: x86 boot sectorThat's under OpenBSD, under Linux is similar. |
|
Also i'm using Windows and wanted a GUI tool.