@@ -0,0 +1 @@
+/*/*.bin
@@ -0,0 +1,6 @@
+; A simple boot sector program that loops forever
+loop:
+ jmp loop
+
+times 510-($-$$) db 0
+dw 0xaa55