JP2711419B2 - Computer startup method - Google Patents

Computer startup method

Info

Publication number
JP2711419B2
JP2711419B2 JP3277780A JP27778091A JP2711419B2 JP 2711419 B2 JP2711419 B2 JP 2711419B2 JP 3277780 A JP3277780 A JP 3277780A JP 27778091 A JP27778091 A JP 27778091A JP 2711419 B2 JP2711419 B2 JP 2711419B2
Authority
JP
Japan
Prior art keywords
power
key
computer
code
encryption
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 - Lifetime
Application number
JP3277780A
Other languages
Japanese (ja)
Other versions
JPH05119865A (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.)
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 JP3277780A priority Critical patent/JP2711419B2/en
Publication of JPH05119865A publication Critical patent/JPH05119865A/en
Application granted granted Critical
Publication of JP2711419B2 publication Critical patent/JP2711419B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Power Sources (AREA)
  • Calculators And Similar Devices (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、電子手帳や携帯型のパ
ーソナルコンピュータなどの電子計算機において、その
電源投入時の起動方式の改良の技術に関する。
The present invention relates, in an electronic computer, such as an electronic notebook and portable personal computer, about the improvements of technology start-up system at the time of the power is turned on.

【0002】[0002]

【従来の技術】従来の携帯型の電子計算機において、電
源投入時に行われている初期動作を図4のフローチャー
トに従って説明すると、電源投入に伴ってステップS2
1からの動作が開始される。まず、ステップS21で、
ハードウエアの診断処理を行い、ステップS22で、B
OOTプログラムをディスクから読み出して主記憶装置
にロードする(ブートストラップ)。ステップS23
で、BOOTプログラムの動作に従ってOS(オペレー
ティング・システム:基本プログラム)を主記憶装置に
ロードする。そして、ステップS24以降において、O
Sに基づいて通常動作に移行していく。
2. Description of the Related Art In a conventional portable electronic computer, an initial operation performed when power is turned on will be described with reference to a flowchart of FIG.
The operation from 1 is started. First, in step S21,
A hardware diagnosis process is performed, and in step S22, B
The OOT program is read from the disk and loaded into the main storage device (bootstrap). Step S23
Then, an OS (operating system: basic program) is loaded into the main storage device according to the operation of the BOOT program. Then, after step S24, O
The operation shifts to the normal operation based on S.

【0003】また、電源断時に行われる動作を図5のフ
ローチャートに従って説明すると、電源キー監視のサブ
ルーチンにおいて、ステップS31で、電源キーが「切
り」かどうかを判断し、切りでなければそのままメイン
ルーチンにリターンする。切りであれば、ステップS3
2に進んでOSに対して電源断の通知を行った後、メイ
ンルーチンにリターンする。後者の場合、OSは電源オ
フに伴う必要な処理を行い、適当なタイミングで電源オ
フを行う。
The operation performed when the power is turned off will be described with reference to the flowchart of FIG. 5. In a power key monitoring subroutine, it is determined in step S31 whether or not the power key has been turned off. Return to If it is cut, step S3
The process proceeds to step 2 to notify the OS of the power-off, and then returns to the main routine. In the latter case, the OS performs necessary processing accompanying the power-off, and turns off the power at an appropriate timing.

【0004】[0004]

【発明が解決しようとする課題】上記した従来の電源投
入時の処理方法では、電源断の状態で電源を投入したと
きは電子計算機が必ず起動してしまう。そのため、管理
者以外の第三者が無断で電子計算機を起動させてしまう
可能性がある。この場合、データを盗み見られたり、勝
手にコピーされたり、あるいは、過失または故意により
データを改変されたり破壊されたり消失されたりするお
それがある。
In the above-described conventional power-on processing method, when the power is turned on in a power-off state, the computer always starts. Therefore, there is a possibility that a third party other than the administrator may start the computer without permission. In this case, there is a risk that the data is stolen, copied without permission, or the data is altered, destroyed, or lost by negligence or intention.

【0005】[0005]

【0006】本発明は、このような事情に鑑みて創案さ
れたものであって、その電子計算機の管理者以外の第三
者が無断で電子計算機を起動できないようにすることを
的とする。
[0006] The present invention, which has been developed in view of such circumstances, that you as a third party other than the administrator of the computer can not start the computer without permission
And purpose.

【0007】[0007]

【課題を解決するための手段】本発明に係る電子計算機
の起動方式は、任意の暗号キーの押し下げによって発生
されるコードを起動用暗号コードとして記憶する不揮発
性メモリと、電源キーの押し下げと同時に押し下げられ
たキーによって発生されるコードが前記起動用暗号コー
ドと一致するか否かを判定する手段と、両者が不一致の
ときは起動を禁止する手段と、両者が一致しているとき
にのみ起動を許可する手段とを備えたことを特徴とする
ものである。
SUMMARY OF THE INVENTION According to the present invention, there is provided a computer starting system comprising: a nonvolatile memory for storing a code generated by depressing an arbitrary encryption key as a starting encryption code; Means for determining whether the code generated by the depressed key matches the activation code, means for prohibiting activation when the two do not match, and activation only when both match. And means for permitting

【0008】[0008]

【0009】[0009]

【作用】電子計算機におけるキーボードやタッチパネル
には多数のキーが存在する。そのうちのどのキーを暗号
キーとするかは管理者にとって任意であり、第三者には
不明である。もちろん、管理者はどのキーが暗号キーで
あるかを覚えておく必要がある。
There are many keys on a keyboard and a touch panel in an electronic computer. Which of the keys is used as the encryption key is arbitrary for the administrator and is unknown to third parties. Of course, the administrator needs to remember which key is the encryption key.

【0010】本発明に係る電子計算機の起動方式によれ
ば、管理者が電子計算機を起動しようとするときは、電
源キーを押し下げるとともに、自己が覚えている暗号キ
ーを同時に押し下げる。すると、不揮発性メモリに予め
記憶されている起動用暗号コードと、暗号キーとして押
し下げたキーによって発生されたコードとが一致するこ
とになるため、起動の許可が与えられ、電子計算機は起
動することになる。
According to the computer activation method of the present invention, when the administrator attempts to activate the computer, the administrator depresses the power key and simultaneously depresses the encryption key that he or she remembers. Then, the start-up encryption code stored in the nonvolatile memory in advance matches the code generated by the key depressed as the encryption key, so that the start-up permission is given and the computer starts up. become.

【0011】しかし、第三者は、通常は、電源キーのオ
ン操作のみで起動できると思い込んでいる。したがっ
て、電子計算機を起動させようとするときには電源キー
のみしか押し下げない。この場合は、当然に電子計算機
は起動しない。
[0011] However, a third party generally assumes that it can be started only by turning on the power key. Therefore, when trying to start the computer, only the power key is pressed down. In this case, the computer naturally does not start.

【0012】起動するには電源キーと同時に暗号キーを
押し下げなければならないと知っている第三者であって
も、どのキーが暗号キーかは知らない。電源キー以外の
キーは多数存在するので、第三者が適当に押し下げたキ
ーが暗号キーと一致する確率は充分に小さい。したがっ
て、この場合も電子計算機が不測に起動される可能性は
充分に低いものとなる。
Even a third party who knows that the power key must be depressed at the same time as the power key to activate, does not know which key is the encryption key. Since there are many keys other than the power key, the probability that a key appropriately pressed by a third party matches the encryption key is sufficiently small. Therefore, also in this case, the possibility that the computer is unexpectedly started is sufficiently low.

【0013】[0013]

【0014】[0014]

【0015】[0015]

【実施例】以下、本発明に係る電子計算機の動作終了方
式および電源オフ方式の一実施例を図面に基づいて詳細
に説明する。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing a computer according to an embodiment of the present invention;

【0016】図1は、電子計算機システム全体のハード
ウエア構成を示すブロック線図である。
FIG. 1 is a block diagram showing the hardware configuration of the entire computer system.

【0017】図において、1はCPU、2は主記憶装
置、3は初期ロード用のROM、4は不揮発性メモリ、
5は不揮発性メモリ4に対するバックアップ電源、6は
キーボード、7はフロッピーディスクドライバ、8はフ
ロッピーディスク、9はハードディスクドライバ、10
はハードディスク、11は液晶コントローラ、12は液
晶ディスプレイ、13はバスラインである。ROM3
は、BOOTプログラムをロードするためのプログラム
や、入力キーによるコードと暗号コードとが一致するか
どうかの判断を行うプログラムも格納している。
In the figure, 1 is a CPU, 2 is a main storage device, 3 is a ROM for initial loading, 4 is a nonvolatile memory,
5 is a backup power supply for the non-volatile memory 4, 6 is a keyboard, 7 is a floppy disk driver, 8 is a floppy disk, 9 is a hard disk driver, 10
Denotes a hard disk, 11 denotes a liquid crystal controller, 12 denotes a liquid crystal display, and 13 denotes a bus line. ROM3
Also stores a program for loading a BOOT program and a program for determining whether or not a code by an input key matches an encryption code.

【0018】次に動作を説明する。Next, the operation will be described.

【0019】予め、起動用暗号コード登録モードにして
おいて、液晶ディスプレイ12の画面を見ながら、キー
ボード6において管理者が任意の1つのキーを起動用の
暗号キーとして押し下げ操作する。これにより、その暗
号キーに対応してCPU1が主記憶装置2から読み出し
たコードが起動用暗号コードDONとしてバスライン13
を介して不揮発性メモリ4に記憶保持される。
In the startup encryption code registration mode, the administrator presses any one of the keys on the keyboard 6 as a startup encryption key while looking at the screen of the liquid crystal display 12. As a result, the code read from the main storage device 2 by the CPU 1 corresponding to the encryption key is set as the startup encryption code D ON on the bus line 13.
Is stored in the non-volatile memory 4 via the.

【0020】また、電源オフ用暗号コード登録モードに
しておいて、管理者がまず電源キー以外の任意の1つの
キーを電源オフ用の暗号キーとして押し下げ操作する。
これにより、その暗号キーに対応してCPU1が主記憶
装置2から読み出したコードが第1の電源オフ用暗号コ
ードDEND1として不揮発性メモリ4に記憶保持される。
同様に、上記とは別のキーであって、かつ、電源キー以
外の任意の1つの暗号キーを押し下げ操作すると、その
暗号キーに対応したコードが第2の電源オフ用暗号コー
ドDEND2として不揮発性メモリ4に記憶保持される。
In the power-off encryption code registration mode, the administrator first depresses any one key other than the power key as the power-off encryption key.
As a result, the code read from the main storage device 2 by the CPU 1 corresponding to the encryption key is stored and held in the nonvolatile memory 4 as the first power-off encryption code D END1 .
Similarly, when an arbitrary key other than the above and other than the power key is pressed down, the code corresponding to the key is nonvolatile as the second power-off encryption code D END2. Stored in the memory 4.

【0021】この電子計算機において、電源断の状態に
あっても、バックアップ電源5によって不揮発性メモリ
4は、上記の起動用暗号コードDONと第1および第2の
電源オフ用暗号コードDEND1,DEND2とを記憶保持して
いる。
In this electronic computer, even when the power is off, the non-volatile memory 4 uses the backup power supply 5 to store the above-mentioned activation code D ON and the first and second power-off code D END1 , D END2 .

【0022】次に、電源断の状態から電子計算機を立ち
上げるときの初期動作を図2のフローチャートに基づい
て説明する。
Next, an initial operation when the computer is started from a power-off state will be described with reference to a flowchart of FIG.

【0023】キーボード6における電源キーの押し下げ
に伴ってステップS1からの動作が開始される。まず、
ステップS1で、ハードウエアの診断処理を行い、ステ
ップS2で、キーボード6の状態を読み込んで電源キー
と同時に押し下げられているキーを読み込む。ステップ
S3で、起動用暗号コードDONが不揮発性メモリ4に設
定記憶されているかどうかを判断し、設定されていない
ときはステップS5にスキップするが、設定されている
ときはステップS4に進む。
When the power key on the keyboard 6 is depressed, the operation from step S1 is started. First,
In step S1, hardware diagnostic processing is performed, and in step S2, the state of the keyboard 6 is read, and the key being pressed at the same time as the power key is read. In step S3, it is determined whether or not the startup encryption code D ON is set and stored in the nonvolatile memory 4. If not set, the process skips to step S5. If set, the process proceeds to step S4.

【0024】ステップS4では、電源キーと同時に押し
下げられているキーによって発生されるコードDINが不
揮発性メモリ4から読み出した起動用暗号コードDON
一致するかどうかを判断する。一致していないときは、
電子計算機の起動を禁止する。これによって、電子計算
機の動作は停止され、電源断の状態に戻る。
In step S4, it is determined whether or not the code D IN generated by the key being depressed at the same time as the power key matches the activation code D ON read from the nonvolatile memory 4. If they do not match,
Prohibit starting the computer. As a result, the operation of the computer is stopped, and the computer returns to the power-off state.

【0025】コードDINが起動用暗号コードDONと一致
しているときには、ステップS5に進んでフロッピーデ
ィスク8またはハードディスク10からBOOTプログ
ラムを読み込んで主記憶装置2にロードし、ステップS
6で、BOOTプログラムの動作に従ってOSを主記憶
装置2にロードする。そして、ステップS7以降におい
て、OSに基づいて通常動作に移行していく。
[0025] When the code D IN matches the cryptographic code D ON startup loads from the floppy disk 8 or the hard disk 10 to the main memory 2 reads the BOOT program proceeds to step S5, step S
At 6, the OS is loaded into the main storage device 2 according to the operation of the BOOT program. Then, after step S7, the operation shifts to the normal operation based on the OS.

【0026】ステップS3からステップS5にスキップ
するのは、起動用暗号コードDONによるプロテクトをか
けていないときである。
The process skips from step S3 to step S5 when the protection by the activation encryption code D ON is not applied.

【0027】ステップS4からステップS5に進むとき
は、管理者が電源キーと同時に自己が覚えている起動用
の暗号キーを押し下げた場合である。このときは、操作
者の意図通り電子計算機が起動する。
The process proceeds from step S4 to step S5 when the administrator depresses the power supply key and the activation encryption key that he or she remembers. At this time, the computer starts up as intended by the operator.

【0028】ステップS4から起動禁止に至るのは、操
作者が電源キーしか押し下げていない場合か、電源キー
と別のキーとを同時に押し下げてはいるがそのキーが起
動用の暗号キーでない場合である。これは、管理者では
ない第三者が電子計算機を起動しようとしている場合で
あって、このような場合には電子計算機の起動が禁止さ
れるため、データの盗み見やコピーや、過失または故意
によるデータの改変,破壊,消失を確実に防止すること
ができる。
The activation prohibition from step S4 occurs when the operator presses down only the power key or when the power key and another key are simultaneously depressed but the key is not the activation encryption key. is there. This is the case where a third party who is not the administrator is trying to start the computer.In such a case, starting the computer is prohibited. Modification, destruction, and loss of data can be reliably prevented.

【0029】次に、電子計算機の電源をオフするときの
動作を図3のフローチャートに基づいて説明する。
Next, the operation when the power of the computer is turned off will be described with reference to the flowchart of FIG.

【0030】キーボード6において電源キー以外のある
キーが押し下げられると、あるいは、押し下げ状態が解
放されると、OSによって図3のキー入力のサブルーチ
ンの動作が開始される。
When a key other than the power key on the keyboard 6 is depressed, or when the depressed state is released, the operation of the key input subroutine of FIG. 3 is started by the OS.

【0031】まず、ステップS11で、操作されたキー
が、不揮発性メモリ4に設定記憶されている第1または
第2の電源オフ用暗号コードDEND1,DEND2に対応した
電源オフ用の暗号キーであるかどうかを判断する。すな
わち、操作されたキーによって発生されるコードDIN1
が第1または第2の電源オフ用暗号コードDEND1,D
END2のいずれかに一致するかどうかを判断する。不一致
であるときは、ステップS16にスキップして、その操
作されたキーのコードをOSに通知した後、メインルー
チンにリターンする。
First, in step S11, the operated key is a power-off encryption key corresponding to the first or second power-off encryption code D END1 or D END2 stored and set in the nonvolatile memory 4. Is determined. That is, the code D IN1 generated by the operated key
Are the first or second power-off encryption code D END1 , D
Determine if it matches any of END2 . If not, the process skips to step S16, notifies the OS of the code of the operated key, and returns to the main routine.

【0032】ステップS11の判断が肯定的であると
き、すなわち、操作されたキーが電源オフ用の暗号キー
であるときは、ステップS12に進んで、キー操作が押
し下げか解放かを判断する。押し下げのときは、ステッ
プS13に進んで、1つ目の電源オフ暗号キーが押し下
げ中であることを示す第1のフラグF1を“1”にセッ
トする。次いで、ステップS14に進んで、電源オフ暗
号キーが押し下げ中であることを示す第1および第2の
フラグF1 ,F2 がともに“1”にセットされているか
どうか、つまり、2つの電源オフ暗号キーが両方とも押
し下げられているかどうかを判断する。
If the determination in step S11 is affirmative, that is, if the operated key is a power-off encryption key, the flow advances to step S12 to determine whether the key operation is depressed or released. When depressed, the process proceeds to step S13, is set to "1" first flag F 1 indicating that the first power-off encryption key is being depressed. Subsequently, the procedure proceeds to step S14, whether the first and second flag F 1, F 2 indicates that the power-off encryption key is being depressed is set to both "1", that is, two power-off Determine if both encryption keys are depressed.

【0033】2つの電源オフ暗号キーがともに押し下げ
られていないのであれば、ステップS16に進んで、押
し下げ操作されているキーのコードをOSに通知した
後、メインルーチンにリターンする。
If the two power-off encryption keys have not been depressed, the flow advances to step S16 to notify the OS of the code of the key being depressed, and then returns to the main routine.

【0034】1つの電源オフ暗号キーが押し下げられた
後、その同じ電源オフ暗号キーが解放された場合には、
ステップS11→S12→S15と進む。ステップS1
5では、1つ目の電源オフ暗号キーが押し下げ中である
ことを示す第1のフラグF1 を“0”にリセットした
後、ステップS16を経てメインルーチンにリターンす
る。
If one power off encryption key is depressed and then the same power off encryption key is released,
The process proceeds from step S11 to S12 to S15. Step S1
In 5, after resetting first the first flag F 1 indicating that the power-off encryption key is being pushed down to "0", and returns to the main routine via step S16.

【0035】1つの電源オフ暗号キーが押し下げた状態
で、もう1つの電源オフ暗号キーが押し下げられたとき
には、ステップS11→S12→S13と進む。すなわ
ち、操作されたキーによって発生されるコードDIN2
第1または第2の電源オフ用暗号コードDEND1,DEND2
のうち前回のコードDIN1 と一致した方とは別の電源オ
フ用暗号コードと一致するからである。そして、ステッ
プS13で、2つ目の電源オフ暗号キーが押し下げ中で
あることを示す第2のフラグF2 を“1”にセットす
る。次いで、ステップS14に進んで、電源オフ暗号キ
ーが押し下げ中であることを示す第1および第2のフラ
グF1 ,F2 がともに“1”にセットされているかどう
か、つまり、2つの電源オフ暗号キーが両方とも押し下
げられているかどうかを判断する。この場合は、同時に
2つの電源オフ暗号キーが押し下げられているので、ス
テップS17に進み、OSに対して電源断の通知を行っ
た後、メインルーチンにリターンする。この場合、OS
は電源断に伴う必要な処理を行い、電子計算機の全動作
を適当なタイミングで終了させ、電源を遮断する。
When one power-off encryption key is depressed while one power-off encryption key is depressed, the process proceeds to steps S11 → S12 → S13. That is, the code D IN2 generated by the operated key is the first or second power-off encryption code D END1 , D END2
This is because the power-off code coincides with another power-off encryption code that is different from the code that coincides with the previous code D IN1 . Then, in step S13, it is set to "1" to the second flag F 2 indicating that the second power-off encryption key is being depressed. Subsequently, the procedure proceeds to step S14, whether the first and second flag F 1, F 2 indicates that the power-off encryption key is being depressed is set to both "1", that is, two power-off Determine if both encryption keys are depressed. In this case, since the two power-off encryption keys are depressed at the same time, the process proceeds to step S17, and after notifying the OS of the power-off, the process returns to the main routine. In this case, the OS
Performs necessary processing in response to power-off, terminates all operations of the computer at an appropriate timing, and shuts off the power.

【0036】以上のように、予め設定されている2つの
電源オフ用の暗号キーを同時に押し下げ操作した場合に
限り、電子計算機の電源を遮断することができるので、
電子計算機の動作中にその操作者が不在となった際に、
第三者が不注意であるいは故意に電源キーをオフ操作し
ても、電源オフには至らないので、データ破壊や消失な
どの不測の事態を避けることができる。
As described above, the power of the computer can be cut off only when the two preset power-off encryption keys are simultaneously depressed.
When the operator is absent during operation of the computer,
Even if a third party inadvertently or intentionally turns off the power key, the power is not turned off, so that unexpected situations such as data destruction or loss can be avoided.

【0037】なお、電子計算機を起動する場合に電源キ
ーと同時に押し下げ操作すべき起動用の暗号キーは、1
つに限定するものではなく、2つ以上であってもよい。
また、電子計算機を電源オフする場合に同時に押し下げ
操作すべき電源オフ用の暗号キーは、2つに限定するも
のではなく、3つ以上であってもよい。
When the computer is started, the starting encryption key to be pressed simultaneously with the power key is one.
The number is not limited to two and may be two or more.
The number of power-off encryption keys to be simultaneously depressed when the power of the computer is turned off is not limited to two, but may be three or more.

【0038】[0038]

【発明の効果】本発明に係る電子計算機の起動方式によ
れば、起動のための暗号キーを知っている管理者のみが
電子計算機を起動することができる。すなわち、管理者
以外の第三者は起動のための暗号キーを知らないので、
管理者が不在のときに第三者が無断で電子計算機を起動
しようとしてもそれが不測に起動される可能性はきわめ
て小さく、したがって、データを盗み見られたり、勝手
にコピーされたり、あるいは、過失または故意によりデ
ータを改変されたり破壊されたり消失されたりするおそ
れをほとんど皆無に等しくすることができる。
According to the computer starting method according to the present invention, only the administrator who knows the encryption key for starting can start the computer. That is, since the third party other than the administrator does not know the encryption key for activation,
It is extremely unlikely that a third party will attempt to start the computer without permission when the administrator is absent, and that it will not be accidentally started. Alternatively, there is almost no possibility that data is intentionally altered, destroyed, or lost.

【0039】[0039]

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

【図1】本発明の一実施例に係る電子計算機システムの
ハードウエア構成を示すブロック線図である。
FIG. 1 is a block diagram showing a hardware configuration of a computer system according to an embodiment of the present invention.

【図2】実施例において電子計算機を立ち上げるときの
初期動作を示すフローチャートである。
FIG. 2 is a flowchart illustrating an initial operation when the computer is started in the embodiment.

【図3】実施例において電源断処理に伴う動作を示すフ
ローチャートである。
FIG. 3 is a flowchart illustrating an operation associated with a power-off process in the embodiment.

【図4】従来例において電源投入時に行われる初期動作
を示すフローチャートである。
FIG. 4 is a flowchart showing an initial operation performed when power is turned on in a conventional example.

【図5】従来例において電源断時に行われる動作を示す
フローチャートである。
FIG. 5 is a flowchart showing an operation performed when power is turned off in a conventional example.

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

1 CPU 2 主記憶装置 3 BOOTプログラムROM 4 不揮発性メモリ 5 バックアップ電源 6 キーボード DESCRIPTION OF SYMBOLS 1 CPU 2 Main storage device 3 BOOT program ROM 4 Non-volatile memory 5 Backup power supply 6 Keyboard

───────────────────────────────────────────────────── フロントページの続き (72)発明者 西田 幸司 東京都千代田区九段北1丁目5番9号 九段誠和ビル シャープビジネスコンピ ュータソフトウェア株式会社内 (56)参考文献 特開 昭51−85321(JP,A) 特開 昭56−63659(JP,A) ──────────────────────────────────────────────────続 き Continuing on the front page (72) Koji Nishida, Inventor 1-5-9 Kudankita, Chiyoda-ku, Tokyo Kudan Seiwa Building Inside Sharp Business Computer Software Co., Ltd. (56) References JP-A-51- 85321 (JP, A) JP-A-56-63659 (JP, A)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 任意の暗号キーの押し下げによって発生
されるコードを起動用暗号コードとして記憶する不揮発
性メモリと、電源キーの押し下げと同時に押し下げられ
たキーによって発生されるコードが前記起動用暗号コー
ドと一致するか否かを判定する手段と、両者が不一致の
ときは起動を禁止する手段と、両者が一致しているとき
にのみ起動を許可する手段とを備えたことを特徴とする
電子計算機の起動方式。
1. A non-volatile memory for storing a code generated by depressing an arbitrary encryption key as a start-up encryption code, and a code generated by a key depressed at the same time when a power key is depressed is a start-up encryption code. A computer for determining whether or not they match, a means for prohibiting activation when they do not match, and a means for permitting activation only when both match. Startup method.
JP3277780A 1991-10-24 1991-10-24 Computer startup method Expired - Lifetime JP2711419B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3277780A JP2711419B2 (en) 1991-10-24 1991-10-24 Computer startup method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3277780A JP2711419B2 (en) 1991-10-24 1991-10-24 Computer startup method

Publications (2)

Publication Number Publication Date
JPH05119865A JPH05119865A (en) 1993-05-18
JP2711419B2 true JP2711419B2 (en) 1998-02-10

Family

ID=17588211

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3277780A Expired - Lifetime JP2711419B2 (en) 1991-10-24 1991-10-24 Computer startup method

Country Status (1)

Country Link
JP (1) JP2711419B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5185321A (en) * 1975-01-23 1976-07-26 Tokyo Shibaura Electric Co
JPH0262614A (en) * 1988-08-09 1990-03-02 Ryou Jennifer Protective device for computer
JPH0266656A (en) * 1988-08-31 1990-03-06 Nec Home Electron Ltd Information processor

Also Published As

Publication number Publication date
JPH05119865A (en) 1993-05-18

Similar Documents

Publication Publication Date Title
JP2728724B2 (en) Computer system and system startup method
US6647498B1 (en) Method and apparatus for preventing personal computer from being illegally used
US6925557B2 (en) Method and system for a clean system booting process
JP3724577B2 (en) Information processing apparatus, control method for information processing apparatus, and control program for information processing apparatus
US20060150037A1 (en) Methods and systems for operating system recovery
JP2009521760A (en) Virus prevention method with safety chip
US20030070102A1 (en) Password changing method and computer system, and computer readable record medium storing a program therein
WO2005098569A1 (en) Information processor and method for ensuring security thereof
US6745329B1 (en) Method for preventing a BIOS to get viruses
JPH03171310A (en) Personal computer
JP2711419B2 (en) Computer startup method
US20050055566A1 (en) Computer system and method for controlling the same
JP2002268767A (en) Information processor with reinforced password function
JP4197227B2 (en) Expansion external storage system
JPH09305249A (en) Information processor and method for mounting electronic equipment on the information processor
JPH08328683A (en) Computer system and method for displaying its message
JP3975685B2 (en) Information processing apparatus and activation control method
JP2006048506A (en) Processor, memory management system, and memory management program
JPH11259425A (en) Password content protecting device
JP2004164093A (en) Security system for computer
JPH0454661A (en) Password controller
JPH11259369A (en) Burglar preventing method and device for information processor
KR100578116B1 (en) computer system with preservation of stored data in storage device and method thereof
JP2003108256A (en) Computer apparatus and method for preventing unauthorized use thereof
JP3145921B2 (en) Information processing device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071031

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101031

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111031

Year of fee payment: 14

EXPY Cancellation because of completion of term