JPH11161484A - Information processor - Google Patents

Information processor

Info

Publication number
JPH11161484A
JPH11161484A JP9323003A JP32300397A JPH11161484A JP H11161484 A JPH11161484 A JP H11161484A JP 9323003 A JP9323003 A JP 9323003A JP 32300397 A JP32300397 A JP 32300397A JP H11161484 A JPH11161484 A JP H11161484A
Authority
JP
Japan
Prior art keywords
bios
parameter
ram
flash
rom
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.)
Withdrawn
Application number
JP9323003A
Other languages
Japanese (ja)
Inventor
Yoshimi Oka
義美 岡
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP9323003A priority Critical patent/JPH11161484A/en
Publication of JPH11161484A publication Critical patent/JPH11161484A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processor with which improvement in development efficiency and change in BIOS operation after delivery can be done with ease by facilitating the reloading of usually difficult-to-reload BIOS parameters in a BIOS installed information processor requiring changes in the configuration of hardware or operation of BIOS corresponding to the purpose of use. SOLUTION: This device is provided with a Flash-ROM 400 for storing an execution code of BIOS as a Data Block 420 or 430 and a RAM 450 to be operated as a shadow RAM while copying these BIOS execution codes. A parameter block is added into an empty area 410 of the Flash ROM 400, a parameter table coincident with a parameter table name contained in the parameter block is searched from BIOS execution codes 460 and 470 copied in the RAM 450, and the parameter block is overwritten.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】ハードウェアの構成やBIO
Sの動作を用途によって変更する必要のある情報処理装
置のBIOS実装に関する。
BACKGROUND OF THE INVENTION Hardware Configuration and BIO
The present invention relates to a BIOS implementation of an information processing apparatus in which the operation of S needs to be changed depending on the application.

【0002】[0002]

【従来の技術】パソコンには、BIOSと呼ばれるプロ
グラムがあらかじめ組み込まれている。BIOSは、パ
ソコンの電源が切られていてもプログラムを保持できる
ようFlash−ROMに書き込まれており、パソコン
の電源を投入した直後に実行が開始される。BIOS
は、パソコンのCPU・RAM・周辺装置の初期設定を
してそれらを利用可能にし、また、その後もOSやアプ
リケーションプログラムの要求に応じて入出力処理やメ
モリのデータを転送するなどの種々のサービスを提供す
る。
2. Description of the Related Art A personal computer has a program called BIOS installed in advance. The BIOS is written in the Flash-ROM so that the program can be retained even when the personal computer is turned off, and the execution is started immediately after the personal computer is turned on. BIOS
Is to initialize the CPU / RAM / peripheral devices of the personal computer to make them available, and then to provide various services such as input / output processing and memory data transfer in response to OS and application program requests. I will provide a.

【0003】パソコンは、応用の場においてさまざまな
周辺装置を接続されたり、ソフトウェア的な動作の変更
を要求されたりする。たとえば、ハードディスクドライ
ブの有無や、セットアッププログラムの実行の有無など
がある。特に組み込み用に使用されるパソコンは、これ
ら以外にも、立ち上げ時間の短縮やメモリテストの方法
など、実に細かいところまで柔軟に変更できることを要
求される。
In a personal computer, various peripheral devices are connected in an application field, or a change in software operation is required. For example, there is the presence or absence of a hard disk drive, the presence or absence of execution of a setup program, and the like. In particular, a personal computer used for embedding is required to be able to flexibly change to very small details, such as a shortened startup time and a memory test method.

【0004】[0004]

【発明が解決しようとする課題】通常、これらの変更
は、BIOSの実行コード内に書き込まれているパラメ
ータの変更によって実現される。BIOSの実行コード
は、前述のようにFlash−ROMに書き込まれてお
り、一度書き込まれたパラメータを容易に変更すること
ができない。Flash−ROMが使われているのでB
IOS全体ならば書き直すことができるが、BIOS全
体を書き直す操作は、数分という長い時間が必要であ
る。
Normally, these changes are realized by changing parameters written in the execution code of the BIOS. The execution code of the BIOS is written in the Flash-ROM as described above, and the parameters once written cannot be easily changed. Since Flash-ROM is used, B
The entire IOS can be rewritten, but the operation of rewriting the entire BIOS requires a long time of several minutes.

