JPH03259314A - Computer system - Google Patents

Computer system

Info

Publication number
JPH03259314A
JPH03259314A JP2058772A JP5877290A JPH03259314A JP H03259314 A JPH03259314 A JP H03259314A JP 2058772 A JP2058772 A JP 2058772A JP 5877290 A JP5877290 A JP 5877290A JP H03259314 A JPH03259314 A JP H03259314A
Authority
JP
Japan
Prior art keywords
restart
system software
information
software
input
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
JP2058772A
Other languages
Japanese (ja)
Inventor
Kazuaki Izumitani
和昭 泉谷
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2058772A priority Critical patent/JPH03259314A/en
Publication of JPH03259314A publication Critical patent/JPH03259314A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

PURPOSE:To restart selectively based on restart-up presence/absence information when input to instruct restart-up is performed by storing information to decide whether or not the restart-up of system software should be performed in advance. CONSTITUTION:The information representing whether or not the restart-up of the system software should be performed by a key operation is stored in a nonvolatile memory device 9. When it is judged whether or not an input key operation is the input operation to instruct the restart-up of the system software and it is judged as a restart-up instruction, the restart-up presence/ absence information in the device 9 is referred. When the restart-up is permitted (0 is stored in the bit of the device 9), the restart-up processing of the system software is executed. Also, when 1 is stored in the bit of the device 9 and the restart-up is prohibited, ordinary input processing is performed. In such a way, it is possible to execute the restart-up selectively based on the restart-up presence/absence information by storing the information representing whether or not the restart-up of the software should be performed in advance.

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明は、キー操作によりシステムソフトウェア再起動
を行うコンビュータンステムに関する。
DETAILED DESCRIPTION OF THE INVENTION <Field of Industrial Application> The present invention relates to a computer system that restarts system software by key operation.

〈従来技術〉 従来のコンピュータシステムの構成を第3図に示す。<Conventional technology> The configuration of a conventional computer system is shown in FIG.

図中、■は中央演算処理装置(以下、CPUと言う)、
2はキーボード(入力装置)、3はキーボード制御装置
、4は表示装置(出力装置)、5は表示制御装置、6は
主記憶装置、7は外部記憶装置、8は各種制御装置であ
る。
In the figure, ■ is a central processing unit (hereinafter referred to as CPU),
2 is a keyboard (input device), 3 is a keyboard control device, 4 is a display device (output device), 5 is a display control device, 6 is a main storage device, 7 is an external storage device, and 8 are various control devices.

この様なコンピュータシステムにおいて、システムのハ
ードウェア、ソフトウェア共に再起動させる場合(以下
、システムソフトウェアの再起動と称す)、2つの方法
がある。
In such a computer system, there are two methods for restarting both the system hardware and software (hereinafter referred to as system software restart).

第1の方法は物理的にコンビュータンステムの電源を断
った後に再度電源を投入し、CPUIがコンピュータシ
ステム内のすべての各装置に対して最初から初期化を行
って、システムソフトウェアを再起動する。
The first method is to physically turn off the computer system's power and then turn it on again, and the CPU initializes all the devices in the computer system from the beginning and restarts the system software.

第2の方法は、電源投入等の物理的操作を行わずにコン
ピュータシステムがa電状態であることを前提として、
CPU1がシステム再起動を指示する入力に応答してシ
ステムソフトウェアの再起動を行う。
The second method is based on the premise that the computer system is in a power state without performing any physical operations such as turning on the power.
The CPU 1 restarts the system software in response to an input instructing to restart the system.

この第2の方法では、初期化処理の一部、例えば記憶装
置のチエツク等が省略でき、より高速な再起動が可能で
ある。
In this second method, part of the initialization process, such as checking the storage device, can be omitted, and faster restart is possible.

