CN1722089A - Method for storing and operating high-capacity Boot ROM mirror - Google Patents

Method for storing and operating high-capacity Boot ROM mirror Download PDF

Info

Publication number
CN1722089A
CN1722089A CN 200510037712 CN200510037712A CN1722089A CN 1722089 A CN1722089 A CN 1722089A CN 200510037712 CN200510037712 CN 200510037712 CN 200510037712 A CN200510037712 A CN 200510037712A CN 1722089 A CN1722089 A CN 1722089A
Authority
CN
China
Prior art keywords
boot rom
rom image
hard disk
image
storage medium
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.)
Granted
Application number
CN 200510037712
Other languages
Chinese (zh)
Other versions
CN100382027C (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.)
Suzhou Youkang Communication Co., Ltd.
Original Assignee
CHAORUI MICROELECTRONICS Co Ltd SUZHOU
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 CHAORUI MICROELECTRONICS Co Ltd SUZHOU filed Critical CHAORUI MICROELECTRONICS Co Ltd SUZHOU
Priority to CNB2005100377121A priority Critical patent/CN100382027C/en
Publication of CN1722089A publication Critical patent/CN1722089A/en
Application granted granted Critical
Publication of CN100382027C publication Critical patent/CN100382027C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Signal Processing For Digital Recording And Reproducing (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method for storing and running large capacity Boot ROM image. It first stores the non-initial code content of Boot ROM image into annex storage medium (such as disk), then it reads non-initial code content and deals with it when running the initial code of Boot ROM image to achieve the support of large capacity Boot ROM image program.

Description

The method of a kind of storage and operation high-capacity Boot rom image
Technical field
The invention relates to the method for a kind of storage and operation Boot rom image, specifically, is the method about a kind of storage and operation high-capacity Boot rom image.
Background technology
People are more and more higher to the requirement of computing machine each side function, impelled the complexity of computer software constantly to increase, this makes software also become more and more huger virtually, this problem is nothing for the storage mediums such as hard disk that calculate with 10G, 100G at present at all, but for some more special application scenarios, as be stored in Boot ROM type program in the PCI expansion ROM (hard disk reduction card, encrypted card, remote activation card etc.), still stubborn problem relatively.With regard to this series products of hard disk reduction card; manufacturer wants to take advantage in intense market competition; means and strategy are a lot; wherein increase product function; with the differentiation of realization with like product, give prominence to the advantage of self, be a kind of very feasible way; the hard disk reduction that adds network function (management, clone) as the hard disk data protection that occurs on the market blocks, and is exactly a kind of relatively more successful representative.Yet owing to be subjected to the restriction of PCI expansion ROM capacity (generally all in 64K) and price, some good ideas implement also difficult.
The object of the present invention is to provide a kind of method that realizes storage simple, that cost is low and operation high-capacity Boot rom image.Knowledge according to the PCI expansion ROM in " PCI local bus standard ", the way of realization of PCI expansion ROM program such as Boot rom image, its structure (as Fig. 1) is mainly divided initialization (Initialization) code and non-setup code part, wherein setup code can be loaded and move in the start-up course of computing machine, and its non-setup code partly can be realized flexibly.According to these characteristics, we just can be with the non-setup code partial content in the Boot rom image, be stored in earlier in the additional storage medium (as hard disk), in setup code in this Boot rom image when operation, as required then, read non-setup code partial content again and handle, to realize support the high-capacity Boot rom image.
Summary of the invention
For above purpose, the invention provides the method for a kind of storage and operation high-capacity Boot rom image, this method comprises:
1.. when writing Boot ROM program, the function of data in the additional storage medium (as hard disk) and the information of Data Position are read and handle in adding in this Boot rom image setup code, generate executable file mirror image (Image) by normal Boot rom image development process, with the setup code part in this Boot rom image, be cured in the storage medium (as FLASH) of PCI expansion ROM, more non-setup code partial content in this Boot rom image write in the additional storage medium (as hard disk);
2.. during the operation of initialize routine in this Boot rom image, read as required and be stored in the content in the additional storage medium (as hard disk) and handle, finish support the high-capacity Boot rom image.
Description of drawings
In claims of present patent application, pointed out theme of the present invention particularly, and clearly it has been proposed patent protection.Yet with reference to following detailed description and accompanying drawing, relevant structure that can better understand the present invention and implementation method with and purpose, feature and advantage.
Fig. 1 is a typical B oot rom image layout;
The Boot rom image layout that Fig. 2 uses for this method.
Specific implementation method
In the following detailed description, having described specific details comprehensively understands the present invention so that provide.Yet the professional and technical personnel will appreciate that the present invention also can implement with other similar details.
Although the invention is not restricted to this,, a kind of that hard disk is as follows as the implementation step of storage and operation high-capacity Boot ROM additional carrier as a specific embodiment of the present invention:
Knowledge according to fdisk, in 63 sectors of the 0th cylinder the 0th magnetic track of hard disk, except that the 1st sector is used for MBR (Main Boot Record), remaining 62 sector all keeps need not, simple and convenient for what handle, we can use these 62 sectors (about 32K), are used for storing the non-setup code partial content of Boot rom image.
1. described set by step, when writing Boot ROM program, in this Boot ROM setup code, add the function of interrupting reading and handling hard disc data by standard BIOS, and be used for storing the non-setup code partial content of Boot rom image, the information of hard disk the 0th cylinder the 0th magnetic track 2-63 sector position, with visit and the processing capacity of reality to non-setup code partial content in this Boot rom image in the hard disk, initialization section content with the Boot rom image that generates is cured in the PCI expansion ROM again, and non-setup code partial content is write in the sector of hard disk.
2. described set by step, when the initialize routine among this Boot ROM is loaded and moves by computing machine, just can read as required and be stored in the content in the hard disk sector and handle, finish support to the high-capacity Boot rom image.Interrupt int 13h by BIOS, directly the partial function code of access hard disk sector is with reference to as follows:
Mov ax, 0202h; 2 expressions are read in the high byte, and 3 expressions are write; Represent sector number in the low byte; 202 just represent to read No. 2 the sector
Mov bx, 1000h; The memory address that is used for the storage read-write data
Mov cx, 1; Sector number
Mov dx, 80h; 80 expression Primary Hard Drives, 81 expressions are from hard disk, and 0 represents floppy disk etc.
Int 13h; Standard BIOS disk funcall
Though herein declarative description certain this feature of the present invention and a kind of implementation method, for the professional and technical personnel, many modifications, replacement, variation and equivalent substitution will appear.Therefore, protection scope of the present invention is as the criterion by the scope of appended claim.

Claims (4)

1. the method for storage and operation high-capacity Boot rom image, this method may further comprise the steps:
1.. when writing Boot rom image program, the function of data in the additional storage medium (as hard disk) and the information of Data Position are read and handle in adding in this Boot rom image program initialization code, generate executable file mirror image (Image) by normal Boot rom image development process, with the setup code part in this Boot rom image, be cured in the storage medium (as FLASH) of PCI expansion ROM, more non-setup code partial content in this Boot rom image write in the additional storage medium (as hard disk);
2.. during the operation of initialize routine in this Boot rom image, read as required and be stored in the content in the additional storage medium (as hard disk) and handle, finish support the high-capacity Boot rom image.
2. the method for a kind of according to claim 1 storage and operation high-capacity Boot rom image, it is characterized in that: the function of data in the additional storage medium (as hard disk) and the information of Data Position are read and handle in adding in the BootROM setup code, to realize the ability to data access in the additional storage medium (as hard disk).
3. the method for a kind of according to claim 1 storage and operation high-capacity Boot rom image, it is characterized in that: non-setup code partial content in this Boot ROM executable file mirror image is write in the additional storage medium (as hard disk), with the support of reality to the storage of high-capacity Boot rom image.
4. the method for a kind of according to claim 1 storage and operation high-capacity Boot rom image, it is characterized in that: when the initialize routine in this Boot ROM is moved, read as required and be stored in the content in the additional storage medium (as hard disk) and handle, finish support the operation of high-capacity Boot rom image.
CNB2005100377121A 2005-02-01 2005-02-01 Method for storing and operating high-capacity Boot ROM mirror Expired - Fee Related CN100382027C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005100377121A CN100382027C (en) 2005-02-01 2005-02-01 Method for storing and operating high-capacity Boot ROM mirror

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005100377121A CN100382027C (en) 2005-02-01 2005-02-01 Method for storing and operating high-capacity Boot ROM mirror

Publications (2)

Publication Number Publication Date
CN1722089A true CN1722089A (en) 2006-01-18
CN100382027C CN100382027C (en) 2008-04-16

Family

ID=35912418

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005100377121A Expired - Fee Related CN100382027C (en) 2005-02-01 2005-02-01 Method for storing and operating high-capacity Boot ROM mirror

Country Status (1)

Country Link
CN (1) CN100382027C (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101373459B (en) * 2008-10-27 2011-04-20 成都市华为赛门铁克科技有限公司 Method, system and apparatus for manufacturing solid-state hard disk
CN113064655A (en) * 2021-04-26 2021-07-02 山东英信计算机技术有限公司 BIOS network starting method and device and computer readable storage medium
CN113076110A (en) * 2021-03-10 2021-07-06 山东英信计算机技术有限公司 Method, system and medium for solidifying capacity of memory chip

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN2452049Y (en) * 2000-04-26 2001-10-03 刘海全 PCI plug-in card being as computer software carrier
CN2491894Y (en) * 2001-06-27 2002-05-15 刘海全 PCI hard disk protective card
CN1214328C (en) * 2002-02-08 2005-08-10 华为技术有限公司 Guide memory and its construction method and usage
CN1442790A (en) * 2002-07-15 2003-09-17 尹启凤 Extending method for extending ROM of computer and interface chip thereof

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101373459B (en) * 2008-10-27 2011-04-20 成都市华为赛门铁克科技有限公司 Method, system and apparatus for manufacturing solid-state hard disk
CN113076110A (en) * 2021-03-10 2021-07-06 山东英信计算机技术有限公司 Method, system and medium for solidifying capacity of memory chip
CN113064655A (en) * 2021-04-26 2021-07-02 山东英信计算机技术有限公司 BIOS network starting method and device and computer readable storage medium
CN113064655B (en) * 2021-04-26 2023-02-28 山东英信计算机技术有限公司 BIOS network starting method and device and computer readable storage medium

Also Published As

Publication number Publication date
CN100382027C (en) 2008-04-16

Similar Documents

Publication Publication Date Title
CN102708065B (en) A kind of method of reserved pagefile and computer system
US7424601B2 (en) Methods and systems for running multiple operating systems in a single mobile device
US7281104B1 (en) System and method for online data migration
GB2431770A (en) Emulated tape-based storage media
JP2010535379A (en) I / O control method and apparatus optimized for flash memory
KR100703807B1 (en) Method and apparatus for managing block by update type of data in block type memory
JP2008192279A (en) Method and system for protecting hard drive data via dynamic band boundary definition, and program storage device (preservation of hard drive data via dynamic band boundary definition)
US8478755B2 (en) Sorting large data sets
KR101362620B1 (en) System and method for lightweight polygonal topology representation
JP2008541283A (en) Circuits and methods that can improve the service life of memory
US8713278B2 (en) System and method for stranded file opens during disk compression utility requests
CN102169419A (en) RAID (redundant array of independent disks) data block splitting and assembling method based on SATA (serial advanced technology attachment) controller
CN1722089A (en) Method for storing and operating high-capacity Boot ROM mirror
JP2005196793A (en) Method, system and product for reserving memory
US9235352B2 (en) Datastore for non-overwriting storage devices
US20120110253A1 (en) Combined memory and storage device in an apparatus for data processing
DE102005051265A1 (en) Method and system for accessing audiovisual data in a computer
CN102662691A (en) New method for self extending memory
US8988805B1 (en) Method for clipping hard drives while preserving full actuator arm movement
CN102063273B (en) Hard disk management method and device
CN103455444B (en) Document protection method and system and Memory Controller thereof and memory storage apparatus
US8812813B2 (en) Storage apparatus and data access method thereof for reducing utilized storage space
CN105893172A (en) Hard disk data recovery method and system
CN111399774A (en) Data processing method and device based on snapshot under distributed storage system
CN111552512A (en) Disk array configuration software cross-platform migration method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: SUZHOU UNICOM COMMUNICATIONS EQUIPMENT CO., LTD.

Free format text: FORMER OWNER: SUZHOU CHAORUI MICROELECTRONICS CO., LTD.

Effective date: 20100415

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 215011 NO.1433, BINHE ROAD, NEW DISTRICT, SUZHOU CITY, JIANGSU PROVINCE TO:215011 NO.136, TAYUAN ROAD, NEW DISTRICT, SUZHOU CITY, JIANGSU PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20100415

Address after: 215011 No. 136 Tower Road, New District, Jiangsu, Suzhou

Patentee after: Suzhou Youkang Communication Co., Ltd.

Address before: 215011 No. 1433 Binhe Road, New District, Jiangsu, Suzhou

Patentee before: Chaorui Microelectronics Co., Ltd., Suzhou

C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20080416

Termination date: 20120201