【0005】パソコンを組み込んだ装置を設計する時、
BIOSのパラメータを変更してパソコンや装置の振る
舞いを調べたい場合が多い。しかし、パラメータの変更
のたびにBIOSを書き直すために数分を浪費すること
になり、設計の効率を著しく落とすことになる。
When designing a device incorporating a personal computer,
In many cases, it is desired to change the parameters of the BIOS and check the behavior of the personal computer or the device. However, rewriting the BIOS every time a parameter is changed wastes several minutes, which significantly reduces the efficiency of the design.

【0006】また、市場に製品が出た後にパラメータを
書き直すにはさらに困難が伴う。まず、既に書いてある
BIOSを書き直すことは、書き込みエラーにより製品
に障害をもたらすかもしれない。また、設計時にBIO
Sに追加されたモジュールを入れ忘れたり、逆に不要な
モジュールを書き込むことで、製品に障害をもたらす可
能性もある。
Further, it is more difficult to rewrite the parameters after the product is put on the market. First, rewriting the already written BIOS may cause a product failure due to a write error. Also, when designing, BIO
Forgetting the module added to S or writing an unnecessary module on the contrary may cause a failure in the product.

【0007】本発明の目的は、BIOSのモジュール構
成に影響を与えず、かつ、非常に短時間でBIOSのパ
ラメータを変更する手段を提供することにより、パラメ
ータ変更による設計時の能率低下を避け、また、パラメ
ータ変更により製品が障害を起こす可能性を軽減する手
段を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a means for changing the parameters of a BIOS in a very short time without affecting the module configuration of the BIOS. Another object of the present invention is to provide a means for reducing the possibility that a product will fail due to a parameter change.

【0008】[0008]

【課題を解決するための手段】Flash−ROMとR
AMとCPUを備え、Flash−ROMにはBIOS
と、そのBIOSをRAMに複写するBootBloc
kと呼ばれるプログラムが書き込まれており、CPU
は、前記BootBlockを電源投入直後に実行し、
前記BootBlockの動作終了後前記RAMに複写
された前記BIOSの実行を開始する機能を持った情報
処理装置において、前記BIOSの動作を規定するパラ
メータが、前記BIOSの実行コード内に、その位置を
特定できる形でかかれており、前記Flash−ROM
に、前記BIOSに加えて、前記BIOS内のパラメー
タに上書きされるパラメータが、前記BIOS内のパラ
メータとは別に書き込まれており、前記BootBlo
ck実行中に、前記CPUが前記上書き用パラメータを
対応する前記RAMに複写されたBIOS内のパラメー
タに上書きすることを特徴とする。
[MEANS FOR SOLVING THE PROBLEMS] Flash-ROM and R
It has an AM and a CPU, and the Flash-ROM has a BIOS.
And BootBloc that copies the BIOS to RAM
A program called k is written and the CPU
Executes the BootBlock immediately after power-on,
In an information processing apparatus having a function of starting execution of the BIOS copied to the RAM after the end of the BootBlock operation, a parameter defining the operation of the BIOS specifies the position in the execution code of the BIOS. The Flash-ROM
In addition, in addition to the BIOS, a parameter to be overwritten with a parameter in the BIOS is written separately from a parameter in the BIOS, and
During execution of the ck, the CPU overwrites the overwriting parameter with the corresponding parameter in the BIOS copied to the RAM.

【0009】本発明では、Flash−ROMにBoo
tBlockとBIOSの実行コードを書き込んだ後に
残る空きエリアに書き込まれた追記用のBIOSパラメ
ータを、RAMに複写されたBIOSの実行コードのパ
ラメータに上書きする。このため、元からBIOS実行
コード内に書かれていたBIOSパラメータを上書きし
たパラメータに変更することが可能である。また、上書
き用のパラメータは、Flash−ROMの空きエリア
に追記されるので、追記より前にFlash−ROMに
書き込まれていたBIOSモジュールの構成や実行コー
ドには何ら影響を与えず、また、BIOS全体を書き直
すのに比べてはるかに短時間で書き込み終えることがで
きる。
In the present invention, the Flash-ROM has a Boot
The BIOS parameters for additional writing written in the free area remaining after writing the tBlock and the execution code of the BIOS are overwritten with the parameters of the execution code of the BIOS copied to the RAM. For this reason, it is possible to change the BIOS parameter originally written in the BIOS execution code to the overwritten parameter. Further, since the overwriting parameter is additionally written in an empty area of the Flash-ROM, it does not affect the configuration and execution code of the BIOS module and the execution code written in the Flash-ROM before the additional writing. Writing can be completed in a much shorter time than rewriting the whole.