〈発明が解決しようとする課題〉 従来のコンビュータンステムのシステムソフトウェアの
再起動方法において、上記第2の方法は、電源の再投入
等の物理的操作を必要とせずキー操作のみで再起動が行
えるため操作が簡便であり、且つ初期化時間を短縮でき
るため、非常に有効である。
<Problems to be Solved by the Invention> Among the conventional methods for restarting the system software of a computer system, the second method described above does not require physical operations such as turning the power back on, and can be restarted only by key operations. Therefore, it is very effective because the operation is simple and the initialization time can be shortened.

しかしながら、操作が簡便であるが故にコンピュータシ
ステムで応用ソフトウェアが動作している間に不用意に
システムソフトウェアが再起動されると、応用ソフトウ
ェアの動作が強制的に中断されて応用ソフトウェアの種
類によっては再起動後にデータの統一性を損なう等の問
題が生じ、最悪の場合はデータの論理的破壊に至ること
もあった。
However, because the operation is simple, if the system software is restarted carelessly while the application software is running on the computer system, the operation of the application software may be forcibly interrupted, and depending on the type of application software, Problems such as loss of data integrity occurred after rebooting, and in the worst case, it could lead to logical data destruction.

又、このようなキー操作によるシステムソフトウェアの
再起動がコンピュータシステムに存在することで、応用
ソフトウェアに上記機能を考慮した構成または特別な処
理等を強要する場合もあり、ソフトウェア構築に際して
余計な手間がかかるという問題があった。
In addition, the presence of restarting the system software by key operations in a computer system may force application software to configure or perform special processing that takes the above functions into consideration, resulting in unnecessary effort when building software. There was a problem that it took a while.

〈課題を解決するための手段〉 本発明は上述の問題点に鑑み、キー操作によるシステム
ソフトウェアの再起動を選択的に機能させるコンピュー
タシステムを提供することを目的としている。
<Means for Solving the Problems> In view of the above-mentioned problems, an object of the present invention is to provide a computer system that selectively functions to restart system software by key operation.

そして、本発明は、上記目的を達成するために、各種入
力を行うためのキーを含む入力手段と、該入力手段の所
定のキー操作に応答してシステムソフトウェアの再起動
を行う制御手段と、を備えたコンビュータンステムにむ
いて、 前記キー操作によるシステムソフトウェアの再起動を行
うか否かの情報を設定する手段と、該設定された再起動
有無情報を記憶する手段と、を有し、 前記制御手段は、前記所定のキー操作がなされたとき、
前記記憶手段内の再起動有無情報を参照してシステムソ
フトウェアの再起動を行うか否かを決定することを特徴
としている。
In order to achieve the above object, the present invention includes an input means including keys for performing various inputs, a control means for restarting system software in response to a predetermined key operation of the input means, The computer system includes: means for setting information on whether or not to restart the system software by the key operation; and means for storing the set restart information. The control means, when the predetermined key operation is performed,
The present invention is characterized in that it is determined whether or not to restart the system software by referring to restart information in the storage means.

〈作用〉 本発明のコンピュータシステムにおいては、キー操作に
よるシステムソフトウェアの再起動を行うか否かを予め
設定して該情報を記憶し、システムソフトウェアの再起
動を指示する所定のキー操作が行オ)れると、前記記憶
している再起動有無情報を参照して再起動が許可されて
いるときは、システムソフトウェアの再起動を行い、再
起動が禁止されているときは再起動処理を行わない。
<Operation> In the computer system of the present invention, whether or not to restart the system software by a key operation is set in advance and this information is stored, and a predetermined key operation to instruct the restart of the system software is performed. ), the system software will be restarted if restart is permitted by referring to the above-mentioned stored restart information; if restart is prohibited, the system software will not be restarted. .

〈実施例〉 以下、本発明の一実施例を図面を参照しながら説明する
<Example> An example of the present invention will be described below with reference to the drawings.

第1図はコンビュータンステムの構成を表すブロック図
である。
FIG. 1 is a block diagram showing the configuration of the commutan stem.

