From 487ecc1615ccc0368f1520c1146b2b43cdab6577 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 4 Sep 2014 20:17:49 +0200 Subject: working on bootloader. we will need stage 2... --- data/fill.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/fill.asm') diff --git a/data/fill.asm b/data/fill.asm index 49be4d3..216a328 100644 --- a/data/fill.asm +++ b/data/fill.asm @@ -7,4 +7,4 @@ ; ; -times 1474560 db 0x00 +times 1474560 db 0x69 -- cgit v1.2.3