【0010】[0010]

【発明の実施の形態】図1は、本発明のハードウェアの
構成をあらわしている。Flash−ROM110に
は、BootBlockとBIOSが書き込まれてい
る。CPU100は、BootBlockやBIOSを
実行する。RAM120は、読み書き可能なメモリで、
本発明においてはその一部がShadow−RAMとし
て使用される。
FIG. 1 shows a hardware configuration of the present invention. BootBlock and BIOS are written in the Flash-ROM 110. The CPU 100 executes BootBlock and BIOS. The RAM 120 is a readable and writable memory,
In the present invention, a part thereof is used as a Shadow-RAM.

【0011】BIOSの実行コードをFlash−RO
M110から複写して、CPU100が、Flash−
ROM110にあるBIOSの代わりにRAM120に
複写されたBIOSを実行する場合に、BIOSがコピ
ーされたRAM120の一部をShadow−RAMと
呼ぶ。
[0011] The execution code of the BIOS is changed to Flash-RO.
Copy from M110, CPU 100
When executing the BIOS copied to the RAM 120 instead of the BIOS in the ROM 110, a part of the RAM 120 in which the BIOS is copied is referred to as a shadow RAM.

【0012】まず、パラメータの変更が無い場合の動作
を説明する。
First, the operation when there is no change in the parameters will be described.

【0013】図2は、Flash−ROM110に書か
れている情報を説明している。BootBlock24
0は、CPU100のリセットベクトルアドレスに配置
されており、CPU100にリセットがかかった時最初
に実行される。DataBlock220と230は、
図3に示すように、BIOSの実行コード300にSh
adow−RAMを配置すべきアドレス320とそのサ
イズ310の情報を付け足したものである。
FIG. 2 illustrates information written in the Flash-ROM 110. BootBlock24
0 is allocated to the reset vector address of the CPU 100, and is executed first when the CPU 100 is reset. DataBlock 220 and 230 are
As shown in FIG. 3, the execution code 300 of the BIOS
This is obtained by adding the information of the address 320 where the add-RAM is to be arranged and the size 310 thereof.

【0014】DataBlock220と230は、B
ootBlock240によって、以下のようにRAM
120に複写される。電源を投入してCPU100にリ
セットがかかると、CPU100は、BootBloc
k240を実行する。BootBlock240は、ま
ず、RAM120を使うために必要なハードウェアの設
定をして、RAM120を使用可能な状態にする。その
後、BootBlock240は、図4に示すようにD
ataBlock430内にある配置アドレス433と
サイズ432の情報に従ってBIOSの実行コード43
1をRAM450に複写する。そして、DataBlo
ck420にも同様の操作をする。図4においては、C
BIOS460とVGA470というBIOS実行コー
ドのモジュールが、それぞれRAM450のアドレス0
F0000h−0FFFFFhとアドレス0C0000
h−0C7FFFhに複写されている様子を現してい
る。BootBlock440は、すべてのBIOSモ
ジュールの複写を終えると、RAMに複写されたBIO
Sにジャンプし、BIOSの実行を開始する。
DataBlocks 220 and 230 are B
With the autoBlock 240, the RAM is
120 is copied. When the power is turned on and the CPU 100 is reset, the CPU 100 executes BootBloc.
Execute k240. The BootBlock 240 first sets hardware necessary for using the RAM 120, and makes the RAM 120 usable. Thereafter, the BootBlock 240 stores the D as shown in FIG.
The execution code 43 of the BIOS according to the information of the allocation address 433 and the size 432 in the dataBlock 430
1 is copied to the RAM 450. And DataBlo
The same operation is performed for ck420. In FIG. 4, C
The modules of the BIOS execution code of BIOS 460 and VGA 470 are stored in the RAM 450 at address 0, respectively.
F0000h-0FFFFFh and address 0C0000
h-0C7FFFh. When the BootBlock 440 finishes copying all the BIOS modules, the BootBlock 440 copies the BIOS to the RAM.
Jump to S and start execution of BIOS.

