From bf67de78c26c6f6e585f11899591f61da5a2c3d8 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 8 Jul 2014 17:15:01 +0200 Subject: added some comments and cleaned up the .asm files --- boot/fill.asm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'boot/fill.asm') 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 -- cgit v1.2.3