CN101650658A - 实现系统辅助激活技术的方法 - Google Patents

实现系统辅助激活技术的方法 Download PDF

Info

Publication number
CN101650658A
CN101650658A CN200810303769A CN200810303769A CN101650658A CN 101650658 A CN101650658 A CN 101650658A CN 200810303769 A CN200810303769 A CN 200810303769A CN 200810303769 A CN200810303769 A CN 200810303769A CN 101650658 A CN101650658 A CN 101650658A
Authority
CN
China
Prior art keywords
bios
activation technique
slp
system supplymentary
technique method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN200810303769A
Other languages
English (en)
Inventor
王震
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hongfujin Precision Industry Shenzhen Co Ltd
Hon Hai Precision Industry Co Ltd
Original Assignee
Hongfujin Precision Industry Shenzhen Co Ltd
Hon Hai Precision Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hongfujin Precision Industry Shenzhen Co Ltd, Hon Hai Precision Industry Co Ltd filed Critical Hongfujin Precision Industry Shenzhen Co Ltd
Priority to CN200810303769A priority Critical patent/CN101650658A/zh
Priority to US12/240,023 priority patent/US8117431B2/en
Publication of CN101650658A publication Critical patent/CN101650658A/zh
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities

Abstract

一种实现系统辅助激活技术方法,包括以下步骤:启动一待设置的计算机时,判断该待设置计算机中BIOS一启动段中一特定地址内的值是否为一特定值;如是,正常执行BIOS启动段;如否,该BIOS装载该系统辅助激活技术认证。本发明较佳实施方式实现SLP技术的方法可在启动段中通过储存一特定值而实现根据系统需要是否开启该SLP技术。

Description

实现系统辅助激活技术的方法
技术领域
本发明涉及一种实现系统辅助激活技术的方法,尤指一种用于辅助激活计算机视窗操作系统(Windows Operating System)的方法。
背景技术
微软从Windows XP开始引入了系统辅助激活(System-Locked Preinstallation,以下简写为SLP)技术,用于OEM产品的辅助激活。Windows XP采用的是SLP 1.0版,其原理是检测BIOS中是否存在由OEM硬件厂家设置的特定SLP字串,如果有,则认为软件为OEM合法授权,成为激活状态;否则,则要求用户输入OEM硬件附带的COA号码,并通过网络或电话激活软件。由于原理简单,很快被熟悉BIOS原理及相关软件操作的人破解,随意在非OEM硬件-DIY的兼容机上实现了一样的效果。普遍流行的做法是使用DMI编辑软件,在BIOS的DMI数据区加入SLP字串,使Windows XP认为OEM授权合法,成为激活状态。
后来在微软新推出的Windows Vista操作系统中,升级了SLP技术为2.0版。SLP 2.0根据1.0的不足,加强了验证的技术,使其由简单的验证字串,变为验证BIOS中的SLP证书、标志以及硬件相关的特征。SLP 2.0在BIOS(Basic Input/Output System)的ACPI(AdvancedConfiguration&Power Interface)中扩展出了一个新表SLIC(System Liscensed InternalCode),用于储存SLP证书公钥(SLP PubKey)以及SLP授权标志(SLP Marker)。
客户要制造商针对不同的客户群需要定制具有不同SLP技术的BIOS。这样会造成同一操作系统同时会安装有两种版本的BIOS,不宜在生产时进行管控。
发明内容
鉴于以上内容,有必要提供一种在同一版本BIOS内实现不同SLP技术的方法。
一种实现系统辅助激活技术方法,包括以下步骤:启动一待设置的计算机时,判断该待设置计算机中BIOS一启动段中一特定地址内的值是否为一特定值;如是,正常执行BIOS启动段;如否,该BIOS装载该系统辅助激活技术认证。
相对现有技术,本发明较佳实施方式实现SLP技术的方法可在启动段中通过储存一特定值而实现根据系统需要是否开启该SLP技术。
附图说明
图1为本发明较佳实施方式实现SLP技术的方法的流程图。
具体实施方式
本发明较佳实施方式实现SLP技术的方法用于给一待设置计算机进行BIOS参数设置。该BIOS参数储存在该待设置计算机主机板的一IC芯片中,该BIOS参数包括一启动段(Bootblock)和一BIOS主体段。该启动段存放于固定的地址空间,是计算机开机时首先执行的部分。该启动段主要用于对计算机硬件做最基本、最简单的初始化,在该启动段执行后解压缩该BIOS主体段的其它模块。该BIOS参数进行更新时,往往仅更新该BIOS主体段的参数而不更新该启动段内的参数。
请参阅图1,本发明较佳实施方式实现SLP技术的方法包括以下步骤:
将具SLP技术(SLP 2.0版或其它版本)的BIOS参数写入该待设置的计算机的BIOS参数中;
启动该待设置的计算机,执行该BIOS启动段,系统判断该启动段一特定地址内的值是否为一特定值,如0x55;
如是,正常执行BIOS启动段;
如否,该BIOS装载该SLP技术认证,其中包括在BIOS参数中导入一SLP证书公钥以及一SLP授权标志到该待设置的计算机的内存中;
判断结束后该待设置的计算机继续执行该BIOS主体段。
在本发明较佳实施方式实现SLP技术的方法中,可通过在远程计算机或本待设置的计算机将该特定值写入该待设置的计算机的BIOS参数启动段的该特定地址中,以实现禁用SLP技术的目的。如需再次使用SLP技术,则可改变该待设置的计算机的BIOS参数启动段的特定地址使其不等于该特定值,如清零的方式实现。
在本发明较佳实施方式实现SLP技术的方法中,该特定地址的存储空间为一字节。该BIOS装载该SLP技术认证的步骤是通过存储于该BIOS的程序段执行。检查该特定地址中值的步骤是通过储存于该启动段中的特定程序段实现。
本发明较佳实施方式实现SLP技术的方法可通过判断在启动段中储存的特定值而实现根据系统需要是否开启该SLP技术,而无需重新刷写BIOS参数。将该特定值写入该启动段中可防止用户刷新BIOS参数时破坏该启动段的值。