【0015】RAM450に複写されたBIOS460
と470には、周辺装置の構成をBIOSに知らせた
り、BIOSの振る舞いを制御したりするためのパラメ
ータが書き込まれている。これらのパラメータは、BI
OSが所定の動作をするように、情報処理装置の設計時
に設定されている。パラメータは、いくつかの図5に示
すテーブル500にまとめられて、BIOS実行コード
内の適当な場所に置かれている。この場所は、BIOS
コードの変更によって移動することがありうるので、パ
ラメータテーブル500の先頭にテーブル名510の文
字列情報として付加し、BootBlockがパラメー
タテーブルを探し出せるようになっている。
BIOS 460 copied to RAM 450
And 470, parameters for notifying the BIOS of the configuration of the peripheral device to the BIOS and controlling the behavior of the BIOS are written. These parameters are BI
It is set when the information processing apparatus is designed so that the OS performs a predetermined operation. The parameters are summarized in some of the tables 500 shown in FIG. 5 and are located at appropriate places in the BIOS executable code. This place is BIOS
Since the code table may move due to a change in the code, it is added to the head of the parameter table 500 as character string information of the table name 510 so that BootBlock can search the parameter table.

【0016】RAM450が書き換え可能なメモリであ
るとはいえ、BIOSは、元々Flash−ROM40
0に書かれていたものであるから、周辺装置の構成が変
わったりBIOSの振る舞いを変更する必要が生じたか
らといって、簡単に変更することができない。RAMに
複写されたBIOSパラメータを変更することはできる
が、一度電源を切ってしまえば、また変更前のパラメー
タが使用されることになる。
Although the RAM 450 is a rewritable memory, the BIOS originally uses the Flash-ROM 40
Since it is written as 0, it cannot be easily changed just because the configuration of the peripheral device has changed or the behavior of the BIOS needs to be changed. The BIOS parameters copied to the RAM can be changed, but once the power is turned off, the parameters before the change will be used again.

【0017】DataBlock420とBootBl
ock440の間には、空き領域410がある。この領
域は、Flash−ROMを消去したあと何も書き込ま
れていない状態になっている。従って、この領域には、
データを書き込むことができる。パラメータを変更した
い場合には、空き領域410に、図6に示すParam
eterBlock600を追加して書き込む。Par
ameterBlock600は、パラメータテーブル
500と同じ構成をとっている。すなわち、先頭にパラ
メータテーブル名610が書き込まれており、それに続
けてパラメータ620が書き込まれている。Param
eterBlock600を書き込んだ結果、Flas
h−ROMの内容は、図7のように変化する。図7は、
図2に、「System Control」という名の
パラメータテーブルを書き換えるためのParamet
erBlock750が追加されている。
DataBlock 420 and BootBl
There is a free space 410 between the ocks 440. This area is in a state where nothing has been written after erasing the Flash-ROM. Therefore, in this area,
Data can be written. If the user wants to change the parameters, the empty area 410 is set to Param shown in FIG.
Add and write the eBlock600. Par
The meterBlock 600 has the same configuration as the parameter table 500. That is, the parameter table name 610 is written at the head, followed by the parameter 620. Param
As a result of writing the eBlock 600, Flash
The contents of the h-ROM change as shown in FIG. FIG.
FIG. 2 shows a Paramet for rewriting a parameter table named “System Control”.
erBlock 750 has been added.

【0018】CPU100にリセットがかかったとき、
BootBlock740は、図2の場合と同じように
RAM120にBIOS実行コード721と731を複
写する。その後、BootBlock740は、Par
ameterBlock750として書き込まれている
パラメータテーブルの名前751と一致する名前を持つ
パラメータテーブルをRAM120に複写されたBIO
S実行コードの中から探し出す。見つかれば、Para
meterBlock750に書き込まれているパラメ
ータ752を、RAMに複写されたBIOS実行コード
のパラメータテーブルに上書きする。
When the CPU 100 is reset,
The BootBlock 740 copies the BIOS execution codes 721 and 731 to the RAM 120 as in the case of FIG. After that, BootBlock 740 is
A parameter table having a name that matches the name 751 of the parameter table written as meterBlock 750 is copied to the RAM 120 as a BIO.
Search out from S execution code. If found, Para
The parameter 752 written in the meterBlock 750 is overwritten on the parameter table of the BIOS execution code copied to the RAM.

【0019】BootBlock740は、パラメータ
の上書きが終わったら、RAM120に複写されたBI
OSにジャンプする。BIOSは、上書きされたパラメ
ータにしたがって動作する。
The BootBlock 740 stores the BI copied in the RAM 120 when the overwriting of the parameters is completed.
Jump to OS. The BIOS operates according to the overwritten parameters.

