diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/fill.asm | 4 | ||||
| -rw-r--r-- | data/floppy.img | bin | 1474560 -> 0 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/fill.asm b/data/fill.asm index d731efc..49be4d3 100644 --- a/data/fill.asm +++ b/data/fill.asm @@ -3,8 +3,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; -; just some data to fill empty space to get a full image +; fill an empty floppy disk ; ; -times 2000000 db 0x69 +times 1474560 db 0x00 diff --git a/data/floppy.img b/data/floppy.img Binary files differdeleted file mode 100644 index 6b4dc22..0000000 --- a/data/floppy.img +++ /dev/null |
