summaryrefslogtreecommitdiff
path: root/runkernel.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-21 17:10:00 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-21 17:10:00 -0700
commitf8c092bd1435421518dd8a7922b5d89e5ed8576e (patch)
treeb4907fef551c7c6401b347e870ddca36b028fa42 /runkernel.inc
parent417fd5c59cf7907a95cc45b65c69a748a980fea7 (diff)
downloadsyslinux-f8c092bd1435421518dd8a7922b5d89e5ed8576e.tar.gz
Modularize the pause bird function; don't print dots for bootsects and com32
Diffstat (limited to 'runkernel.inc')
-rw-r--r--runkernel.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/runkernel.inc b/runkernel.inc
index 04450b41..0c105163 100644
--- a/runkernel.inc
+++ b/runkernel.inc
@@ -1,6 +1,6 @@
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2005 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2006 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -278,6 +278,7 @@ read_kernel:
jbe high_load_done ; Zero left (tiny kernel)
xor dx,dx ; No padding needed
+ mov bx,dot_pause ; Print dots...
call load_high ; Copy the file
high_load_done:
@@ -599,6 +600,7 @@ loadinitrd:
pop eax ; Bytes to load
mov dx,0FFFh ; Pad to page
+ mov bx,dot_pause ; Print dots...
call load_high ; Load the file
pop es