【0020】ParameterBlock750は、
BIOS実行コード全体に比べると非常に小さく、BI
OS実行コード全体を書き直すと2分以上かかっても、
ParameterBlock750だけを書き換える
場合には高々1秒から2秒で済む。また、DataBl
ock720と730に影響を与えないので、実行コー
ドの書き込みミスや、必要なDataBlockが欠落
したり不要なDataBlockが書き込まれたりする
可能性も排除できる。
ParameterBlock 750 is
Very small compared to the entire BIOS executable code,
Even if it takes more than 2 minutes to rewrite the entire OS execution code,
In the case where only ParameterBlock 750 is rewritten, it takes only 1 second to 2 seconds at most. Also, DataBl
Since the locks 720 and 730 are not affected, it is possible to eliminate the possibility that the execution code is erroneously written, that a necessary DataBlock is missing, or that an unnecessary DataBlock is written.

【0021】上記の説明からわかるように、BootB
lock740は、DataBlock720と730
やParameterBlock750を、Flash
−ROM700中で現れる順に処理していく。従って、
同じパラメータテーブル名を持つParameterB
lockが複数ある場合には、最後に現れたものが有効
となる。この性質を利用して、パラメータを少しずつ変
更してBIOSの振る舞いを観察することも可能であ
る。
As can be seen from the above description, BootB
Lock 740 is DataBlock 720 and 730
Flash and ParameterBlock750
-Processing is performed in the order of appearance in the ROM 700. Therefore,
ParameterB with the same parameter table name
If there are a plurality of locks, the one that appears last is valid. By utilizing this property, it is also possible to change the parameters little by little and observe the behavior of the BIOS.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本実施例のハードウェア構成を説明する図であ
る。
FIG. 1 is a diagram illustrating a hardware configuration according to an embodiment.

【図2】上書きするBIOSパラメータがない場合のF
lash−ROMの内容を説明する図である。
FIG. 2 shows F when there is no BIOS parameter to be overwritten.
FIG. 3 is a diagram for explaining the contents of a flash ROM.

【図3】Flash−ROMに書き込まれているDat
aBlockを説明する図である。
FIG. 3 shows Dat written in a Flash-ROM.
It is a figure explaining aBlock.

【図4】BootBlockがFlash−ROMから
RAMにBIOS実行コードを複写してShadow−
RAMを作る動作を説明する図である。
FIG. 4 is a block diagram showing a BootBlock which copies a BIOS execution code from a Flash-ROM to a RAM,
FIG. 3 is a diagram for explaining an operation of creating a RAM.

【図5】パラメータテーブルの構成を説明する図であ
る。
FIG. 5 is a diagram illustrating a configuration of a parameter table.

【図6】ParameterBlockの構成を説明す
る図である。
FIG. 6 is a diagram illustrating a configuration of ParameterBlock.

【図7】上書きするBIOSパラメータがある場合のF
lash−ROMの内容を説明する図である。
FIG. 7 shows F when there is a BIOS parameter to be overwritten.
FIG. 3 is a diagram for explaining the contents of a flash ROM.

【符号の説明】[Explanation of symbols]

