diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
commit | 28eecd8965aedbd75727fb0797a2e7033d5c54ee (patch) | |
tree | 1cac9ffc5f7fe7fd82d59b4accd7b8cf85762f74 /bootsect.inc | |
parent | f8c463722022008c8412a69f90576d2bf38818ed (diff) | |
download | syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz |
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'bootsect.inc')
-rw-r--r-- | bootsect.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bootsect.inc b/bootsect.inc index f22e845a..1bea87b2 100644 --- a/bootsect.inc +++ b/bootsect.inc @@ -1,6 +1,6 @@ ;; $Id$ ;; ----------------------------------------------------------------------- -;; +;; ;; Copyright 1994-2005 H. Peter Anvin - All Rights Reserved ;; ;; This program is free software; you can redistribute it and/or modify @@ -13,7 +13,7 @@ ;; ;; bootsect.inc -;; +;; ;; Load a boot sector (or other bootstrap program.) ;; ;; Unlike previous versions of this software, this doesn't require that @@ -97,13 +97,13 @@ replace_bootstrap_one: push word 1 ; Length of descriptor list ; Fall through -; +; ; Entrypoint for "shut down and replace bootstrap" -- also invoked by ; the COMBOOT API. This routine expects two words on the stack: ; address of the copy list (versus DS) and count. Additionally, ; the values of ESI and EDX are passed on to the new bootstrap; ; the value of BX becomes the new DS. -; +; replace_bootstrap: ; ; Prepare for shutting down @@ -117,7 +117,7 @@ replace_bootstrap: ; xor ax,ax mov ds,ax - mov es,ax + mov es,ax %if IS_PXELINUX test byte [KeepPXE],01h |