+<h3>
+<a id="getting-the-os-image-file" class="anchor" href="#getting-the-os-image-file" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting the OS image file</h3>
+
+<p>Here I'll provide links to the newest available BOS images for direct testing:
+<a href="https://github.com/bubach/BOS/raw/master/bos.img">1.44MB floppy image</a></p>
+
+<p>The image was created on my OSX setup with these commands, using the Homebrew <code>brew install mtools</code> package.</p>
+
+<pre><code>$ mformat -C -f 1440 -v BOS -i ./bos.img ::
+$ hdiutil attach ./bos.img
+$ cp ./kernel/kernel.sys /Volumes/BOS
+$ umount /Volumes/BOS
+$ dd if=./boot/BOS_boot.bin of=/dev/disk1 bs=1 count=512
+$ hdiutil detach /dev/disk1
+$ chmod 0777 ./bos.img