summaryrefslogtreecommitdiff
path: root/data
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 /data
parent0ba95e7cdbfc7e9833e8c46b02e2248783ff6a5d (diff)
Improved Makefile (better use of implicit rules)
Diffstat (limited to 'data')
-rw-r--r--data/fill.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/fill.asm b/data/fill.asm
new file mode 100644
index 0000000..0d40c24
--- /dev/null
+++ b/data/fill.asm
@@ -0,0 +1,10 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+;
+; just some data to fill empty space to get a full image
+;
+;
+
+times 2000000 db 0xff