summaryrefslogtreecommitdiff
path: root/boot/fill.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot/fill.asm')
-rw-r--r--boot/fill.asm10
1 files changed, 0 insertions, 10 deletions
diff --git a/boot/fill.asm b/boot/fill.asm
deleted file mode 100644
index 0d40c24..0000000
--- a/boot/fill.asm
+++ /dev/null
@@ -1,10 +0,0 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;
-;
-; just some data to fill empty space to get a full image
-;
-;
-
-times 2000000 db 0xff