[syslinux:pathbased] diskstart: print CHS/EDD instead of CBIOS/EBIOS

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Fri May 14 15:24:15 PDT 2010


Commit-ID:  4c7ad2f6dfc8da45eaafd6898feb319b478dca53
Gitweb:     http://syslinux.zytor.com/commit/4c7ad2f6dfc8da45eaafd6898feb319b478dca53
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Fri, 14 May 2010 15:20:45 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Fri, 14 May 2010 15:20:45 -0700

diskstart: print CHS/EDD instead of CBIOS/EBIOS

The terms CHS or EDD are more well-known, so use them.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 core/diskstart.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/diskstart.inc b/core/diskstart.inc
index 1438477..f249d7c 100644
--- a/core/diskstart.inc
+++ b/core/diskstart.inc
@@ -670,8 +670,8 @@ checksumerr_msg	db ' Load error - ', 0	; Boot failed appended
 ;
 ; BIOS type string
 ;
-cbios_name	db 'CBIOS', 0
-ebios_name	db 'EBIOS', 0
+cbios_name	db 'CHS', 0			; CHS/CBIOS
+ebios_name	db 'EDD', 0			; EDD/EBIOS
 
 ;
 ; Debug routine



More information about the Syslinux-commits mailing list