Claims (8)

1.一种实现系统辅助激活技术方法,其特征在于,该方法包括以下步骤:
启动一待设置的计算机时,判断该待设置计算机中BIOS一启动段中一特定地址内的值是否为一特定值;
如是,正常执行BIOS启动段;
如否,该BIOS装载一系统辅助激活技术认证。
2.如权利要求1所述的实现系统辅助激活技术方法,其特征在于:
实现系统辅助激活技术方法还包括预先将具系统辅助激活技术的BIOS参数写入该待设置的计算机的BIOS参数中。
3.如权利要求1所述的实现系统辅助激活技术方法,其特征在于:
该启动段用于对计算机硬件做最基本、最简单的初始化。
4.如权利要求1所述的实现系统辅助激活技术方法,其特征在于:
该BIOS装载该SLP技术认证的步骤中包括在BIOS参数中导入一SLP证书公钥以及一SLP授权标志到该待设置的计算机的内存中。
5.如权利要求1所述的实现系统辅助激活技术方法,其特征在于:该特定地址的存储空间为一字节。
6.如权利要求1所述的实现系统辅助激活技术方法,其特征在于:
该BIOS装载该SLP技术认证的步骤是通过存储于该BIOS的程序段执行。
7.如权利要求1所述的实现系统辅助激活技术方法,其特征在于:
检查该特定地址中值的步骤是通过储存于该启动段中的一特定程序段实现。
8.如权利要求1所述的实现系统辅助激活技术方法,其特征在于:
判断结束后该待设置的计算机继续执行一BIOS主体段。
CN200810303769A 2008-08-14 2008-08-14 实现系统辅助激活技术的方法 Pending CN101650658A (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN200810303769A CN101650658A (zh) 2008-08-14 2008-08-14 实现系统辅助激活技术的方法
US12/240,023 US8117431B2 (en) 2008-08-14 2008-09-29 Method for loading system locked pre-installation certification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810303769A CN101650658A (zh) 2008-08-14 2008-08-14 实现系统辅助激活技术的方法

Publications (1)

Publication Number Publication Date
CN101650658A true CN101650658A (zh) 2010-02-17

Family

ID=41672901

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810303769A Pending CN101650658A (zh) 2008-08-14 2008-08-14 实现系统辅助激活技术的方法

Country Status (2)

Country Link
US (1) US8117431B2 (zh)
CN (1) CN101650658A (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880476A (zh) * 2011-07-12 2013-01-16 鸿富锦精密工业(深圳)有限公司 Bios版本设置系统及方法
CN109714303A (zh) * 2017-10-25 2019-05-03 阿里巴巴集团控股有限公司 Bios启动方法及数据处理方法
CN112269585A (zh) * 2020-11-04 2021-01-26 配天机器人技术有限公司 一种关节驱动器固件在线更新方法、装置及关节驱动器

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080222732A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Computer manufacturer and software installation detection

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6401208B2 (en) * 1998-07-17 2002-06-04 Intel Corporation Method for BIOS authentication prior to BIOS execution
US6735696B1 (en) * 1998-08-14 2004-05-11 Intel Corporation Digital content protection using a secure booting method and apparatus
US6684326B1 (en) * 1999-03-31 2004-01-27 International Business Machines Corporation Method and system for authenticated boot operations in a computer system of a networked computing environment
US7107460B2 (en) * 2002-02-15 2006-09-12 International Business Machines Corporation Method and system for securing enablement access to a data security device
US7716494B2 (en) * 2004-07-15 2010-05-11 Sony Corporation Establishing a trusted platform in a digital processing system
US7447892B2 (en) * 2006-03-10 2008-11-04 Inventec Corporation Operating system activation key embedding handling method and system
US20080148387A1 (en) * 2006-10-18 2008-06-19 Madina Shab H Trusted platform module management system and method
US20080222732A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Computer manufacturer and software installation detection

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880476A (zh) * 2011-07-12 2013-01-16 鸿富锦精密工业(深圳)有限公司 Bios版本设置系统及方法
CN102880476B (zh) * 2011-07-12 2016-01-27 甘肃农业大学 Bios版本设置系统及方法
CN109714303A (zh) * 2017-10-25 2019-05-03 阿里巴巴集团控股有限公司 Bios启动方法及数据处理方法
CN112269585A (zh) * 2020-11-04 2021-01-26 配天机器人技术有限公司 一种关节驱动器固件在线更新方法、装置及关节驱动器
CN112269585B (zh) * 2020-11-04 2022-11-25 配天机器人技术有限公司 一种关节驱动器固件在线更新方法、装置及关节驱动器

Also Published As

Publication number Publication date
US20100042822A1 (en) 2010-02-18
US8117431B2 (en) 2012-02-14

Similar Documents

Publication Publication Date Title
US8539213B2 (en) Manageability extension mechanism for system firmware
US20090300588A1 (en) Method and apparatus for acquiring definitions of debug code of basic input/output system
US20110167249A1 (en) Computer system and method capable of remotely restoring operating system
CN102890634B (zh) 终端设备和启动终端设备的操作系统的方法
CN101650658A (zh) 实现系统辅助激活技术的方法
CN102193806B (zh) 更新动画的方法和装置
US8370612B2 (en) Computer system with built-in hidden two operating devices
CN106155713B (zh) 启动信息管理方法及装置
US8583891B1 (en) Associating partitions in a computing device
US8892856B2 (en) Firmware flashing method and related computer system
US20060129520A1 (en) System and method for automatically updating a program in a computer
US8001314B2 (en) Storing a driver for controlling a memory
TWI511047B (zh) 作業系統切換方法以及使用此方法的雙作業系統電子裝置
CN102857817A (zh) 一种可动态加载的机顶盒生产系统及方法
CN100419682C (zh) 一种计算机快速启动的系统及方法
CN100373339C (zh) 计算机平台操作系统兼容处理方法及装置
CN110532031A (zh) 基于Linux系统的贴牌显示方法、电子设备及存储介质
USRE39621E1 (en) System for automatically reading stored rewriting data and replacing system generated setup data by the rewriting data before system initialization
TW201005643A (en) Backup system of embedded system for storing booting files in different storage sections and method thereof
CN110333901A (zh) 存储装置的名称更新方法
EP1764668A1 (en) Computer activating method, program, recording medium, and information processing apparatus
CN112540889B (zh) 在用户态调整硬盘启动顺序的方法、装置、设备及介质
JP3978927B2 (ja) 電子表示制御装置およびその方法並びに記録媒体
CN113254888B (zh) 获取硬件信息的方法、授权控制系统及计算设备
CN1235147C (zh) 应用装置的装置信息管理系统及方法

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Open date: 20100217