summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-30 13:40:58 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-30 13:40:58 +0200
commit7417e9b0ce6e5ffd5c0f361412e3f48ab77019e9 (patch)
tree7a9526d78aa84fb0a2188942108f3a32f49bdecc /boot
parent0ba95e7cdbfc7e9833e8c46b02e2248783ff6a5d (diff)
Improved Makefile (better use of implicit rules)
Diffstat (limited to 'boot')
-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