JP2008225617A - Starting method for computer system, information processor, and program - Google Patents

Starting method for computer system, information processor, and program Download PDF

Info

Publication number
JP2008225617A
JP2008225617A JP2007059822A JP2007059822A JP2008225617A JP 2008225617 A JP2008225617 A JP 2008225617A JP 2007059822 A JP2007059822 A JP 2007059822A JP 2007059822 A JP2007059822 A JP 2007059822A JP 2008225617 A JP2008225617 A JP 2008225617A
Authority
JP
Japan
Prior art keywords
memory
amount
securing
operating system
user program
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
JP2007059822A
Other languages
Japanese (ja)
Other versions
JP4888713B2 (en
Inventor
Munehiro Ikeda
宗広 池田
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2007059822A priority Critical patent/JP4888713B2/en
Publication of JP2008225617A publication Critical patent/JP2008225617A/en
Application granted granted Critical
Publication of JP4888713B2 publication Critical patent/JP4888713B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a compact and inexpensive computer system capable of high-speed starting while securing flexibility of the computer system. <P>SOLUTION: This computer system has: a normal securing part 112 for inquiring a securing memory amount corresponding to a request source of memory securing to a preceding securing part 111, performing normal memory securing processing when receiving a reply of the effect that a securing amount does not respond to a request of the request source from the preceding securing part 111, and securing a requested area inside a memory 300; and the preceding securing part 111 for referring to memory securing information 201 to the inquiry from the normal securing part 112, deciding whether the securing amount shown in the memory securing information 201 is a securing amount capable of responding to the request of the request source or not, securing the securing amount corresponding to the request source shown in the memory securing information 201 inside the memory 300 and giving a replay of the effect to the normal securing part 112 when can respond to the request, and giving a reply of the effect that the securing amount does not respond to the request of the request source to the normal securing part 112 when cannot respond to the request. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、コンピュータシステムの起動方法に関するものである。   The present invention relates to a method for starting a computer system.

従来、一例として特許文献1(特開平6−44088号公報)にも記載されているように、コンピュータシステムが起動を行う際、オペレーティングシステムと種々のユーザプログラムは各々に必要なメモリを確保して起動処理を行う。起動時には多くの処理が行われるため、オペレーティングシステム、ユーザプログラムともに頻繁にメモリの確保を行う必要がある。オペレーティングシステム、ユーザプログラムの双方とも、オペレーティングシステムにメモリ確保を要求することによって必要なメモリを確保する。オペレーティングシステムはメモリの確保に成功した場合、確保したメモリ領域の位置を要求元に返答する。従来のオペレーティングシステムは、以下のいずれかの方法でメモリを確保する。   Conventionally, as described in Patent Document 1 (Japanese Patent Application Laid-Open No. 6-44088) as an example, when a computer system starts up, the operating system and various user programs ensure the necessary memory for each. Perform startup processing. Since many processes are performed at the time of start-up, it is necessary to secure memory frequently for both the operating system and the user program. Both the operating system and the user program secure the necessary memory by requesting the operating system to secure the memory. When the operating system succeeds in securing the memory, the operating system returns the location of the secured memory area to the request source. A conventional operating system secures memory by one of the following methods.

第一の方法は、要求されたメモリ量そのものを確保するという最も単純な方法である。オペレーティングシステムはメモリの確保を要求されると、要求に応えることができるメモリの空き領域を検索し、検索に成功した場合は要求元に空き領域の位置を返答する。   The first method is the simplest method of securing the requested memory amount itself. When the operating system is requested to secure the memory, it searches for a free area in the memory that can respond to the request, and when the search is successful, returns the position of the free area to the request source.

しかし、この方法を採用した場合、空き領域の検索はメモリ確保を要求される度に実行される。コンピュータシステムの起動時には、前述のように頻繁にメモリの確保要求が行われるため、空き領域の検索処理が頻繁に行われることになる。よってこの方法は、コンピュータシステムの起動に長い時間がかかるという問題を有している。   However, when this method is adopted, a search for a free area is executed every time memory reservation is required. When the computer system is activated, a memory reservation request is frequently made as described above, so that a free space search process is frequently performed. Therefore, this method has a problem that it takes a long time to start the computer system.

この様な問題に対し、第二の方法は、要求されたメモリ量よりも大きな空き領域を検索した上で、その先頭位置を要求元に返答し、要求されたメモリ量を超える余りの部分はオペレーティングシステムが内部的に保留しておくという方法である。要求元が再びメモリの確保要求を行った場合、オペレーティングシステムは保留されているメモリ領域の先頭位置を要求元に返答する。この方法によりメモリ空き領域の検索処理実行回数を削減できるので、コンピュータシステムの起動が高速化される。   In response to such a problem, the second method searches for a free area larger than the requested amount of memory, and then returns the head position to the request source, and the remainder of the excess exceeding the requested amount of memory This is a method in which the operating system reserves internally. When the request source makes a memory allocation request again, the operating system returns the head position of the reserved memory area to the request source. Since this method can reduce the number of times that the search process for the free memory area is executed, the startup of the computer system is accelerated.

また、第三の方法は、メモリ確保の要求元と要求量だけを記録し、確保要求の時点では実際のメモリ確保を一切行わない、という方法である。ただし要求元にはあたかもメモリが確保されたかのように、仮想的なメモリ位置を返答しておく。この方法は、オペレーティングシステムが実行されるハードウェアが、仮想記憶機能と呼ばれる既存の技術を実現している場合に可能な方法である。仮想記憶機能を持つハードウェアは、メモリ確保を要求したプログラムが前述の仮想的なメモリ位置に読み書きを行った場合に、オペレーティングシステムに対してそのことを通知する機能を有している。オペレーティングシステムはこの通知を受け取った場合に初めて実際のメモリ確保を行う。メモリ確保処理ではまずメモリの空き領域を検索し、空き領域が見つかればその領域を前述の仮想的なメモリ位置に割り付ける。   The third method is a method in which only the memory securing request source and the requested amount are recorded, and no actual memory securing is performed at the time of the securing request. However, a virtual memory location is returned to the request source as if the memory was secured. This method is possible when the hardware on which the operating system is executed implements an existing technology called a virtual storage function. The hardware having the virtual storage function has a function of notifying the operating system when a program that requests memory reservation reads / writes data from / to the above virtual memory location. When the operating system receives this notification, it first allocates actual memory. In the memory securing process, first, an empty area of the memory is searched, and if an empty area is found, the area is allocated to the virtual memory position.

さらに、従来、コンピュータシステムの起動を高速化するための方法として、システムが動作しているある時点でメモリに格納されている全情報をシステムの不揮発記憶領域に格納しておき、起動時に該情報をメモリ上に展開することで該情報を格納した時点でのシステム状態を復元する、という方法が知られている。通常のコンピュータシステムでは、起動時に実行するユーザプログラムの動作設定を変更することによって、システムの振る舞いを簡単に変更することができる。
特開平6−44088号公報
Further, conventionally, as a method for speeding up the startup of a computer system, all information stored in a memory at a certain point in time when the system is operating is stored in a nonvolatile storage area of the system, and the information is stored at startup. A method is known in which the system state at the time when the information is stored is restored by expanding the data on the memory. In a normal computer system, the behavior of the system can be easily changed by changing the operation setting of a user program executed at startup.
JP-A-6-44088

しかし、従来の第二の方法は、保留しているメモリ量よりも大きな領域を確保するよう要求された場合は、この方法では対応することができない。その場合、確保要求に応えられる新たな空き領域を検索するための処理を行い、新たな領域を確保した上で要求元にその位置を返答する必要がある。内部的に保留するメモリ量を大きく設定すれば空き領域の検索処理実行回数を減らすことができるが、その場合使われずに保留されているだけのメモリ量が増大するため、メモリの利用効率が悪化するという問題が生じる。   However, the conventional second method cannot cope with a case where it is requested to secure an area larger than the reserved memory amount. In this case, it is necessary to perform a process for searching for a new free area that can respond to the securing request, secure the new area, and return the position to the request source. If you set a large amount of memory to hold internally, you can reduce the number of free space search processing executions. However, in this case, the amount of memory that is not used is increased, and the memory usage efficiency deteriorates. Problem arises.

また、従来の第三の方法のように、実際にはメモリが割り付けられていない仮想的なメモリ位置への読み書きに起因して行われる処理のことを、一般に「ページフォルト処理」と呼ぶところ、この方法ではメモリの確保を要求された時点における処理を大きく省略することができるが、要求元が実際にメモリへの読み書きを行った場合はページフォルト処理として結局メモリの空き領域を検索する必要がある。よって全体的な処理の量は第一の方法とほとんど変わらず、コンピュータシステムの起動には第一の方法と同等程度の長い時間を要するという問題がある。   Also, as in the conventional third method, the processing performed due to reading and writing to a virtual memory location where memory is not actually allocated is generally called “page fault processing”. With this method, the processing at the time when the memory allocation is requested can be largely omitted. However, if the requester actually reads / writes to / from the memory, it is necessary to search the free area of the memory as a page fault process after all. is there. Therefore, the overall processing amount is almost the same as that of the first method, and there is a problem that it takes a long time equivalent to the first method to start the computer system.

さらに、従来の起動高速化方法を用いた場合、システムの振る舞いを変更するためには、システムを所望の状態とした後にメモリ上の全情報を不揮発記憶領域に出力し、出力した情報を前記情報と置き換える、といった複雑な手順が必要となる。そのためこの方法は、システムの柔軟な運用を困難にするという問題を有している。加えて該情報を格納するためには、コンピュータシステムに備わる全メモリ量と同じ大きさの不揮発記憶領域が必要なため、システムの大型化、高価格化を招くという問題もあった。   Furthermore, when using the conventional startup acceleration method, in order to change the behavior of the system, all information on the memory is output to the nonvolatile storage area after the system is put into a desired state, and the output information is the information A complicated procedure such as replacing with is required. Therefore, this method has a problem that it is difficult to operate the system flexibly. In addition, in order to store the information, a non-volatile storage area having the same size as the total amount of memory provided in the computer system is required, which causes a problem of increasing the size and cost of the system.

(発明の目的)
本発明の目的は、このような問題を解決し、コンピュータシステムの柔軟性を確保しながら、小型、安価で起動が高速なコンピュータシステムを提供することである。
(Object of invention)
An object of the present invention is to provide a computer system that solves such a problem and that is small, inexpensive, and fast to start while ensuring the flexibility of the computer system.

上記目的を達成するため本発明は、コンピュータシステムの起動方法において、オペレーティングシステムとユーザプログラムが動作を行うために必要なメモリ量に関するメモリ情報を、予め前記コンピュータシステムの所定の記憶領域に格納する格納ステップと、前記コンピュータシステムの起動時に、前記オペレーティングシステムが、前記メモリ情報に基づいて、前記オペレーティングシステム及び前記ユーザプログラム用のメモリ領域を確保する確保ステップとを備えることを特徴とする。   To achieve the above object, according to the present invention, in a computer system booting method, memory information relating to a memory amount necessary for an operating system and a user program to operate is stored in advance in a predetermined storage area of the computer system. And a securing step of securing a memory area for the operating system and the user program based on the memory information when the computer system is started.

(作用)
オペレーティングシステムとユーザプログラムが動作を行うために必要なメモリ量に関するメモリ情報を予め格納しておき、前記コンピュータシステムの起動時に、前記オペレーティングシステムが、前記メモリ情報に基づいて、前記オペレーティングシステム及び前記ユーザプログラム用のメモリ領域を確保するため、従来必要であったページフォルト処理や空きメモリ領域の検索処理を削減することができる。
(Function)
Memory information relating to the amount of memory necessary for the operation of the operating system and the user program is stored in advance, and when the computer system is started, the operating system is configured to execute the operating system and the user based on the memory information. Since the memory area for the program is secured, it is possible to reduce the page fault process and the search process for the free memory area, which are conventionally required.

本発明によれば、従来必要であったページフォルト処理や空きメモリ領域の検索処理を削減することができるため、コンピュータシステムの起動を高速化することができる。   According to the present invention, it is possible to reduce the page fault process and the free memory area search process that have been necessary in the prior art, so that the startup of the computer system can be speeded up.

その理由は、オペレーティングシステムとユーザプログラムが動作を行うために必要なメモリ量に関するメモリ情報を予め格納しておき、前記コンピュータシステムの起動時に、前記オペレーティングシステムが、前記メモリ情報に基づいて、前記オペレーティングシステム及び前記ユーザプログラム用のメモリ領域を確保するからである。   The reason is that memory information relating to the amount of memory required for the operating system and user program to operate is stored in advance, and when the computer system is started up, the operating system performs the operation based on the memory information. This is because a memory area for the system and the user program is secured.

(第1の実施の形態)
本発明の第1の実施の形態によるコンピュータシステムを図面を用いて詳細に説明する。
(First embodiment)
A computer system according to a first embodiment of the present invention will be described in detail with reference to the drawings.

(第1の実施の形態の構成)
図1に、本発明の第1の実施の形態による起動高速化手段を備えたコンピュータシステムの構成図を示す。なお、コンピュータシステムに通常備わっているが本発明とは無関係な部分については説明を省略する。
(Configuration of the first embodiment)
FIG. 1 shows a block diagram of a computer system provided with a startup acceleration means according to the first embodiment of the present invention. Note that description of parts that are normally provided in the computer system but are not related to the present invention will be omitted.

図1を参照すると、本実施の形態によるコンピュータシステム100は、オペレーティングシステム110と、不揮発記憶領域200と、メモリ300と、ユーザプログラム120(ユーザプログラムA121、ユーザプログラムB122等)とを備える。   Referring to FIG. 1, a computer system 100 according to the present embodiment includes an operating system 110, a nonvolatile storage area 200, a memory 300, and a user program 120 (user program A121, user program B122, etc.).

オペレーティングシステム110は、後述するメモリ確保情報201に基づいてメモリ300の所定の領域を先行的に確保する本発明の特徴的構成である先行確保部111と、従来と同じ動作を行ってメモリ300の所定の領域の確保を行うことが可能な通常確保部112とを備える。すなわち、先行確保部111及び通常確保部112は、使用するメモリ領域をメモリ300内に確保する。   The operating system 110 performs the same operation as that of the prior reservation unit 111, which is a characteristic configuration of the present invention, in advance to secure a predetermined area of the memory 300 based on memory reservation information 201 described later, And a normal securing unit 112 capable of securing a predetermined area. That is, the advance reservation unit 111 and the normal reservation unit 112 reserve a memory area to be used in the memory 300.

図2に、オペレーティングシステム110の詳細な構成図を示す。   FIG. 2 shows a detailed configuration diagram of the operating system 110.

図2を参照すると、通常確保部112は、メモリ量問い合わせ手段1121と、通常確保手段1122とを備え、先行確保部111はメモリ確保情報読み込み手段1111と、判定手段1112と、先行確保手段1113と、返答手段1114とを備える。   Referring to FIG. 2, the normal securing unit 112 includes a memory amount inquiry unit 1121 and a normal securing unit 1122, and the preceding securing unit 111 includes a memory securing information reading unit 1111, a determining unit 1112, and a preceding securing unit 1113. Response means 1114.

メモリ量問い合わせ手段1121は、メモリ確保の要求元(オペレーティングシステム110等)に対応する確保用メモリ量を先行確保部111に問い合わせる機能を有する。   The memory amount inquiry unit 1121 has a function of inquiring the advance reservation unit 111 about the amount of memory for reservation corresponding to the memory reservation request source (such as the operating system 110).

通常確保手段1122は、確保量が要求元の要求に応えられない旨の返答を先行確保部111から受けた場合に、通常のメモリ確保処理を行い、要求された領域をメモリ300内に確保する機能を有する。   The normal securing unit 1122 performs a normal memory securing process and secures the requested area in the memory 300 when receiving a response from the preceding securing unit 111 that the secured amount cannot be met by the request source. It has a function.

メモリ確保情報読み込み手段1111は、通常確保部112からの問い合わせに対してメモリ確保情報201を読み込む機能を有する。   The memory allocation information reading unit 1111 has a function of reading the memory allocation information 201 in response to an inquiry from the normal allocation unit 112.

判定手段1112は、通常確保部112からの問い合わせに対してメモリ確保情報201を読み込み、メモリ確保情報201に示された確保量が要求元の要求に応えられる確保量か否かを判定する機能を有する。   The determination unit 1112 has a function of reading the memory allocation information 201 in response to the inquiry from the normal allocation unit 112 and determining whether the allocation amount indicated in the memory allocation information 201 is an allocation amount that can meet the request from the request source. Have.

先行確保手段1113は、要求に応えられる場合に、メモリ確保情報201に示された要求元に対応する確保量をメモリ300内に確保する機能を有する。   The advance reservation unit 1113 has a function of ensuring the reserved amount corresponding to the request source indicated in the memory reservation information 201 in the memory 300 when the request can be met.

返答手段1114は、要求に応えられない場合に、確保量が要求元の要求に応えられない旨を通常確保部112に返答し、要求に応えられる場合にその旨及び確保により使用可能となったメモリ領域の位置を通常確保部112に返答する機能を有する。   When the reply means 1114 cannot respond to the request, the reply means 1114 responds to the normal securing unit 112 that the securement amount cannot be met by the request source, and when the request can be fulfilled, the reply means 1114 can be used due to that fact and securement. It has a function of returning the memory area position to the normal securing unit 112.

ユーザプログラム120中の各ユーザプログラムA121、ユーザプログラムB122等は、本実施の形態によるコンピュータシステムの起動時に実行されるユーザプログラムである。   Each user program A121, user program B122, and the like in the user program 120 are user programs that are executed when the computer system according to the present embodiment is started.

不揮発記憶領域200は、コンピュータシステムが起動する際に実行される各プログラムがある一時点で確保するメモリ量の最大値に関する情報をメモリ確保情報201を構成する情報として記録する機能を有する。このため、メモリ確保情報201には、コンピュータシステム起動時にメモリの確保を要求したプログラム(要求元)毎に、ある一時点において確保したメモリの確保量が対応付けて記録されている。なお、不揮発記憶領域200内には、メモリ確保情報201があらかじめ格納されている要求元も、格納されていない要求元も存在しうる。   The non-volatile storage area 200 has a function of recording information regarding the maximum value of the memory amount secured at a certain point in time when each program executed when the computer system is started as information constituting the memory reservation information 201. For this reason, in the memory allocation information 201, the amount of memory allocated at a certain temporary point is recorded in association with each program (request source) that requested the memory allocation when the computer system was started. In the nonvolatile storage area 200, there may be a request source in which the memory allocation information 201 is stored in advance and a request source in which the memory reservation information 201 is not stored.

ここで、コンピュータシステム100のハードウェア構成の説明をする。   Here, the hardware configuration of the computer system 100 will be described.

図3は、本実施の形態によるコンピュータシステム100のハードウェア構成例を示すブロック図である。   FIG. 3 is a block diagram illustrating a hardware configuration example of the computer system 100 according to the present embodiment.

図3を参照すると、本発明によるサーバ30は、一般的なコンピュータ装置と同様のハードウェア構成によって実現することができ、CPU(Central Processing Unit)1001、RAM(Random Access Memory)等のメインメモリであり、データの作業領域やデータの一時退避領域に用いられる主記憶部1002、ネットワーク400を介してデータの送受信を行う通信制御部1003、液晶ディスプレイ、プリンタやスピーカ等の提示部1004、キーボードやマウス等の入力部1005、周辺機器と接続してデータの送受信を行うインタフェース部1006、ROM(Read Only Memory)、磁気ディスク、半導体メモリ等の不揮発性メモリから構成されるハードディスク装置である補助記憶部1007、本情報処理装置の上記各構成要素を相互に接続するシステムバス1008等を備えている。   Referring to FIG. 3, the server 30 according to the present invention can be realized by a hardware configuration similar to that of a general computer device, and includes a main memory such as a CPU (Central Processing Unit) 1001 and a RAM (Random Access Memory). A main storage unit 1002 used for a data work area and a temporary data save area, a communication control unit 1003 for transmitting and receiving data via the network 400, a liquid crystal display, a presentation unit 1004 such as a printer and a speaker, a keyboard and a mouse A hard disk device including an input unit 1005 such as an interface unit 1006 that transmits and receives data by connecting to peripheral devices, a ROM (Read Only Memory), a magnetic disk, and a non-volatile memory such as a semiconductor memory In a secondary storage unit 1007, and a system bus 1008 for connecting the above components of the information processing apparatus to each other.

本発明によるコンピュータシステム100は、その動作を、コンピュータシステム100内部にそのような機能を実現するプログラムを組み込んだ、LSI(Large Scale Integration)等のハードウェア部品からなる回路部品を実装してハードウェア的に実現することは勿論として、上記した各構成要素の各機能を提供するプログラムを、コンピュータ処理装置上のCPU1001で実行することにより、ソフトウェア的に実現することができる。   The computer system 100 according to the present invention is implemented by mounting circuit components made of hardware components such as LSI (Large Scale Integration), in which a program for realizing such functions is incorporated in the computer system 100. As a matter of course, it can be realized in software by executing a program for providing each function of each component described above by the CPU 1001 on the computer processing apparatus.

すなわち、CPU1001は、補助記憶部1007に格納されているプログラムを、主記憶部1002にロードして実行し、コンピュータシステム100の動作を制御することにより、上述した各機能をソフトウェア的に実現する。   That is, the CPU 1001 loads the program stored in the auxiliary storage unit 1007 to the main storage unit 1002 and executes the program, thereby controlling the operation of the computer system 100, thereby realizing the functions described above in software.

(第1の実施の形態の動作)
図4は、本発明の第1の実施の形態によるコンピュータシステムの動作を示すフローチャートである。
(Operation of the first embodiment)
FIG. 4 is a flowchart showing the operation of the computer system according to the first embodiment of the present invention.

図1、図2及び図4を参照して本実施の形態の動作を説明する。   The operation of the present embodiment will be described with reference to FIGS.

コンピュータシステム100が起動すると、オペレーティングシステム110が実行を開始する(ステップS101)。   When the computer system 100 is activated, the operating system 110 starts execution (step S101).

オペレーティングシステム110が実行を開始した初期の段階で、通常確保部112が、要求元(この場合オペレーティングシステム自身)の要求に応えられるだけのメモリ量が既に確保されているか否かをメモリ量確認手段1121によって先行確保部111に問い合わせる(ステップS102)。   At the initial stage when the operating system 110 starts execution, the normal securing unit 112 determines whether or not the memory amount enough to meet the request of the request source (in this case, the operating system itself) has already been secured. The advance reservation unit 111 is inquired by 1121 (step S102).

先行確保部111は、通常確保部112のメモリ量問い合わせ手段1121から問い合わせ受け、メモリ確保情報読み込み手段1111によって、不揮発記憶領域200に格納されたメモリ確保情報201を読み込む(ステップS103)。メモリ確保情報201は、上述したように、コンピュータシステムが起動する際、ある一時点でプログラムが確保しているメモリ量の最大値をあらかじめ測定し不揮発記憶領域200に格納しておいたものである。   The advance reservation unit 111 receives an inquiry from the memory amount inquiry unit 1121 of the normal reservation unit 112, and reads the memory reservation information 201 stored in the nonvolatile storage area 200 by the memory reservation information reading unit 1111 (step S103). As described above, the memory reservation information 201 is obtained by measuring in advance the maximum value of the amount of memory reserved by the program at a certain point when the computer system is started and storing it in the nonvolatile storage area 200. .

先行確保部111は、読み込んだメモリ確保情報201に基づき、判定手段1112によって、要求元の要求に応えられるだけのメモリ量を確保可能か否か判定する(ステップS104)。   Based on the read memory reservation information 201, the advance reservation unit 111 determines whether or not the determination unit 1112 can secure a memory amount sufficient to satisfy the request from the request source (step S104).

先行確保部111は、確保可能な場合、読み込んだメモリ確保情報201に基づき、先行確保手段1113によって、コンピュータシステム100のメモリ300から各ユーザプログラム120用にメモリ領域を確保する(ステップS105)。図1には、オペレーティングシステム110用に領域X、ユーザプログラム121用に領域Y、ユーザプログラム122用に領域Zを、メモリ300の「P部」で示した領域に確保した様子が図示されている。   The advance reservation unit 111 reserves a memory area for each user program 120 from the memory 300 of the computer system 100 by the advance reservation unit 1113 based on the read memory reservation information 201 when the reservation is possible (step S105). FIG. 1 shows a state in which an area X for the operating system 110, an area Y for the user program 121, and an area Z for the user program 122 are secured in an area indicated by “P part” of the memory 300. .

先行確保部111は、先行確保手段1113によってメモリの確保を行った後、返答手段1114によって、要求元の要求に応えられるだけのメモリ量を確保した旨及び確保により使用可能となったメモリ領域の位置を通常確保部112に返答する(ステップS106)。   The advance reservation unit 111 secures the memory by the advance reservation unit 1113, and then confirms that the response unit 1114 has secured the amount of memory sufficient to meet the request from the request source and the memory area that has become available due to the reservation. The position is returned to the normal securing unit 112 (step S106).

通常確保部112は、その返答をそのまま要求元に返答する(ステップS107)。   The normal securing unit 112 returns the response to the request source as it is (step S107).

オペレーティングシステム110はコンピュータシステム100の各種初期化処理を行う。初期化処理は、処理に必要なメモリを随時確保しながら行われる。そのためオペレーティングシステム110は、通常確保部112によって、各種初期化処理に必要なメモリを随時確保する(ステップS108)。   The operating system 110 performs various initialization processes of the computer system 100. The initialization process is performed while securing memory necessary for the process as needed. Therefore, the operating system 110 always reserves memory necessary for various initialization processes by the normal securing unit 112 (step S108).

上記処理は、従来の課題に記した第一・第二・第三のメモリ確保方法で必要だったメモリ空き領域の検索や、第三の方法で必要だったページフォルト処理を伴わないため、極めて高速に行われる。加えて、先行確保部111が確保しているメモリの量はあらかじめ測定に基づいて記録されたものなので、従来の課題に記した第二のメモリ確保方法のようにメモリの利用効率が悪化することもない。   The above processing does not involve the search for the memory free area required by the first, second, and third memory allocation methods described in the previous problem, and the page fault processing that is required by the third method. Done at high speed. In addition, since the amount of memory reserved by the advance reservation unit 111 is recorded in advance based on the measurement, the use efficiency of the memory deteriorates as in the second memory reservation method described in the conventional problem. Nor.

一方、ステップS104において、判定手段1112によって、要求元の要求に応えられるだけのメモリ量を確保できないと判定した場合、返答手段1114は、要求元の要求に応えられない旨を通常確保部112に返答する(ステップS109)。   On the other hand, if it is determined in step S104 that the determination unit 1112 cannot secure a memory amount sufficient to satisfy the request source request, the reply unit 1114 notifies the normal reservation unit 112 that the request source request cannot be satisfied. A response is made (step S109).

この場合、通常確保部112は、通常確保手段1122によって通常のメモリ確保処理を行ってメモリ300内に領域を確保し(ステップS110)、確保した領域の位置を要求元に返答する(ステップS111)。図1の「Q部」には、オペレーティングシステム110の要求に従って通常確保部112が確保したメモリ領域が(OS)として示されている。   In this case, the normal securing unit 112 performs a normal memory securing process by the normal securing unit 1122 to secure an area in the memory 300 (step S110), and returns the position of the secured area to the request source (step S111). . In the “Q part” of FIG. 1, the memory area secured by the normal securing part 112 in accordance with a request from the operating system 110 is shown as (OS).

オペレーティングシステム110がコンピュータシステム100の基本的な初期化処理を完了すると、オペレーティングシステム110はユーザプログラムを起動する。図1では、ユーザプログラム120のうち、ユーザプログラムA121とユーザプログラムB122の2つが起動されることとする。   When the operating system 110 completes the basic initialization process of the computer system 100, the operating system 110 starts a user program. In FIG. 1, it is assumed that two of user programs 120, user program A 121 and user program B 122, are activated.

ユーザプログラムA121及びユーザプログラムB122はオペレーティングシステム110では行われない種々の初期化処理を実行する。オペレーティングシステム110が全ての初期化を行わないのは、次の理由による。   The user program A 121 and the user program B 122 execute various initialization processes that are not performed by the operating system 110. The operating system 110 does not perform all initialization for the following reason.

オペレーティングシステム110は、ユーザプログラムA121及びユーザプログラム122Bを実行するために必要な、システムの基盤となる機能を提供する。基盤となる機能とは、本発明に関連するメモリの確保や、コンピュータシステム100に搭載された各種ハードウェアの制御等である。そのため、オペレーティングシステム110の設定を、変更したり新しいものに入れ替えたりすると、その影響はコンピュータシステム100全体に波及する。その結果コンピュータシステム100が、起動できなくなったり予期しない異常な動作を引き起こす可能性がある。よってオペレーティングシステム110の機能は必要最小限とし、ユーザプログラムで行える処理はできる限りユーザプログラム側で行うことによって、コンピュータシステムの柔軟性と安定性を最大化する方法が一般に採用されている。   The operating system 110 provides functions that serve as the basis of the system necessary for executing the user program A121 and the user program 122B. The basic functions include securing a memory related to the present invention, controlling various hardware installed in the computer system 100, and the like. Therefore, if the setting of the operating system 110 is changed or replaced with a new one, the effect will spread to the entire computer system 100. As a result, the computer system 100 may be unable to start or cause unexpected abnormal operations. Therefore, a method for maximizing the flexibility and stability of the computer system is generally adopted by minimizing the functions of the operating system 110 and performing the processing that can be performed by the user program on the user program side as much as possible.

図1に示したユーザプログラムA121及びユーザプログラムB122は、ともに定められた初期化処理を行う。前述したオペレーティングシステム110の初期化処理と同様に、ユーザプログラムA121及びユーザプログラムB122も初期化処理のために一定のメモリ領域を必要とする。そのためユーザプログラムA121及びユーザプログラムB122は、オペレーティングシステム110の通常確保部112にメモリの確保を要求する。通常確保部112の動作は、前述のオペレーティングシステム110内部からメモリ確保要求があった場合の動作と全く同じである。   The user program A 121 and user program B 122 shown in FIG. 1 perform a predetermined initialization process. Similar to the initialization process of the operating system 110 described above, the user program A 121 and the user program B 122 also require a certain memory area for the initialization process. Therefore, the user program A 121 and the user program B 122 request the normal reservation unit 112 of the operating system 110 to ensure the memory. The operation of the normal securing unit 112 is exactly the same as the operation in the case where a memory securing request is made from the inside of the operating system 110 described above.

図1の「Q部」には、ユーザプログラムA121のメモリ確保要求に従って通常確保部112が確保したメモリ領域を(A)、ユーザプログラムB122のメモリ確保要求に従って通常確保部112が確保したメモリ領域を(B)として示した。   In the “Q part” of FIG. 1, the memory area secured by the normal securing unit 112 according to the memory securing request of the user program A 121 is (A), and the memory area secured by the normal securing unit 112 according to the memory securing request of the user program B 122 is stored. Shown as (B).

前述したように、初期化処理の一部をオペレーティングシステム110ではなくユーザプログラム120(121、122)で行うのは、コンピュータシステムの柔軟性を高めるためである。この目的に即し、コンピュータシステムの使用者はユーザプログラム120(121、122)の動作を変更することが一般に可能である。ユーザプログラム120(121、122)の動作が変更されると、確保が必要なメモリの量も変動する。その結果、ユーザプログラム120(121、122)はメモリ確保情報201に格納されているメモリ確保量よりも多くのメモリ領域を必要とする場合がある。この場合、本発明による起動高速化方法では通常確保部112が従来と同じようにメモリ確保を行う。そのため、従来の課題に記した従来の起動高速化方法が有していた問題点、すなわちシステムの柔軟性が損なわれるということもなく、動作に支障をきたすことなしにシステムの柔軟性を保つことができる。   As described above, part of the initialization processing is performed by the user program 120 (121, 122) instead of the operating system 110 in order to increase the flexibility of the computer system. In accordance with this purpose, the user of the computer system can generally change the operation of the user program 120 (121, 122). When the operation of the user program 120 (121, 122) is changed, the amount of memory that needs to be secured also changes. As a result, the user program 120 (121, 122) may require a larger memory area than the memory reservation amount stored in the memory reservation information 201. In this case, in the startup speed-up method according to the present invention, the normal securing unit 112 secures the memory as in the conventional case. Therefore, the problem that the conventional startup speed-up method described in the previous problem has, that is, the flexibility of the system is not impaired, and the flexibility of the system is maintained without hindering the operation. Can do.

ただしこの場合は、ページフォルト処理およびメモリの空き領域検索処理が実行されるために、本発明による起動高速化効果が十分発揮されない状態となる。しかし本発明による起動高速化方法によれば、必要なメモリ量を再測定してメモリ確保情報201を書き換えるたけで、再び容易に最大の起動高速化効果を得ることができる。このときメモリ確保情報201として格納すべき情報は、上述したように、メモリ確保の要求元と、各要求元がある一時点で確保しているメモリ量の最大値を対応付けた情報のみであり、その情報量は非常に小さい。よって従来の課題に記した従来の起動高速化方法が有していた問題点、すなわち不揮発記憶領域の容量は動作状態における全メモリ情報を記録できるだけの大きさが必要となるといった問題は生じず、メモリ確保情報201が不揮発記憶領域200の容量を圧迫することはない。   However, in this case, the page fault process and the memory free area search process are executed, so that the effect of speeding up the activation according to the present invention is not sufficiently exhibited. However, according to the startup speed-up method according to the present invention, the maximum startup speed-up effect can be easily obtained again only by re-measuring the required memory amount and rewriting the memory allocation information 201. At this time, the information to be stored as the memory allocation information 201 is only the information that associates the memory allocation request sources with the maximum value of the memory amount allocated at each temporary point as described above. The amount of information is very small. Therefore, the problem that the conventional startup speed-up method described in the conventional problem has, that is, the problem that the capacity of the nonvolatile storage area needs to be large enough to record all the memory information in the operating state does not occur, The memory allocation information 201 does not press on the capacity of the nonvolatile storage area 200.

以上のように本発明の第1の実施の形態は、高いメモリの利用効率を保った上で、コンピュータシステムの柔軟性を損なわず、不揮発記憶領域の容量も圧迫せずに起動を高速化できるという利点を有する。   As described above, the first embodiment of the present invention can speed up the start-up without sacrificing the flexibility of the computer system and without compressing the capacity of the non-volatile storage area while maintaining high memory utilization efficiency. Has the advantage.

(第1の実施の形態の効果)
本実施の形態によれば、以下の効果を達成することができる。
(Effects of the first embodiment)
According to the present embodiment, the following effects can be achieved.

第1に、コンピュータシステムの起動を高速化することができる。   First, it is possible to speed up the startup of the computer system.

その理由は、先行確保部111が、あらかじめ記録されたメモリ確保情報201に基づいて必要なメモリ量を確保しておくことにより、従来必要であったページフォルト処理や空きメモリ領域の検索処理を削減することができるからである。   The reason for this is that the prior reservation unit 111 secures the necessary memory amount based on the pre-recorded memory reservation information 201, thereby reducing the page fault processing and free memory area search processing that were conventionally required. Because it can be done.

第2に、コンピュータシステムの起動を高速化しながら、コンピュータシステムの柔軟性を損なうことがない。   Second, it does not impair the flexibility of the computer system while speeding up the startup of the computer system.

その理由は、初期化処理の一部をオペレーティングシステム110ではなくユーザプログラム(121、122)で行うからである。ユーザプログラム(121、122)の動作が変更され、確保が必要なメモリの量も変動した結果、ユーザプログラム(121、122)はメモリ確保情報201に格納されているメモリ確保量よりも多くのメモリ領域を必要とする場合があるが、このような場合には通常確保部112が従来と同じようにメモリ確保を行うからである。   The reason is that part of the initialization process is performed by the user program (121, 122) instead of the operating system 110. As a result of the operation of the user program (121, 122) being changed and the amount of memory to be secured also fluctuating, the user program (121, 122) has more memory than the memory secured amount stored in the memory securing information 201. This is because an area may be required, and in such a case, the normal securing unit 112 secures memory as in the conventional case.

第3に、コンピュータシステムの起動を高速化しながら、小型で安価なコンピュータシステムを提供することができる。   Third, it is possible to provide a small and inexpensive computer system while speeding up the startup of the computer system.

その理由は、メモリ確保情報201が、メモリ確保の要求元と、各要求元がある一時点で確保しているメモリ量の最大値及びメモリ領域を対応付けた情報のみから構成され、その情報量が非常に小さいため、不揮発記憶領域200の容量を圧迫しないからである。   The reason for this is that the memory allocation information 201 is composed only of information in which the memory allocation request source, the maximum value of the memory size secured at a certain temporary point and the memory area are associated with each other, and the information amount This is because the capacity of the nonvolatile storage area 200 is not compressed.

以上好ましい実施の形態をあげて本発明を説明したが、本発明は必ずしも、上記実施の形態に限定されるものでなく、その技術的思想の範囲内において様々に変形して実施することができる。   Although the present invention has been described with reference to the preferred embodiments, the present invention is not necessarily limited to the above embodiments, and various modifications can be made within the scope of the technical idea. .

本発明の第1の実施の形態による起動高速化手段を備えたコンピュータシステムの構成図である。It is a block diagram of the computer system provided with the starting acceleration means by the 1st Embodiment of this invention. 第1の実施の形態によるオペレーティングシステムの詳細な構成を示すブロック図である。It is a block diagram which shows the detailed structure of the operating system by 1st Embodiment. 第1の実施の形態によるコンピュータシステムのハードウェア構成例を示すブロック図である。It is a block diagram which shows the hardware structural example of the computer system by 1st Embodiment. 第1の実施の形態によるコンピュータシステムの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the computer system by 1st Embodiment.

符号の説明Explanation of symbols

100:コンピュータシステム
110:オペレーティングシステム
111:先行確保部
1111:メモリ確保情報読み込み手段
1112:判定手段
1113:先行確保手段
1114:返答手段
112:通常確保部
1121:メモリ量問い合わせ手段
1122:通常確保手段
120:ユーザプログラム
121:ユーザプログラムA
122:ユーザプログラムB
200:不揮発記憶領域
201:メモリ確保情報
300:メモリ
1001:CPU
1002:主記憶部
1003:通信制御部
1004:提示部
1005:入力部
1006:インタフェース部
1007:補助記憶部
1008:システムバス
400:ネットワーク
DESCRIPTION OF SYMBOLS 100: Computer system 110: Operating system 111: Advance reservation part 111: Memory reservation information reading means 1112: Determination means 1113: Advance reservation means 1114: Response means 112: Normal reservation part 1121: Memory amount inquiry means 1122: Normal reservation means 120 : User program 121: User program A
122: User program B
200: Nonvolatile storage area 201: Memory allocation information 300: Memory 1001: CPU
1002: Main storage unit 1003: Communication control unit 1004: Presentation unit 1005: Input unit 1006: Interface unit 1007: Auxiliary storage unit 1008: System bus 400: Network

Claims (18)

コンピュータシステムの起動方法であって、
オペレーティングシステムとユーザプログラムが動作を行うために必要なメモリ量に関するメモリ情報を、予め前記コンピュータシステムの所定の記憶領域に格納する格納ステップと、
前記コンピュータシステムの起動時に、前記オペレーティングシステムが、前記メモリ情報に基づいて、前記オペレーティングシステム及び前記ユーザプログラム用のメモリ領域を確保する確保ステップとを備えることを特徴とする起動方法。
A method of starting a computer system,
A storage step of storing memory information related to an amount of memory required for the operation of the operating system and the user program in advance in a predetermined storage area of the computer system;
An activation method comprising: a securing step of securing a memory area for the operating system and the user program based on the memory information when the computer system is activated.
前記格納ステップにおいて、
前記メモリ情報として、前記オペレーティングシステム及び前記ユーザプログラムが起動動作時に確保したメモリ量を記憶し、当該メモリ量を前記オペレーティングシステム及び前記ユーザプログラム毎に対応付けて前記記憶領域に格納することを特徴とする請求項1に記載の起動方法。
In the storing step,
As the memory information, an amount of memory secured by the operating system and the user program during a startup operation is stored, and the amount of memory is stored in the storage area in association with the operating system and the user program. The starting method according to claim 1.
前記確保ステップにおいて、
前記オペレーティングシステム又は前記ユーザプログラムが動作を行うために必要なメモリ量の要求に対し、前記メモリ情報に基づいて、要求元の前記オペレーティングシステム又は前記ユーザプログラムに対応するメモリ量をメモリ内に確保し、当該確保済みメモリ量及びそのメモリ領域を前記要求元に対して通知することを特徴とする請求項1又は請求項2に記載の起動方法。
In the securing step,
In response to a request for an amount of memory necessary for the operating system or the user program to perform an operation, a memory amount corresponding to the operating system or the user program as a request source is secured in the memory based on the memory information. 3. The activation method according to claim 1, wherein the reserved memory amount and its memory area are notified to the request source.
前記オペレーティングシステム又は前記ユーザプログラムが動作を行うために必要なメモリ量の要求に対し、前記メモリ情報に基づいて、要求元の前記オペレーティングシステム又は前記ユーザプログラムに対応するメモリ量をメモリ内に確保可能か否かを判定する判定ステップを備え、
確保可能な場合に前記メモリ情報に基づいたメモリ量を前記確保ステップにおいて確保した旨を前記要求元に対して通知することを特徴とする請求項1から請求項3のいずれか1項に記載の起動方法。
In response to a request for an amount of memory required for the operating system or the user program to perform an operation, a memory amount corresponding to the operating system or the user program that is a request source can be secured in the memory based on the memory information. A determination step for determining whether or not
The notification according to any one of claims 1 to 3, wherein the request source is notified that the amount of memory based on the memory information has been secured in the securing step when securing is possible. starting method.
確保可能な場合に前記メモリ情報に基づいたメモリ量を前記確保ステップにおいて確保した旨及びそのメモリ領域を前記要求元に対して通知することを特徴とする請求項4に記載のプログラム。 5. The program according to claim 4, wherein when the allocation is possible, the request source is notified that the amount of memory based on the memory information has been secured in the securing step and the memory area. 確保可能でない場合に、通常のメモリ確保処理を行って前記メモリ内に前記必要なメモリ量を確保し、確保したメモリの位置を前記要求元に対して通知することを特徴とする請求項4又は請求項5に記載の起動方法。 5. The method according to claim 4 or 6, wherein when the memory cannot be secured, a normal memory securing process is performed to secure the necessary memory amount in the memory, and the location of the secured memory is notified to the request source. The starting method according to claim 5. オペレーティングシステムとユーザプログラムを有する情報処理装置において、
前記オペレーティングシステムと前記ユーザプログラムが動作を行うために必要なメモリ量に関するメモリ情報を、予め前記コンピュータシステムの所定の記憶領域に格納する格納手段と、
起動時に、前記オペレーティングシステムが、前記メモリ情報に基づいて、前記オペレーティングシステム及び前記ユーザプログラム用のメモリ領域を確保する確保手段とを備えることを特徴とする情報処理装置。
In an information processing apparatus having an operating system and a user program,
Storage means for previously storing memory information relating to the amount of memory required for the operating system and the user program to perform operations in a predetermined storage area of the computer system;
An information processing apparatus comprising: a securing unit that secures a memory area for the operating system and the user program based on the memory information at startup.
前記格納手段は、
前記メモリ情報として、前記オペレーティングシステム及び前記ユーザプログラムが起動動作時に確保したメモリ量を記憶し、当該メモリ量を前記オペレーティングシステム及び前記ユーザプログラム毎に対応付けて前記記憶領域に格納することを特徴とする請求項7に記載の情報処理装置。
The storage means includes
As the memory information, an amount of memory secured by the operating system and the user program during a startup operation is stored, and the amount of memory is stored in the storage area in association with the operating system and the user program. The information processing apparatus according to claim 7.
前記確保手段は、
前記オペレーティングシステム又は前記ユーザプログラムが動作を行うために必要なメモリ量の要求に対し、前記メモリ情報に基づいて、要求元の前記オペレーティングシステム又は前記ユーザプログラムに対応するメモリ量をメモリ内に確保し、当該確保済みメモリ量及びそのメモリ領域を前記要求元に対して通知することを特徴とする請求項7又は請求項8に記載の情報処理装置。
The securing means is
In response to a request for an amount of memory necessary for the operating system or the user program to perform an operation, a memory amount corresponding to the operating system or the user program as a request source is secured in the memory based on the memory information. The information processing apparatus according to claim 7, wherein the reserved memory amount and the memory area thereof are notified to the request source.
前記オペレーティングシステム又は前記ユーザプログラムが動作を行うために必要なメモリ量の要求に対し、前記メモリ情報に基づいて、要求元の前記オペレーティングシステム又は前記ユーザプログラムに対応するメモリ量をメモリ内に確保可能か否かを判定する判定手段を備え、
確保可能な場合に前記メモリ情報に基づいたメモリ量を前記確保手段によって確保した旨を前記要求元に対して通知することを特徴とする請求項7から請求項9のいずれか1項に記載の情報処理装置。
In response to a request for an amount of memory required for the operating system or the user program to perform an operation, a memory amount corresponding to the operating system or the user program that is a request source can be secured in the memory based on the memory information. Determination means for determining whether or not,
10. The request source according to claim 7, wherein the request source is notified that the amount of memory based on the memory information has been secured by the securing means when it can be secured. Information processing device.
確保可能な場合に前記メモリ情報に基づいたメモリ量を前記確保手段によって確保した旨及びそのメモリ領域を前記要求元に対して通知することを特徴とする請求項10に記載の情報処理装置。 11. The information processing apparatus according to claim 10, wherein, when the reservation is possible, the request source is notified that the amount of memory based on the memory information has been secured by the securing unit and the memory area. 確保可能でない場合に、通常のメモリ確保処理を行って前記メモリ内に前記必要なメモリ量を確保し、確保したメモリの位置を前記要求元に対して通知することを特徴とする請求項10又は請求項11に記載の情報処理装置。 11. The method according to claim 10, wherein when the allocation is not possible, a normal memory allocation process is performed to reserve the necessary memory amount in the memory, and the location of the allocated memory is notified to the request source. The information processing apparatus according to claim 11. 情報処理装置上で実行されるプログラムであって、
前記情報処理装置に、
オペレーティングシステムとユーザプログラムが動作を行うために必要なメモリ量に関するメモリ情報を、予め前記コンピュータシステムの所定の記憶領域に格納する格納処理と、
前記コンピュータシステムの起動時に、前記オペレーティングシステムが、前記メモリ情報に基づいて、前記オペレーティングシステム及び前記ユーザプログラム用のメモリ領域を確保する確保処理とを実行させることを特徴とするプログラム。
A program executed on the information processing apparatus,
In the information processing apparatus,
A storage process for preliminarily storing memory information relating to the amount of memory required for the operating system and the user program to perform operations in a predetermined storage area of the computer system;
A program for causing the operating system to execute a securing process for securing a memory area for the operating system and the user program based on the memory information when the computer system is started.
前記格納処理において、
前記メモリ情報として、前記オペレーティングシステム及び前記ユーザプログラムが起動動作時に確保したメモリ量を記憶し、当該メモリ量を前記オペレーティングシステム及び前記ユーザプログラム毎に対応付けて前記記憶領域に格納することを特徴とする請求項13に記載のプログラム。
In the storing process,
As the memory information, an amount of memory secured by the operating system and the user program during a startup operation is stored, and the amount of memory is stored in the storage area in association with the operating system and the user program. The program according to claim 13.
前記確保処理において、
前記オペレーティングシステム又は前記ユーザプログラムが動作を行うために必要なメモリ量の要求に対し、前記メモリ情報に基づいて、要求元の前記オペレーティングシステム又は前記ユーザプログラムに対応するメモリ量をメモリ内に確保し、当該確保済みメモリ量及びそのメモリ領域を前記要求元に対して通知することを特徴とする請求項13又は請求項14に記載のプログラム。
In the securing process,
In response to a request for an amount of memory necessary for the operating system or the user program to perform an operation, a memory amount corresponding to the operating system or the user program as a request source is secured in the memory based on the memory information. 15. The program according to claim 13, wherein the reserved memory amount and its memory area are notified to the request source.
前記情報処理装置に、前記オペレーティングシステム又は前記ユーザプログラムが動作を行うために必要なメモリ量の要求に対し、前記メモリ情報に基づいて、要求元の前記オペレーティングシステム又は前記ユーザプログラムに対応するメモリ量をメモリ内に確保可能か否かを判定する判定処理を実行させ、
確保可能な場合に前記メモリ情報に基づいたメモリ量を前記確保処理において確保した旨を前記要求元に対して通知することを特徴とする請求項13から請求項15のいずれか1項に記載のプログラム。
In response to a request for an amount of memory necessary for the operating system or the user program to operate in the information processing apparatus, an amount of memory corresponding to the operating system or the user program that is a request source based on the memory information To determine whether or not can be secured in the memory,
The notification according to any one of claims 13 to 15, wherein the request source is notified that the amount of memory based on the memory information is secured in the securing process when securing is possible. program.
確保可能な場合に前記メモリ情報に基づいたメモリ量を前記確保処理において確保した旨及びそのメモリ領域を前記要求元に対して通知することを特徴とする請求項16に記載のプログラム。 The program according to claim 16, wherein when it can be secured, the request source is notified that the amount of memory based on the memory information has been secured in the securing process and the memory area. 前記情報処理装置に、
確保可能でない場合に通常のメモリ確保処理を行って前記メモリ内に前記必要なメモリ量を確保し、確保したメモリの位置を前記要求元に対して通知する処理を実行させることを特徴とする請求項16又は請求項17に記載のプログラム。
In the information processing apparatus,
When it is not possible to secure the memory, a normal memory securing process is performed to secure the necessary memory amount in the memory, and a process of notifying the requester of the location of the secured memory is executed. Item 18. The program according to item 16 or claim 17.
JP2007059822A 2007-03-09 2007-03-09 Computer system activation method, information processing apparatus, and program Expired - Fee Related JP4888713B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007059822A JP4888713B2 (en) 2007-03-09 2007-03-09 Computer system activation method, information processing apparatus, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007059822A JP4888713B2 (en) 2007-03-09 2007-03-09 Computer system activation method, information processing apparatus, and program

Publications (2)

Publication Number Publication Date
JP2008225617A true JP2008225617A (en) 2008-09-25
JP4888713B2 JP4888713B2 (en) 2012-02-29

Family

ID=39844201

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007059822A Expired - Fee Related JP4888713B2 (en) 2007-03-09 2007-03-09 Computer system activation method, information processing apparatus, and program

Country Status (1)

Country Link
JP (1) JP4888713B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000276359A (en) * 1999-03-23 2000-10-06 Sony Corp Information processor, method for initializing program and program providing medium
JP2002132520A (en) * 2000-10-24 2002-05-10 Hitachi Telecom Technol Ltd Program control method and apparatus using the method
JP2003044284A (en) * 2001-07-27 2003-02-14 Matsushita Electric Ind Co Ltd Activation method for computer system and program for activation
JP2004213264A (en) * 2002-12-27 2004-07-29 Ricoh Co Ltd Information processor, image forming apparatus, and method and program for allocating identification information of application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000276359A (en) * 1999-03-23 2000-10-06 Sony Corp Information processor, method for initializing program and program providing medium
JP2002132520A (en) * 2000-10-24 2002-05-10 Hitachi Telecom Technol Ltd Program control method and apparatus using the method
JP2003044284A (en) * 2001-07-27 2003-02-14 Matsushita Electric Ind Co Ltd Activation method for computer system and program for activation
JP2004213264A (en) * 2002-12-27 2004-07-29 Ricoh Co Ltd Information processor, image forming apparatus, and method and program for allocating identification information of application

Also Published As

Publication number Publication date
JP4888713B2 (en) 2012-02-29

Similar Documents

Publication Publication Date Title
US8402200B2 (en) Method and apparatus for storing and restoring state of virtual machine
US7093089B2 (en) Systems and methods for storing data on computer systems
KR100484485B1 (en) Method for storing data in non-volatile memory and apparatus therefor
US20120246390A1 (en) Information processing apparatus, program product, and data writing method
JP4886866B2 (en) Method for speeding up access to main storage device and storage device system
JP2007026094A (en) Execution device and application program
US20100058007A1 (en) Information processing apparatus and memory management method
JP2008090657A (en) Storage system and control method
EP2375324A2 (en) Virtualization apparatus for providing a transactional input/output interface
JP2009122733A (en) Power control method, computer system, and program
CN108475201A (en) A kind of data capture method in virtual machine start-up course and cloud computing system
JPWO2009066611A1 (en) Data storage system for virtual machine, data storage method, and data storage program
CN110032526B (en) Page caching method, system and equipment based on nonvolatile medium
KR20110033066A (en) Fast speed computer system power-on &amp; power-off method
JP4888713B2 (en) Computer system activation method, information processing apparatus, and program
JPH0798663A (en) Asynchronous i/o control system
KR101140522B1 (en) System and Method for Managing Object
US9223689B2 (en) Apparatus and method for managing memory
JP2002258971A (en) Method for restarting computer system
JP3726701B2 (en) Kernel space demand paging swap-out method and method
WO2007049423A1 (en) Computer system and method for activating basic program therein
CN113590536B (en) Data storage method, system, electronic equipment and storage medium
CN114185645B (en) Memory processing method and device
KR100401560B1 (en) Kernel Stack Dynamic Allocation Method In Operating System
KR101881039B1 (en) Method for asynchronous atomic update of memory mapped files stored in non-volatile memory and control apparatus thereof

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110331

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110809

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110928

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111117

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111130

R150 Certificate of patent or registration of utility model

Ref document number: 4888713

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20141222

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees