diff options
Diffstat (limited to 'boot/fill.asm')
| -rw-r--r-- | boot/fill.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/boot/fill.asm b/boot/fill.asm index 1717006..0d40c24 100644 --- a/boot/fill.asm +++ b/boot/fill.asm @@ -1 +1,10 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; +; +; just some data to fill empty space to get a full image +; +; + times 2000000 db 0xff |
