From 55b3af4989e7908472d1dbfb3fe1bdd6e43262e1 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 24 Oct 2014 13:59:06 +0200 Subject: moved kernel and ramimage to 0x100000 successfully chs is broken however and only the first chunk seems to get loaded properly :( --- boot/disk_load_16.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'boot/disk_load_16.asm') diff --git a/boot/disk_load_16.asm b/boot/disk_load_16.asm index 78aa22b..5eb43a9 100644 --- a/boot/disk_load_16.asm +++ b/boot/disk_load_16.asm @@ -15,6 +15,8 @@ STR_SPACE: STR_OK: db "Kernel Loaded",0 +STR_PROGRESS: + db ".",0 bpbSectorsPerTrack: dw 18 @@ -189,9 +191,9 @@ disk_read_error: disk_load_finish: - mov bx, STR_OK + mov bx, STR_PROGRESS call print_string - call print_nextline +; call print_nextline popa ret -- cgit v1.2.3