図中の各構成部のうち、■乃至8は第3図で説明した従
来技術と同様であるので、ここでは説明を省略する。
Among the constituent parts in the figure, parts (1) to (8) are the same as those in the prior art explained in FIG. 3, and therefore their explanations will be omitted here.

9は書き込み可能な不揮発性記憶装置てあり、具体的に
はバッテリバックアップ可能なCMOSRAMで実現さ
れる。この不揮発性記憶袋vl19にはキー操作による
システムソフトウェアの再起動を行うか否かの情報か格
納される。例えば再起動許可の場合は不揮発性記憶装置
9内のビットに“0”、再起動禁止の場合は“l”が記
憶される。
Reference numeral 9 denotes a writable non-volatile storage device, which is specifically realized by a CMOSRAM capable of battery backup. This non-volatile storage bag vl19 stores information on whether or not to restart the system software by key operation. For example, "0" is stored in the bit in the non-volatile storage device 9 when restart is permitted, and "l" is stored when restart is prohibited.

この再起動有無情報は操作者より設定可能であり、例え
ばキーボード2にわいて所定のキー操作を行うことによ
り上記情報を設定する。
This restart presence/absence information can be set by the operator, and the above information is set by, for example, performing a predetermined key operation on the keyboard 2.

次にシステムソフトウェアの再起動を指示するキー操作
が行わわたときのCPUI”の処理動作を第2図のフロ
ーヂャートに従って説明する。
Next, the processing operation of the CPU when a key operation to instruct the restart of the system software is performed will be explained according to the flowchart of FIG.

ステップn1では、入力されたキー操作がシステムソフ
トウェアの再起動を指示する入力操作であるか判別され
る。
In step n1, it is determined whether the input key operation is an input operation instructing to restart the system software.

システムソフトウェアの再起動は、特別キーの操作、も
しくは複数キーの組み合わせ掃作により指示される。
Restarting the system software is instructed by operating a special key or by sweeping a combination of multiple keys.

入力操作が再起動を指示するものであれば、ステップn
2に進み、そうでなければステップn4に進む。ステッ
プn2では不揮発性記憶装置9内の再起動有無情報を参
照し、再起動が許可されておればステップn3に進み、
そうでなければステップn4に進む。ステップn3では
システムソフトウェアの再起動処理を実行し、ステップ
n4では入力操作に対して通常の入力処理を行う。
If the input operation instructs a reboot, step n
If not, proceed to step n4. In step n2, the reboot status information in the non-volatile storage device 9 is referred to, and if reboot is permitted, the process proceeds to step n3.
Otherwise, proceed to step n4. In step n3, the system software is restarted, and in step n4, normal input processing is performed in response to the input operation.

このようにシステムソフトウェアの再起動を行うか否か
の情報を予め記憶しておき、再起動を指示する入力が行
われたとき、上記再起動有無情報に基づいて選択的に再
起動を実行する。
In this way, information on whether or not to restart the system software is stored in advance, and when an input instructing a restart is made, the restart is selectively executed based on the above-mentioned restart information. .

〈発明の効果〉 本発明によれば、電源再投入等の物理的操作を必要とし
ないキー操作によるシステムソフトウェアの再起動を選
択的に機能させることができるので、システムソフトウ
ェア再起動が生じると不都合な応用ソフトウェア動作期
間中は上記再起動機能を禁止することが可能である。
<Effects of the Invention> According to the present invention, system software can be selectively restarted by key operations that do not require physical operations such as turning the power back on, thereby eliminating the inconvenience caused by system software restart. It is possible to prohibit the restart function while the application software is running.

従って、応用ソフトウェア構築において不用意なシステ
ムソフトウェア再起動に対する特別な処理を考慮する必
要がなくなるのに加えて誤操作によるシステムソフトウ
ェア再起動を防止できる。
Therefore, in constructing application software, there is no need to consider special processing for inadvertent system software restarts, and system software restarts due to erroneous operations can be prevented.

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

