diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-30 13:40:58 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-30 13:40:58 +0200 |
| commit | 7417e9b0ce6e5ffd5c0f361412e3f48ab77019e9 (patch) | |
| tree | 7a9526d78aa84fb0a2188942108f3a32f49bdecc /boot/fill.asm | |
| parent | 0ba95e7cdbfc7e9833e8c46b02e2248783ff6a5d (diff) | |
Improved Makefile (better use of implicit rules)
Diffstat (limited to 'boot/fill.asm')
| -rw-r--r-- | boot/fill.asm | 10 |
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 |