100 CPU 110 Flash−ROM 120 RAM 210 Flash−ROMの空き領域 220 DataBlock(1) 230 DataBlock(2) 240 BootBlock 300 BIOS実行コード 310 BIOS実行コードのサイズ 320 BIOS実行コードの配置アドレス 500 パラメータテーブル 510 パラメータテーブル名 520 パラメータ 600 ParameterBlock 700 上書きするパラメータの書き込まれたFlas
h−ROM 750 Flash−ROMに書き込まれたParam
eterBlock
100 CPU 110 Flash-ROM 120 RAM 210 Free area of Flash-ROM 220 DataBlock (1) 230 DataBlock (2) 240 BootBlock 300 BIOS execution code 310 Size of BIOS execution code 310 Parameter address table of BIOS execution code 500 Parameter table 510 Name 520 Parameter 600 ParameterBlock 700 Flash with overwritten parameter
h-ROM 750 Param written to Flash-ROM
eterBlock

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】Flash−ROMとRAMとCPUを備
え、Flash−ROMにはBIOSと、そのBIOS
をRAMに複写するBootBlockと呼ばれるプロ
グラムが書き込まれており、CPUは、前記BootB
lockを電源投入直後に実行し、前記BootBlo
ckの動作終了後前記RAMに複写された前記BIOS
の実行を開始する機能を持った情報処理装置において、
前記BIOSの動作を規定するパラメータが、前記BI
OSの実行コード内に、その位置を特定できる形で書か
れており、前記Flash−ROMに、前記BIOSに
加えて、前記BIOS内のパラメータに上書きされるパ
ラメータが、前記BIOS内のパラメータとは別に書き
込まれており、前記BootBlock実行中に、前記
CPUが前記上書き用パラメータを対応する前記RAM
に複写されたBIOS内のパラメータに上書きすること
を特徴とする情報処理装置。
1. A flash-ROM, a RAM, and a CPU, wherein the flash-ROM includes a BIOS and the BIOS.
Is written in the RAM, and a program called BootBlock is written in the RAM.
Lock is executed immediately after power-on, and the BootBlo
The BIOS copied to the RAM after the completion of the operation of the ck
In an information processing apparatus having a function of starting execution of
The parameter defining the operation of the BIOS is the BIOS.
The parameter is written in the execution code of the OS so that its position can be specified, and in the Flash-ROM, in addition to the BIOS, a parameter that is overwritten by a parameter in the BIOS is different from a parameter in the BIOS. The CPU writes the overwriting parameter to the corresponding RAM while the BootBlock is being executed.
An information processing apparatus for overwriting a parameter in the BIOS copied in the BIOS.
JP9323003A 1997-11-25 1997-11-25 Information processor Withdrawn JPH11161484A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9323003A JPH11161484A (en) 1997-11-25 1997-11-25 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9323003A JPH11161484A (en) 1997-11-25 1997-11-25 Information processor

Publications (1)

Publication Number Publication Date
JPH11161484A true JPH11161484A (en) 1999-06-18

Family

ID=18150060

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9323003A Withdrawn JPH11161484A (en) 1997-11-25 1997-11-25 Information processor

Country Status (1)

Country Link
JP (1) JPH11161484A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006338241A (en) * 2005-06-01 2006-12-14 Lenovo Singapore Pte Ltd Method for using new video bios and program
JP2011164759A (en) * 2010-02-05 2011-08-25 Nec Corp Method, device, and program for updating bios
WO2021166588A1 (en) * 2020-02-21 2021-08-26 パナソニックIpマネジメント株式会社 Electronic device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006338241A (en) * 2005-06-01 2006-12-14 Lenovo Singapore Pte Ltd Method for using new video bios and program
JP4723913B2 (en) * 2005-06-01 2011-07-13 レノボ・シンガポール・プライベート・リミテッド How to run a new video BIOS
JP2011164759A (en) * 2010-02-05 2011-08-25 Nec Corp Method, device, and program for updating bios
WO2021166588A1 (en) * 2020-02-21 2021-08-26 パナソニックIpマネジメント株式会社 Electronic device
US11620002B2 (en) 2020-02-21 2023-04-04 Panasonic Intellectual Property Management Co., Ltd. Electronic device

Similar Documents

Publication Publication Date Title
US9612824B2 (en) Firmware variable update method
KR100924497B1 (en) System and method for booting from a non-volatile application and file storage device
US7313684B2 (en) Method and apparatus for booting a computer system
US6629192B1 (en) Method and apparatus for use of a non-volatile storage management system for PC/AT compatible system firmware
WO2005029325A1 (en) Method and apparatus for booting a computer system
NZ520786A (en) Method of booting a computer system using a memory image of the post boot content of the system RAM memory
US10521218B2 (en) Enhanced techniques for updating software
US10592354B2 (en) Configurable recovery states
US20080059785A1 (en) Method and apparatus for shutting down a computer system
US20010047472A1 (en) System and method for altering an operating system start-up sequence prior to operating system loading
EP1685482A1 (en) Method and apparatus for booting a computer system
TWI743480B (en) Computer system and a booting method for the same
JPH11161484A (en) Information processor
CN111868698A (en) Free space direct connection
CN115509622A (en) Configuration information updating method and device
US20050060530A1 (en) Method for displaying information of updating BIOS
JPH09146774A (en) Personal computer system
EP1759284A1 (en) Method and apparatus for booting a computer system
TW479201B (en) Method for updating BIOS of the computer system
TWI783176B (en) Method for managing secure library supporting data storage, and associated electronic device
CN113448639B (en) Access method, device, equipment and storage medium for user configuration variable area
US20220108017A1 (en) Firmware to restore configurable option
JP2003131896A (en) Information processing device, restarting method and restarting program
JPH04130949A (en) Simple method for starting system
JPH09330216A (en) Bios rewriting system

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050201