第1図は本発明に係るコンピュータシステムの一実施例
の構成を表すブロック図、第2図はCPUの処理動作を
示すフローチャート、第3図は従来のコンピュータシス
テムの構成を表すブロック図である。 1・・・中央制御袋!(CPU)、2・・・キーボード
3・・・キーボード制御装置、4・・・表示装置5・・
・表示制御装置、6・・・主記憶装置7・・・外部記憶
装置、8・・・各種制御装置9・・・不揮発性記憶装置
FIG. 1 is a block diagram showing the configuration of an embodiment of a computer system according to the present invention, FIG. 2 is a flow chart showing processing operations of a CPU, and FIG. 3 is a block diagram showing the configuration of a conventional computer system. 1...Central control bag! (CPU), 2...Keyboard 3...Keyboard control device, 4...Display device 5...
・Display control device, 6... Main storage device 7... External storage device, 8... Various control devices 9... Nonvolatile storage device

Claims (1)

【特許請求の範囲】 1、各種入力を行うためのキーを含む入力手段と、該入
力手段の所定のキー操作に応答してシステムソフトウェ
アの再起動を行う制御手段と、を備えたコンピュータシ
ステムにおいて、 前記キー操作によるシステムソフトウェアの再起動を行
うか否かの情報を設定する手段と、該設定された再起動
有無情報を記憶する手段と、を有し、 前記制御手段は、前記所定のキー操作がなされたとき、
前記記憶手段内の再起動有無情報を参照してシステムソ
フトウェアの再起動を行うか否かを決定することを特徴
とするコンピュータシステム。
[Scope of Claims] 1. A computer system comprising input means including keys for performing various inputs, and control means for restarting system software in response to a predetermined key operation of the input means. , comprising means for setting information as to whether or not to restart the system software by the key operation, and means for storing the set restart information; When an operation is performed,
A computer system, characterized in that it determines whether or not to restart system software by referring to restart information in the storage means.
JP2058772A 1990-03-08 1990-03-08 Computer system Pending JPH03259314A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2058772A JPH03259314A (en) 1990-03-08 1990-03-08 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2058772A JPH03259314A (en) 1990-03-08 1990-03-08 Computer system

Publications (1)

Publication Number Publication Date
JPH03259314A true JPH03259314A (en) 1991-11-19

Family

ID=13093842

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2058772A Pending JPH03259314A (en) 1990-03-08 1990-03-08 Computer system

Country Status (1)

Country Link
JP (1) JPH03259314A (en)

Similar Documents

Publication Publication Date Title
US20080184025A1 (en) Booting to a recovery/maintenance environment
US6523133B2 (en) Information processing apparatus that can hold internal information
EP0658843A1 (en) Method for hibernation file creation
JPH04362717A (en) System restarting device
JPH05143319A (en) Computer
US5537531A (en) Portable computer with a bank switch for switching between a ROM and a memory, both allocated to the same address space, by changing a port address of a keyboard controller
US20040025045A1 (en) Method for switching rapidly between computing modes
JPH03259314A (en) Computer system
US6604195B1 (en) Method and apparatus to use non-volatile read/write memory for bootstrap code and processes
WO2019104479A1 (en) Method for determining loading program and electronic system
JP2000235483A (en) Information processor
JPS6339013A (en) Electronic computer
JPH10283172A (en) Flash rom data rewrite system
JPH09330216A (en) Bios rewriting system
JPH0566951A (en) Computer system
JPH0854949A (en) Information processor
JP3066063U (en) Flash memory with recovery capability
JP2003150429A (en) File system protection method and device thereof
JPS63284617A (en) Automatic restarting method for computer
JPH05341967A (en) System start-up controller
JPH03229331A (en) Information processor
JPH11274915A (en) Fpga rewriting processor
JP2001331325A (en) Initial startup device, its method and recording medium
JPH02139614A (en) Ac driven personal computer
KR20020041232A (en) Method for controlling power reset in web system