CN100382027C - 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
CN100382027C
CN100382027C CNB2005100377121A CN200510037712A CN100382027C CN 100382027 C CN100382027 C CN 100382027C CN B2005100377121 A CNB2005100377121 A CN B2005100377121A CN 200510037712 A CN200510037712 A CN 200510037712A CN 100382027 C CN100382027 C CN 100382027C
Authority
CN
China
Prior art keywords
pci expansion
expansion rom
setup code
content
hard disk
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.)
Expired - Fee Related
Application number
CNB2005100377121A
Other languages
Chinese (zh)
Other versions
CN1722089A (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

Images

Landscapes

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

Abstract

The aim of the present invention is to provide a large-capacity Boot ROM mirror image storing and operating method with simple realization and low cost. The present invention has the basic principle that firstly, the content of a non initialization code part in a Boot ROM mirror image is stored in an additional storage medium such as a hard disk; then, the content of the non initialization code part is read and processed as required when initialization codes in the Boot ROM mirror image are operated to realize the support for a large-capacity Boot ROM mirror image program.

Description

The method of a kind of storage and operation high capacity PCI expansion ROM
Technical field
The invention relates to the method for a kind of storage and operation high capacity PCI expansion ROM.
Background technology
People are more and more higher to the requirement of the every function of computing machine, impelled the complexity of computer software constantly to increase, this directly makes software become more and more huger, this problem perhaps is nothing for the storage mediums such as hard disk that calculate with 10G, 100G at present, but for some more special application scenarios, as be stored in program in the PCI expansion ROM (as remote activation card, encrypted card, hard disk reduction 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; to realize the differentiation of product, give prominence to the advantage of self, be a kind of very feasible way; the hard disk reduction that adds network function (being used for management, backup etc.) 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 the 64K byte) and price, some good ideas implement 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 PCI expansion ROM.Knowledge according to the PCI expansion ROM in " PCI local bus standard ", the way of realization of PCI expansion ROM program, its structure (as Fig. 1) is mainly divided initialization (Initialization) code and non-setup code part, wherein setup code must 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 size of code is bigger the PCI expansion ROM in non-setup code partial content independent, it is stored in earlier in the secondary storage medium (as hard disk), in setup code in this PCI expansion ROM when operation, as required then, read this non-setup code partial content again and handle, to realize support high capacity PCI expansion ROM.
Summary of the invention
Be above purpose, the invention provides the method for a kind of storage and operation high capacity PCI expansion ROM, this method comprises:
1.. when writing PCI expansion ROM program, in as PCI expansion ROM setup code, add the function that reads and handle data in the secondary storage medium, generate initialization section and non-initialization section binary result file by normal PCI expansion ROM development process respectively again, this setup code part still is cured in the storage medium of PCI expansion ROM, and this non-setup code content is partly write in the secondary storage medium;
2.. the setup code in this PCI expansion ROM is called when operation, reads as required to be stored in the content in the secondary storage medium and to handle, to finish the support to high capacity PCI expansion ROM.
Description of drawings
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 typical PCI expansion ROM layout.
The PCI expansion ROM 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 PCI expansion ROM secondary storage medium 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, for simple process, we can use these 62 sectors (about 32K byte), are used for storing the non-setup code partial content of PCI expansion ROM.
1. described set by step, when writing PCI expansion ROM program, in this PCI expansion ROM setup code, add the function of interrupting reading and handling hard disc data by standard BIOS, with visit and the processing capacity of reality to non-setup code partial content in this PCI expansion ROM in the hard disk, initialization section content with the PCI expansion ROM mirror image that generates is cured in the PCI expansion ROM again, and the content of non-setup code part is write in 62 sectors of hard disk.
2. described set by step, when the initialize routine in this PCI expansion 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 high capacity PCI expansion ROM.
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 (1)

1. the method for storage and operation high capacity PCI expansion ROM, this method may further comprise the steps:
1.. when writing PCI expansion ROM program, in as PCI expansion ROM setup code, add and read and handle the function of data in the hard disk and the information of Data Position, and be used for storing the information of hard disk the 0th cylinder the 0th magnetic track 2-63 sector position of the non-setup code partial content of PCI expansion ROM mirror image, generate initialization section and non-initialization section binary result file by normal PCI expansion ROM development process respectively again, this setup code part still is cured in the storage medium of PCI expansion ROM, and this non-setup code content is partly write in the secondary storage medium;
2.. the setup code in this PCI expansion ROM is called when operation, reads as required to be stored in the content in the secondary storage medium and to handle, to finish the support to high capacity PCI expansion ROM.
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 CN1722089A (en) 2006-01-18
CN100382027C true 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)

Families Citing this family (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
CN113076110A (en) * 2021-03-10 2021-07-06 山东英信计算机技术有限公司 Method, system and medium for solidifying capacity of memory chip
CN113064655B (en) * 2021-04-26 2023-02-28 山东英信计算机技术有限公司 BIOS network starting method and device and computer readable storage medium

Citations (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
CN1437113A (en) * 2002-02-08 2003-08-20 华为技术有限公司 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

Patent Citations (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
CN1437113A (en) * 2002-02-08 2003-08-20 华为技术有限公司 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

Also Published As

Publication number Publication date
CN1722089A (en) 2006-01-18

Similar Documents

Publication Publication Date Title
CN102063377B (en) Method of managing data access of a storage medium and storage controller
CN102591784A (en) Electronic devices with improved flash memory compatibility and methods corresponding thereto
US20080250189A1 (en) Circuit and Method for Improving Operation Life of Memory
US7861074B2 (en) Electronic systems using flash memory modules as main storage and related system booting methods
US7958344B2 (en) Method for adjusting set-up default value of bios and mainboard using the same method
CN100382027C (en) Method for storing and operating high-capacity Boot ROM mirror
CN102207905A (en) System recovery method, storage media controller and storage system
US7565524B2 (en) Computer backup system at BIOS level
CN104484289A (en) Sector-based embedded system write protection device and method
CN103578566A (en) Memory storage apparatus and restoration method thereof
US9235352B2 (en) Datastore for non-overwriting storage devices
CN102160038A (en) Method and an apparatus to manage non-volatile disl cache
CN102662691A (en) New method for self extending memory
US11288374B2 (en) Information processing device, method for controlling information processing device, and program
CN111694580A (en) Method and device for upgrading and initializing storage device and electronic device
JP4717907B2 (en) System and method for protecting access of flash memory device
KR20120031017A (en) Combined memory and storage device in an apparatus for data processing
CN102063273B (en) Hard disk management method and device
JP2010152781A (en) Backup server device, backup/restore program, and backup/restore method
KR100626354B1 (en) Disk recovering method of computer system
JPH0778187A (en) System and processing method utilizing recording medium and electronic publication
CN103617250A (en) File management method based on optical storage array and file format system
JP5949801B2 (en) Disk array device, control method, and program
US20080221859A1 (en) Emulation Mode for Emulating Optical Record Medium Types
KR100251919B1 (en) Operation method for high density storage 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