From a822afc278e7855dea55bcd0de2e402d5bf43508 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Thu, 20 Nov 2014 23:28:17 +0100 Subject: fixed loading and runnnng progs (clear bss) --- boot1/disk_load_16.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot1/disk_load_16.asm') diff --git a/boot1/disk_load_16.asm b/boot1/disk_load_16.asm index 76102ad..6d1e4b3 100644 --- a/boot1/disk_load_16.asm +++ b/boot1/disk_load_16.asm @@ -8,7 +8,7 @@ STR_LBA: db "LBA Support Detected",0 STR_CHS: - db "CHS BROKEN SORRY(?)",0 + db "No CHS Support!)",0 STR_ERROR: db "Disk Read Error",0 @@ -50,6 +50,7 @@ disk_load_chs: mov bx, STR_CHS call print_string call print_nextline + jmp $ mov bx,0 ;target es:bx mov es,bx -- cgit v1.2.3