From 7417e9b0ce6e5ffd5c0f361412e3f48ab77019e9 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 30 Aug 2014 13:40:58 +0200 Subject: Improved Makefile (better use of implicit rules) --- boot/fill.asm | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 boot/fill.asm (limited to 'boot/fill.asm') 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 -- cgit v1.2.3