JP2008016030A - System operation control device and method - Google Patents

System operation control device and method Download PDF

Info

Publication number
JP2008016030A
JP2008016030A JP2007175445A JP2007175445A JP2008016030A JP 2008016030 A JP2008016030 A JP 2008016030A JP 2007175445 A JP2007175445 A JP 2007175445A JP 2007175445 A JP2007175445 A JP 2007175445A JP 2008016030 A JP2008016030 A JP 2008016030A
Authority
JP
Japan
Prior art keywords
address
operation control
system operation
remapping
control method
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
JP2007175445A
Other languages
Japanese (ja)
Other versions
JP5826985B2 (en
Inventor
You Seok Bang
セオク バン ヨウ
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.)
LG Electronics Inc
Original Assignee
LG Electronics Inc
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 LG Electronics Inc filed Critical LG Electronics Inc
Publication of JP2008016030A publication Critical patent/JP2008016030A/en
Application granted granted Critical
Publication of JP5826985B2 publication Critical patent/JP5826985B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/24Loading of the microprogram
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system
    • G06F9/441Multiboot arrangements, i.e. selecting an operating system to be loaded

Abstract

<P>PROBLEM TO BE SOLVED: To execute a multi-boot by mounting two or more programs, for example, an OS on a hard disk. <P>SOLUTION: In a system on which a plurality of operating programs are loaded, the system operation control method accesses a program to operate by changing information of respective address positions where the programs are stored through remapping and operates the system. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

発明の分野Field of Invention

本発明は複数のオペレーティングシステムを選択的にアクセスできるシステムの起動制御装置と方法に関する。   The present invention relates to a system startup control apparatus and method capable of selectively accessing a plurality of operating systems.

従来技術の説明Description of prior art

一般的なコンピューターを含んだシステムでは,使用者がシステム電源をオン(ON)させる場合,一連のシステム起動作動を遂行するようになる。   In a system including a general computer, when a user turns on the system power (ON), a series of system startup operations are performed.

この時システムバイオス(BIOS)では,コンピューターシステムが正常に作動するように,ハードディスクの一番目セクターに保存されるマスターブートレコード(Master Boot Recorder)(MBR)を読んで,これを基礎にオペレーティングシステムが保存されているパーティション(Partition)のブートセクターレコードを読んでシステム起動作動を遂行する。   At this time, the system bios (BIOS) reads the Master Boot Recorder (MBR) stored in the first sector of the hard disk so that the computer system operates normally. Read the stored boot sector record of the partition and perform the system booting operation.

前記マスターブートレコード(MBR)は,オペレーティングシステムがどこに,どう位置しているかどうかを識別してコンピューターの主記憶装置に積載するようにするための情報で,ハードディスクの一番目セクターに位置する。   The master boot record (MBR) is information for identifying where and how the operating system is located and loading it in the main storage device of the computer, and is located in the first sector of the hard disk.

また,マストブートレコード(MBR)は"パーティションセクター(Partition Sector)"又は"マスターパーティションテーブル(Master Partition Table)"と呼ばれるが,これはハードディスクがフォーマットされる時分けられる各パーティション領域の形態,大きさ,位置に関する情報を持っているためである。   The mast boot record (MBR) is called “Partition Sector” or “Master Partition Table”. This is the form and size of each partition area that is divided when the hard disk is formatted. , Because it has information about the position.

その外にもマスターブートレコード(MBR)はメモリーに積載するオペレーティングシステムが保存されているパーティションのブートセクターレコードを読めるプログラムを含んでいるが,ブートセクターレコードにはまたオペレーティングシステムの残り部分をメモリーに積載するプログラムが盛られている。   In addition, the Master Boot Record (MBR) includes a program that can read the boot sector record of the partition where the operating system loaded in memory is stored, but the boot sector record also stores the rest of the operating system in memory. There are many programs to load.

より詳細に調べてみれば,マスターブートレコード(MBR)は普通1個のセクター(Sector)で構成されるが,大きさは通常512bytesである。そして,512bytesで初めの446bytesはオペレーティングシステムを読み入れるための準備段階コードが入っていて,残り64bytesがパーティションに関する情報を入れておくテーブルである。そして,残り2bytesはMBRが合うか確認するための予約値で記録される。パーティション1個を明示するには16bytesが必要となるので,ハードディスクには4個の主パーティションが指定されることができる。   Examining in more detail, the master boot record (MBR) is usually composed of one sector (Sector), but the size is usually 512 bytes. The first 446 bytes in 512 bytes is a table that contains a preparation stage code for reading the operating system, and the remaining 64 bytes is a table for storing information about the partition. The remaining 2 bytes are recorded as a reserved value for confirming whether MBR matches. Since 16 bytes is required to specify one partition, four main partitions can be specified for the hard disk.

各パーティションに関する情報が保存されるテーブルには,該当のパーティションが起動パーティションなのかを示すブート・インジケータ(Boot Indicator),該当のパーティションの始めのセクターのヘッダー及びシリンダー位置,該当のパーティションの終りのセクターのヘッダー及びシリンダー位置,該当のパーティションの全体セクター数などが記録される。マスターブートレコード(MBR)に記録された各パーティションに関する情報の中で,ブート・インジケータは一つのパーティションに対してだけアクティブ(active)又はブート可能(bootable)で表示されて,他のパーティションなどに対してはインアクティブ(inactive)又はブート不能(notbootable)で表示される。   The table that stores information about each partition includes a boot indicator that indicates whether the partition is the boot partition, the header and cylinder position of the first sector of the partition, and the sector at the end of the partition. The header and cylinder position, the total number of sectors in the partition, etc. are recorded. In the information about each partition recorded in the master boot record (MBR), the boot indicator is displayed as active or bootable only for one partition, and for other partitions etc. Are displayed as inactive or not bootable.

ブート・インジケータがアクティブであるパーティションが起動パーティションになって,該当のパーティションに記録されたオペレーティングシステムを基礎にシステムが起動される。   The partition whose boot indicator is active becomes the boot partition, and the system is booted based on the operating system recorded in the partition.

すなわち前記で説明したところのように,従来のそれぞれのハードディスクに保存されているそれぞれのオペレーティングシステム(Operating System)(OS)はそれに対応されるそれぞれのMBRを保存しているし,現在作動するOSと他のOSが作動するようにするためには,該当のOSのMBRを読むように別途作動,例えば該当のフォルダを捜して選択を通じてシステム起動をしなければならない。   That is, as described above, each operating system (OS) stored in each conventional hard disk stores the corresponding MBR, and the currently operating OS. In order to operate other OS, it is necessary to separately operate to read the MBR of the corresponding OS, for example, to search the corresponding folder and activate the system through selection.

また一つのハードディスクからマルチ起動(Multi Booting)を具現しようと思う場合,MBRの情報を変更しなければならない。   If it is desired to implement multi-booting from a single hard disk, the MBR information must be changed.

しかし,前記MBRの情報を変更する場合不意の事故でこれを復旧することができなくなる場合が発生する。   However, when the information of the MBR is changed, there is a case where it cannot be recovered due to an unexpected accident.

発明の要約Summary of invention

本発明は一つのハードディスクに二つ以上のプログラム,例えばOSを搭載してマルチ起動を具現することを提案する。   The present invention proposes that two or more programs such as an OS are installed in one hard disk to implement multi-booting.

本発明は一つのディスクに保存されているお互いに異なるOSに関連する情報などが保存されるそれぞれのアドレス(住所:address)をリマッピング(Remapping)を通じてマルチ起動を具現するようにする。   The present invention implements multi-booting through remapping of each address (address) where information related to different OSs stored in one disk is stored.

本発明のシステムに基本作動に設定されたOSと他のOSでシステム作動具現のため,システムが基本的に読み込む(Reading)アドレスで目的とするOSの関連情報が移動される結果になるようにすることを提案する。   In order to realize system operation with an OS set to basic operation and another OS in the system of the present invention, information related to the target OS is moved at a reading address that the system basically reads. Suggest to do.

本発明での各OS関連情報の各アドレス情報移動はアドレス・スワッピング(Address Swapping)又はアドレス・オーバーライディング(AddressOverriding)を通したアドレス・リマッピング(address Remapping)を通じて具現することを提案する。   It is proposed that each address information movement of each OS related information in the present invention is implemented through address remapping through address swapping or address overriding.

本発明によるシステム作動制御装置は,マルチ起動が可能なシステムにおいて,入力手段;お互いに異なるオペレーティングシステムが保存されるメモリー手段;システムから起動作動になるように基本設定されたオペレーティングシステムと異なるオペレーティングシステムの使用のための命令及び制御を少なくても一つ以上遂行する制御部;で,前記制御部の判断によって各オペレーティングシステムのアドレスをリマッピングを通じて具現される。   The system operation control apparatus according to the present invention includes an input unit in a system capable of multiple activation; a memory unit in which different operating systems are stored; and an operating system different from an operating system that is basically set to be activated from the system. A control unit that performs at least one command and control for use of the operating system, and the address of each operating system is implemented through remapping according to the determination of the control unit.

また本発明によるシステム作動制御方法は,複数のオペレーティングシステムがメモリーのお互いに異なるアドレスにローディングされる段階;システムで作動されるオペレーティングシステムを判断する段階;前記判断結果によるアドレス・リマッピングを遂行する段階;及び前記リマッピングされたアドレスのオペレーティングシステムを利用してシステムを作動する段階;を含んで作動される。   The system operation control method according to the present invention includes a step of loading a plurality of operating systems at different addresses in a memory; a step of determining an operating system operated in the system; and performing address remapping according to the determination result. And operating the system utilizing the operating system of the remapped address.

また本発明のアドレス・リマッピングはOSだけでなくシステムで作動される他のプログラムの場合にも適用可能である。   Further, the address remapping of the present invention is applicable not only to the OS but also to other programs operated in the system.

したがって本発明によれば,一つのハードディスクでマルチ起動(Multi booting)を具現しようとする場合,各OSのMBR情報を変更する必要なく,アドレス・リマッピングを通じてシステム作動を目的とするOSに関連する情報が使用者が設定した読み始めアドレス位置に移動させることで,MBR情報の安全と一緒にシステム起動のエラーを防止することができる。   Therefore, according to the present invention, when multi-booting is implemented with one hard disk, it is not necessary to change the MBR information of each OS, and it is related to the OS intended for system operation through address remapping. By moving the information to the reading start address position set by the user, it is possible to prevent a system start error together with the safety of the MBR information.

発明の詳細な説明Detailed Description of the Invention

本発明のマルチ起動(Multi Booting)のためのシステム作動制御装置及び方法に対して詳細に説明しようとして,これはOSだけでなく一つのシステムにお互いに異なる目的で保存されたプログラムなどを選択的にアクセスする場合にも適用可能になるはずである。   The system operation control apparatus and method for multi-booting according to the present invention will be described in detail. This is not limited to the OS, but selectively selects programs stored for different purposes in one system. It should also be applicable when accessing.

先ず,本発明の概括的な作動を説明する。   First, the general operation of the present invention will be described.

二つ以上のオペレーティングシステム(Operation System)(OS),例えばDOS,WINDOWSが1個のハードディスクドライブ(HDD)に保存されている。ここで前記二つ以上のOSがパーティション(Partition)に区分されて保存されるかどうかの可否は本発明の要旨とは関係がない。   Two or more operating systems (OS) such as DOS and WINDOWS are stored in one hard disk drive (HDD). Here, whether or not the two or more OSs are stored in a partition is not related to the gist of the present invention.

前記で各OSに関連する情報であるMBR(Master BootRecoder)など及びデータは予め定められたアドレスにそれぞれ保存される。例えば0番地から999番地までは第1OSであるDOS情報及びデータが保存されて,1000番地から1099番地までは第2OSであるWINDOWに関連した情報が保存される。   The MBR (Master Boot Recorder) and the like, which are information related to each OS, and data are stored at predetermined addresses. For example, DOS information and data that are the first OS are stored from address 0 to 999, and information related to WINDOW that is the second OS is stored from addresses 1000 to 1099.

一般的にシステムの基本作動は第1OSに設定されている。したがって第1OSであるDOSで使用又は作成されたデータで作動しようとする場合はすぐO番地から読んでシステムを作動すれば良い。   Generally, the basic operation of the system is set to the first OS. Therefore, when it is going to operate with data used or created by DOS which is the first OS, the system should be operated by reading from address O immediately.

一方使用者がシステムの基本作動の時使われるように設定されたOSと他のOS,例えばWindowに関連したことを作動しようとする場合,システムはいつも0番地から読んでスタートすることに設定されたので,スワッピング(Swapping)又はオーバーライディング(Overriding)を通したアドレス・リマッピングを通じて,前記第2OSに関連した情報及びデータが読み込まれ(Readingされて)作動されるようにしなければならない。   On the other hand, if the user wants to run an OS set to be used during the basic operation of the system and other OSes, such as those related to Windows, the system is always set to start reading from address 0. Therefore, information and data related to the second OS must be read and operated through address remapping through swapping or overriding.

前記でアドレス・スワッピングの場合,システムのアクセス面で見た時,アドレス1000-1099に保存されている第2OSに関する内容は,システムに基本リーディング(Reading)で設定されたアドレス(0番地-99番地)に移動される結果になって,アドレス0-99番地に保存されている第1OSに関する内容はアドレス1000-1099に移動される結果になる。   In the case of address swapping as described above, the contents related to the second OS stored in addresses 1000-1099 when viewed from the access side of the system are addresses (address 0-99) set in the basic reading (Reading) in the system. As a result, the contents related to the first OS stored at addresses 0 to 99 are moved to addresses 1000 to 1099.

したがってシステム作動の時基本リーディングアドレスに設定されたアドレス(0番地-99番地)をリーディングするようになる。   Therefore, when the system is activated, the address set as the basic reading address (address 0-99) is read.

すなわち,システムは設定されたアドレス(0番地-99番地)を読むと言っても,実質的には第2OSに関連するアドレス(1000番地-1099番地)情報を読むようになって,使用者の望むOSが作動されるのである。   That is, even if the system reads the set address (address 0 to address 99), it actually reads the information related to the second OS (address 1000 to address 1099), and the user's The desired OS is activated.

またアドレス・オーバーライディングの場合,作動目的OSがアドレス1000-1099に保存されている第2OSである場合,前記第2OSに関する内容を,第1OSアドレス及び第2OSアドレスにそれぞれ保存される結果になって,システム作動の時基本リーディングアドレスに設定されたアドレス(0番地-99番地)をリーディングするようになる。   In addition, in the case of address overriding, if the operation target OS is the second OS stored in the addresses 1000-1099, the contents related to the second OS are stored in the first OS address and the second OS address, respectively. , When the system is activated, the address set as the basic reading address (address 0-99) will be read.

すなわち,システムは設定されたアドレス(0番地-99番地)を読むと言っても,実質的には第2OSに関連するアドレス(1000番地-1099番地)情報を読むようになって,使用者の望むOSが作動されるのである。   That is, even if the system reads the set address (address 0 to address 99), it actually reads the information related to the second OS (address 1000 to address 1099), and the user's The desired OS is activated.

一方,第1OSが作動の中で又はシステムを起動の時に使用者がシステムに基本OSで設定された第1OSと異なる第2OSを使おうとするかどうかの判断は,BIOS Post作動の中でファンクションキー(FunctionKey)などで第2OS起動(Booting)を知らせることもできて, BIOSセットアップメニュー(setup menu)にアドレスをスワッピング(Swapping)するのか,オーバーライディング(Overriding)するのかなどの選択を通じて可能である。   On the other hand, whether the user intends to use a second OS different from the first OS set as the basic OS in the system when the first OS is operating or when the system is started up is determined by the function key in the BIOS Post operation. (FunctionKey) or the like can be used to notify the booting of the second OS, and it is possible to select whether the address is swapped in the BIOS setup menu (setup menu) or overriding.

またアドレス・リマッピングは図8及びそれに関連する内容によって遂行される。   Address remapping is performed according to FIG. 8 and related contents.

例えば,リマッピングする命令語が追加されたファ−ムウェア(firmware)をフラッシュメモリーに追加するとか,システムBIOSのINT13Handlerの変更又は別途のオプションROMを追加,又はWindows OS上のフィルタードライバ(Filter Driver)作成等が具現可能である。   For example, adding firmware to which remapping instructions have been added to the flash memory, changing the system BIOS INT13Handler, adding a separate option ROM, or a filter driver on the Windows OS (Filter Driver) Creation etc. can be implemented.

以下,本発明によるシステムの起動制御装置及び方法に対する望ましい実施形態に対して,添付された図面を参照して詳細に説明する。   Hereinafter, preferred embodiments of a system activation control apparatus and method according to the present invention will be described in detail with reference to the accompanying drawings.

図1は本発明によってシステムの起動を制御する方法が適用される一般的なシステムの構成を図示したこととして,ノートブックコンピューターの構成を例で説明する。   FIG. 1 illustrates a configuration of a general system to which a method for controlling system activation according to the present invention is applied. The configuration of a notebook computer will be described as an example.

しかし現在発明はノートブック(Note book)コンピューターに限定しないで,お互いに異なるプログラムを選択的にアクセスできるすべてのシステムに適用可能である。図1に示したところのように,コンピューターの全体的な作動を制御する制御部(101)と,フロッピーディスク/光学ディスクドライブ(floppydisc/a optical disc drive)(102),RAM(103),モニターなどのような表示ユニット(display unit)(104),本発明のリマッピング具現のためのプログラムが保存されるフラッシュメモリ(flash memory)(105),キーボード/マウスなどのような入力ユニット(inputunits)の使用者入力手段(106),リマッピング命令などが遂行されるためのネットワークインターフェース(network interface)(107),2個以上のオペレーティングシステム(OperatingSystem(OS))が保存されるハードディスクドライブ(Hard Disk Drive(HDD))(109)を含んで構成される。   However, the present invention is not limited to a notebook computer, and can be applied to all systems that can selectively access different programs. As shown in FIG. 1, a control unit (101) for controlling the overall operation of the computer, a floppy disc / a optical disc drive (102), a RAM (103), a monitor Display units (104), flash memory (105) storing programs for implementing the remapping of the present invention, input units (keyboard / mouse), etc. User input means (106), a network interface (107) for executing a remapping command, and a hard disk drive (Hard Disk) in which two or more operating systems (OperatingSystem (OS)) are stored Drive (HDD)) (109).

図1のように構成された本発明のノートブックコンピューターはリード/ライト(read/write)作動をして,電源がオフになる場合にも情報を保存するようになる。   The notebook computer of the present invention configured as shown in FIG. 1 performs a read / write operation to store information even when the power is turned off.

前記フラッシュメモリ(105)には本発明のアドレス・リマッピングのためのプログラム及びデータなどが保存(Storing)される。   The flash memory (105) stores a program and data for address remapping according to the present invention.

例えば図8のようなアドレス・スワッピング/オーバーライディング(Address Swapping/Overriding)のための命令語が追加されたファ−ムウェア,システムBIOSのINT13xHandlerの変更されたプログラム,オプションROMファームウェア,Windows OS上のフィルタードライバ又はリマッピングするアドレス及びサイズ(Size)をプログラムするコマンドインターフェース(Command Interface)などが保存される。   For example, firmware with additional instruction words for address swapping / overriding as shown in Fig. 8, modified program of INT13xHandler of system BIOS, option ROM firmware, filter on Windows OS A driver or a command interface for programming a re-mapping address and a size (Size) is stored.

また前記メモリー(105)にはBIOS(Basic Input/Output System)(108)を含む。   The memory (105) includes a basic input / output system (BIOS) (108).

前記BIOS ROMは別に構成されることもできる。   The BIOS ROM may be configured separately.

前記BIOS ROMに保存されたROMBIOSはシステムを作動するオペレーティングシステム(OS)がシステムを制御するように,使用者命令によりシステム作動のための必要な初期環境を設定する。すなわちROM BIOSはシステムがターンオン(Turn on)以後に起動作動のためのプロセス(Process)を遂行する。   The ROM BIOS stored in the BIOS ROM sets a necessary initial environment for system operation according to a user command so that an operating system (OS) that operates the system controls the system. That is, the ROM BIOS performs a process for starting operation after the system is turned on.

本発明での前記リマッピングは, BIOS POSt作動の中でファンクションキーなどで第2OSブート起動を知らせることもできて,BIOSセットアップミニューにアドレスをスワッピングをするか,オーバーライディングをするかなどの選択を通じて可能である。   The remapping according to the present invention can also notify the start of the second OS boot with a function key or the like during the operation of BIOS POST, and select whether to swap addresses or to overwrite the BIOS setup menu. Is possible through.

図2はOS及びデータが保存されるハードディスクの内部構造を示した図面である。   FIG. 2 is a diagram showing the internal structure of a hard disk in which the OS and data are stored.

図面で見るところのように,1個のHDD(210)には複数個のシステムオペレーティングシステム(OS)(201)(202)が保存されている。   As shown in the drawing, a plurality of system operating systems (OS) (201) and (202) are stored in one HDD (210).

前記複数個のオペレーティングシステムはお互いに異なるが,基本構造は同じである。したがって第1OS(201)の構造のみを利用して説明する。   Although the plurality of operating systems are different from each other, the basic structure is the same. Therefore, description will be made using only the structure of the first OS (201).

MBR(master boot record)(201a):パーティション情報と起動ファイルなどのアドレスがある。システム電源をつければこちらで起動ファイルアドレスを読んで,その場所に行って起動ファイルを読んで来てメモリーに登録させる。   MBR (master boot record) (201a): There are addresses such as partition information and a boot file. If you turn on the system power, read the startup file address here, go to that location, read the startup file, and register it in memory.

一般的に現在システムは起動ファイル読むアドレスが始めのアドレスでセッティングされてい電源をつける場合前記始めのアドレスの起動ファイルを読んでシステムを起動させる。   In general, when the system is currently turned on when the start file read address is set at the start address, the system is started by reading the start file at the start address.

したがって前記のような起動アドレスを読むプロセスが本発明のアドレス・リマッピングをする理由でもある。すなわち,アドレス・リマッピングを通じてシステムを作動させるための目標OS,例えば第2OS(202)の関連情報及びデータを始めのアドレス,例えば第1OS(201)位置に移動させる結果を持つようにできる。   Therefore, the process of reading the activation address as described above is also the reason for performing the address remapping of the present invention. That is, it is possible to have a result of moving related information and data of a target OS for operating the system through address remapping, such as the second OS (202), to the first address, for example, the first OS (201) position.

ブートレコーダ(201b):起動ファイルなどが保存されている。   Boot recorder (201b): Stores startup files and the like.

FAT(File Allocation Table)1又はNTFS 1(new technology file system)(201c):データを保存するクラスタ番号が書かれている。   FAT (File Allocation Table) 1 or NTFS 1 (new technology file system) (201c): A cluster number for storing data is written.

FAT 2(201d):FAT 1又はNTFS 1の複写本である。   FAT 2 (201d): A copy of FAT 1 or NTFS 1.

ルートディレクトリ(201e):ファイルの名前,大きさ,スタートセクター,ファイル属性などファイルに対する情報が入っている。スタートクラスター番号も保存された。   Root directory (201e): Contains information about the file such as the file name, size, start sector, and file attributes. The start cluster number was also saved.

データ保存空間(201f):実際にデータが保存された。   Data storage space (201f): Data was actually stored.

図3の(a),(b)は発明のアドレス・リマッピング具現の一つの例として,アドレス・スワッピングを示した図面である。   FIGS. 3A and 3B are diagrams showing address swapping as an example of implementing the address remapping of the invention.

図3の(a)で見るところのように,1個のHDD Diskのアドレス(住所)には二つの領域(A領域(301),B領域(303))が存在して,各領域にはそれぞれお互いに異なるシステムオペレーティングシステム(OS),例えばA領域にはDOS,B領域にはWindowsが保存されている。   As shown in FIG. 3A, there are two areas (A area (301) and B area (303)) in the address (address) of one HDD Disk. Different system operating systems (OS), for example, DOS is stored in the A area and Windows is stored in the B area.

またA領域の大きさ(Size)は100で,スタートアドレスは0である。したがってA領域は0-99 アドレスである。またB領域の大きさ(Size)は100で,スタートアドレスは1000である。したがってB領域は1000-1099アドレスである。   The size of the A area is 100 and the start address is 0. Thus, area A is a 0-99 address. The size of the B area (Size) is 100, and the start address is 1000. Therefore, the B area is 1000-1099 addresses.

前記アドレスの大きさは任意に設定したことで任意的な値である。前記のように構成され保存されたOS状態で,システム起動中又はOS作動中に使用者がアドレス・リマッピングのための制御命令,例えば予め定められたキー(ファンクションキーなど)入力又はセットアップミニューでの選択,によるスワッピングが遂行される。   The size of the address is an arbitrary value because it is arbitrarily set. In the OS state configured and saved as described above, the user can input a control command for address remapping during system startup or OS operation, for example, input of a predetermined key (function key, etc.) or setup menu Swapping is performed by selection in

図3の(b)は図3の(a)のアドレス(住所)がスワッピングになった状態を示した図面である。   FIG. 3B is a diagram showing a state in which the address (address) of FIG. 3A is swapped.

アドレス・スワッピングを通じて図3(a)のB領域1000-1099 アドレスに保存されている第2OSの情報及びデータは,図3(b)のB領域0-99 アドレスに移動になる結果になる。すなわちシステムのアクセス(Access)側面で判断した時保存位置がかわった状態になるのである。   The information and data of the second OS stored in the B area 1000-1099 addresses in FIG. 3A through the address swapping are moved to the B area 0-99 addresses in FIG. 3B. In other words, the storage location changes when judging from the access side of the system.

一方,図3(a)のA領域0-99 アドレスに保存されている第1OSの情報及びデータは,図3(b)のB領域1000-1099 アドレスに移動される結果になる。   On the other hand, the information and data of the first OS stored in the A area 0-99 address in FIG. 3A are moved to the B area 1000-1099 address in FIG. 3B.

前記のようなアドレス・スワッピングを通じて,アクセス側面で各OSのアドレス情報がお互いに変えて保存される形態になる。したがってスタートアドレスからリーディング(読み込み:Reading)できるように設定されたシステムにより使用者が目的とするOSを駆動させることができる。   Through the address swapping as described above, the address information of each OS is changed and stored on the access side. Therefore, the user's target OS can be driven by a system set so that reading can be performed from the start address.

図4の(a),(b)は本発明のアドレス・リマッピング具現の一つの例として,アドレス・オーバーライディングを示した図面である。   FIGS. 4A and 4B are diagrams showing address overriding as an example of the implementation of address remapping according to the present invention.

図4の(a)で見るところのように,1個のHDDDiskのアドレスには二つの領域(A領域(401),B領域(403))が存在して,各領域にはそれぞれお互いに異なるシステムオペレーティングシステム(OS),例えばA領域にはDOS,B領域にはWindowsが保存されている。   As shown in FIG. 4A, there are two areas (A area (401) and B area (403)) in the address of one HDD Disk, and each area is different from each other. A system operating system (OS), for example, DOS is stored in the A area and Windows is stored in the B area.

またA領域の大きさ(Size)は100で,スタートアドレスは0である。   The size of the A area is 100 and the start address is 0.

したがってA領域は0-99 アドレスである。またB領域の大きさ(Size)は100で,スタートアドレスは1000である。したがってB領域は1000-1099アドレスである。   Thus, area A is a 0-99 address. The size of the B area (Size) is 100, and the start address is 1000. Therefore, the B area is 1000-1099 addresses.

前記アドレスの大きさは任意に設定したことで任意的なものである。前記のように構成されて保存されたOS状態で,システム起動中又はOS作動中に使用者がアドレス・リマッピングのための制御命令,例えば予め定められたキー(ファンクションキーなど)入力又はセットアップミニューでの選択によるオーバーライディングが遂行される。   The size of the address is arbitrary because it is arbitrarily set. In the OS state configured and saved as described above, the user can input a control command for address remapping during system startup or OS operation, for example, input of a predetermined key (function key, etc.) or setup menu. Overriding will be performed by selection in the menu.

図4の(b)は図4の(a)のアドレスがオーバーライディングになった状態を示した図面である。   FIG. 4B is a diagram showing a state in which the address of FIG. 4A is overridden.

アドレス・オーバーライディングを通じて図4の(a)のB領域1000-1099 アドレスに保存されている第2OSの情報及びデータは,図4(b)の第1B領域0-99 アドレス及び第2B領域1000-1099 アドレスに保存される。   The information and data of the second OS stored in the B area 1000-1099 address of FIG. 4A through the address overriding are the first B area 0-99 address and second B area 1000- of FIG. 4B. Saved at 1099 address.

前記のようなアドレス・オーバーライディングを通じて作動しようとするOSの情報及びデータがそれぞれのアドレスに等しく保存されるようになる。したがってスタートアドレスからリーディング(Reading)できるように設定されたシステムにより使用者が目的とするOSを駆動させることができる。   The OS information and data to be operated through the address overriding as described above are equally stored at each address. Therefore, the user's target OS can be driven by a system set so that reading can be performed from the start address.

前記で言及された第1OSであるDOS,第2OSであるWindowsは一つの例として示したことであり,これを他のプログラムに変更して使うことは当然のことである。   The DOS that is the first OS mentioned above and the Windows that is the second OS are shown as an example, and it is a matter of course that they are used by changing to other programs.

図5は本発明によるリマッピングが遂行されることを示した第1フロー図である。   FIG. 5 is a first flowchart showing that remapping is performed according to the present invention.

一つのハードディスク内のお互いに異なるアドレス(Address)にお互いに異なるオペレーティングシステム(OS)をそれぞれローディング(loading)する(S 501)。この時第1OSはスタートアドレスを始まりにして保存されている。したがってシステムは前記第1OSをリーディングして作動される(S 503)。   Different operating systems (OS) are loaded at different addresses in one hard disk (S501). At this time, the first OS is stored starting from the start address. Accordingly, the system is operated by reading the first OS (S503).

前記第1OSによりシステムが作動中に,第2OSにより作動されるようにするために使用者の制御命令などが入力される場合(S 505),制御部の制御により作動されるOS情報がスタートアドレス位置に移動される結果になるようにアドレス・リマッピングを遂行する(S 507)。   When a user's control command or the like is input so that the system is operated by the first OS and the second OS is operated (S 505), the OS information operated by the control of the control unit is the start address. Address remapping is performed so as to result in being moved to a position (S507).

前記作動されるOSのアドレス情報位置変更はアドレス・スワッピング又はアドレス・オーバーライディングを通じて行われる。以後システムに基本作動に設定されたスタートアドレスをリーディングして(S 509),第2OSによりシステムを作動させる(S 511)。   The address information location change of the operating OS is performed through address swapping or address overriding. Thereafter, the system reads the start address set for basic operation in the system (S 509), and operates the system by the second OS (S 511).

図6は本発明によるリマッピングが遂行されることを示した第2フロー図である。   FIG. 6 is a second flowchart showing that the remapping according to the present invention is performed.

一つのハードディスク内のお互いに異なるアドレス(Address)にお互いに異なるオペレーティングシステム(OS)をそれぞれローディングする(S 601)。この時第1OSはスタートアドレスを始まりにして保存されている。したがってシステムは前記第1OSをリーディングして作動されるはずである。   Different operating systems (OS) are loaded at different addresses in one hard disk (S601). At this time, the first OS is stored starting from the start address. Therefore, the system should be operated reading the first OS.

前記のように設定された状態で,第2OSにより作動されるようにするために使用者の制御命令などが入力される場合(S 603),制御部の制御により作動されるOS情報がスタートアドレス位置に移動される結果になるようにアドレス・リマッピングを遂行する(S 605)。   In the state set as described above, when a user's control command or the like is inputted to be operated by the second OS (S603), the OS information operated by the control of the control unit is the start address. Address remapping is performed to result in being moved to a position (S605).

前記作動になるOSのアドレス位置変更はアドレス・スワッピング又はアドレス・オーバーライディングを通じて行われる。以後システムに基本作動に設定されたスタートアドレスをリーディングして,第2OSによりシステムを作動させる(S 607)。   The change of the address position of the operating OS is performed through address swapping or address overriding. Thereafter, the system reads the start address set for basic operation in the system and operates the system by the second OS (S607).

一方,第1OSがスタートアドレスを始まりにして保存されている状態で,使用者の制御命令などが入力されない場合,システムは前記第1OSをリーディングして作動される(S 609)。   On the other hand, if the user's control command or the like is not input while the first OS is stored starting from the start address, the system is operated by reading the first OS (S609).

前記の本発明を説明するのにおいてお互いに異なるOS使用の例を挙げ説明したが,OS以外他のプログラム使用にも適用可能で,また等しいプログラムを互いに異なるアドレスに保存して必要時,例えばシステム復旧時,アドレスリマッピングを通じて正常なプログラムをアクセス(Access)することもできるはずである。   In the above description of the present invention, examples of using different OSs have been described. However, the present invention can be applied to the use of programs other than the OS, and the same program can be stored at different addresses when necessary, for example, the system. At the time of recovery, it should be possible to access a normal program through address remapping.

図7はアドレス・リマッピングのためのスワッピング及びオーバーライディングを示すフローチャートである。   FIG. 7 is a flowchart showing swapping and overriding for address remapping.

先に,互いに異なるアドレスに保存されたそれぞれのOSをスワッピングするのかどうかを判断して(S 701),スワッピングのための使用者制御命令などが入力される場合,A領域とB領域のアドレス・スワッピングを遂行する。   First, it is determined whether or not each OS stored at different addresses is swapped (S 701). When a user control command for swapping is input, the addresses of the A area and the B area Perform swapping.

先に,A領域に対するアドレスをスワッピングする場合,新しいアドレス(New Address)は次の数式により算出される。
[数式1]
New Address=Address - ADD_A + ADD_B
(Address:A領域のアドレス(0-99),ADD_A:A領域のスタートアドレスである0,ADD_B:B領域のスタートアドレスである1000)。
First, when the address for the A area is swapped, a new address (New Address) is calculated by the following equation.
[Formula 1]
New Address = Address-ADD_A + ADD_B
(Address: A area address (0-99), ADD_A: A area start address 0, ADD_B: B area start address 1000).

したがって前記数式1によりA領域の0番地(Address)のスワッピングに対応される新しいアドレス(New Address)はB領域の1000番地(Address)になることであり,A領域の1O番地(Address)のスワッピングに対応される新しいアドレス(New Address)はB領域の1010番地(Address)になるはずである(S703,S 705)。   Therefore, the new address (New Address) corresponding to the swapping of the 0 address (Address) in the A area is changed to the 1000 address (Address) of the B area according to the formula 1, and the swapping of the 1O address (Address) in the A area The new address (New Address) corresponding to is supposed to be address 1010 (Address) in the B area (S703, S705).

一方,B領域に対するアドレスをスワッピングすれば,新しいアドレス(New address)は次の数式により算出される。
[数式2]
New Address = Address + ADD_A - ADD_B
On the other hand, if the address for the area B is swapped, a new address (New address) is calculated by the following equation.
[Formula 2]
New Address = Address + ADD_A-ADD_B

したがって前記数式2により,B領域の100O番地(Address)のスワッピングに対応される新しいアドレス(New Address)はA領域の0番地(Address)になることであり,B領域の101O番地(Address)のスワッピングに対応される新しい(New Address)はA領域の10番地(Address)になるはずである(S 707,S 709)。   Therefore, according to Equation 2, the new address (New Address) corresponding to the swap of the 100O address (Address) in the B area is changed to the 0 address (Address) in the A area. The new (New Address) corresponding to the swapping should be the 10th address (Address) of the A area (S707, S709).

一方,アドレスをオーバーライディングする場合,B領域でオーバーライディングする場合には次の数式により新しいアドレス(NewAddress)が導出される。
[数式3]
New Address = Address + ADD_A - ADD_B
On the other hand, when the address is overridden, when overriding in the area B, a new address (NewAddress) is derived by the following equation.
[Formula 3]
New Address = Address + ADD_A-ADD_B

したがって前記数式3により,B領域の100O番地(Address)のオーバーライディングに対応される新しいアドレス(New Address)はA領域の0番地(Address)になることであり,B領域の101O番地(Address)のオーバーライディングに対応される新しいアドレス(NewAddress)はA領域の10番地(Address)になるはずである(S 713,S 717)。   Therefore, according to Equation 3, the new address (New Address) corresponding to the overwriting of the 100A address (Address) in the B area becomes the 0 address (Address) in the A area, and the 101O address (Address) in the B area. The new address (NewAddress) corresponding to the overriding in the area A should be address 10 in the A area (S713, S717).

前記数式の結果により導出された新しいアドレスを読んでシステムを起動させるようになる。   The system is started by reading a new address derived from the result of the mathematical expression.

図8,9及び10は本発明によるハードディスクをリマッピングするのに使われる命令語及び実行過程を示したファームウェアである。   FIGS. 8, 9 and 10 are firmware showing instruction words and execution processes used for remapping a hard disk according to the present invention.

図面に示されたところのように,基本的に次の命令などの具現が必要である。   As shown in the drawing, it is basically necessary to implement the following commands.

SET PHYSICAL ADDRESS SWAP(Non Volatile:非揮発性):指定した二つのアドレス領域の接近(アクセス)を変える。ハードディスクドライブ・リセット(HDD Reset)あるいはプラットホーム(Platform)がかかった後,本設定は維持される。   SET PHYSICAL ADDRESS SWAP (Non Volatile): Changes the approach (access) between two specified address areas. This setting is maintained after a hard disk drive reset (HDD Reset) or platform (Platform).

SET PHYSICAL ADDRESS SWAP-V(Volatile:揮発性):指定した二つのアドレス領域の接近を変える。HDD ResetあるいはPlatformにも本設定が保存されない。   SET PHYSICAL ADDRESS SWAP-V (Volatile): Changes the approach of two specified address areas. This setting is not saved in HDD Reset or Platform.

SET PHYSICAL ADDRESS Overriding(Non Volatile):特定領域の接近(アクセス)しようとする時,他の領域に接近するように再指向する。HDDResetあるいはPlatformがかかった後本設定は維持される。   SET PHYSICAL ADDRESS Overriding (Non Volatile): When trying to approach (access) a specific area, it redirects to approach another area. This setting is maintained after HDDReset or Platform is applied.

SET PHYSICAL ADDRESS Overriding-V(Volatile):特定領域の接近しようとする時,HDD ResetあるいはPlatformにも本設定が維持されない。   SET PHYSICAL ADDRESS Overriding-V (Volatile): This setting is not maintained in HDD Reset or Platform when attempting to approach a specific area.

先ず,図8a,8b,8c及び8dのスワッピング及びオーバーライディングを遂行するために設定された定数値である。   First, a constant value set to perform the swapping and overriding of FIGS. 8a, 8b, 8c and 8d.

図9はスワッピング及びオーバーライディングを遂行するための命令を非揮発性メモリーに初期化及びBIOSを呼び出す過程を示す。   FIG. 9 shows a process of initializing instructions for performing swapping and overriding to the nonvolatile memory and calling the BIOS.

図面で見るところのように,次のようなスワッピング/オーバーライディング(SWAP/OVERRIDE)を遂行時,使われるパラメータ(PARAMETER)をNvRAMに初期化できて,BIOSを呼び出すことで次の番起動に適用される。   As you can see in the drawing, when performing the following swapping / overriding (SWAP / OVERRIDE), the parameters used (PARAMETER) can be initialized to NvRAM and applied to the next activation by calling the BIOS. Is done.

BIOSの呼び出しはいろいろな方法が可能である。例えば使われないソフトウェアインターラプト(Software Interrupt)(例えばINT15 )を割り当てて使うとか,SMI Trap Serviceなどを登録して使うことができる。   There are various ways to call the BIOS. For example, software interrupts (Software Interrupt) (for example, INT15) that are not used can be allocated and used, or SMI Trap Service can be registered and used.

図10はBIOSのポスト過程又は起動過程で条件によってスワッピング及びオーバーライディングが遂行される過程を示す。   FIG. 10 illustrates a process in which swapping and overriding are performed according to conditions during a BIOS post process or a boot process.

またOpROM及びフィルタードライバ(Filter Driver)コードも前記のような構造を持つことで作成することができるはずである。   Also, the OpROM and the filter driver code should be able to be created by having the above structure.

図面で見るところのように,下記はシステムBIOSのポスト及びブート起動過程である。   As seen in the drawing, the following is the system BIOS post and boot boot process.

NvCondion及びNvEngagementが全て0ではない場合だけ,スワッピング及びオーバーライディングが発生して,それ以外の場合はノーマル(NORMAL)である。   Swapping and overriding occur only when NvCondion and NvEngagement are not all zero, otherwise normal.

前記したところのように本発明は,お互いに異なる作動プログラムが搭載されたシステムでアドレス・リマッピングを通じて選択的にアクセスできるシステム作動制御装置及び方法に関することである。   As described above, the present invention relates to a system operation control apparatus and method that can be selectively accessed through address remapping in a system in which different operation programs are installed.

前記のように本発明で使われる用語は出来る限り現在広く使われる一般的な用語を選択したが,特定の場合は出願入が任意に選定した用語もありこれは該当する発明の説明部分で詳細にその意味を記載したので,単純な用語の名称ではない用語が持つ意味として本発明を把握しなければならないことを明らかにしておく。   As described above, the terms used in the present invention are selected as general terms that are widely used as much as possible. However, there are some terms that are arbitrarily selected for application in certain cases, and this is described in detail in the explanation of the corresponding invention. Therefore, it is clarified that the present invention must be understood as the meaning of a term that is not a simple term name.

したがって本発明によれば,一つのハードディスク(Hard disk)でマルチブート起動(Multibooting)を具現しようとする場合,各OSのMBR情報を変更する必要なく,アドレス・リマッピングを通じてシステム作動を目的とするOSに関連する情報が使用者が設定した読み取りスタートアドレス位置に移動させることで,MBR情報の安全と一緒にシステム起動のエラーを防止することができる。   Therefore, according to the present invention, when multi-booting is implemented with one hard disk, the system operation is aimed through address remapping without changing the MBR information of each OS. By moving the information related to the OS to the read start address position set by the user, it is possible to prevent a system start error together with the safety of the MBR information.

また前述した本発明の望ましい実施形態は,例示の目的のために開示されたことで,当業者なら以下添付された特許請求範囲に開示された本発明の技術的思想とその技術的範囲内で,また他の多様な実施形態などを改良,変更,代替又は付加などが可能なはずである。   The above-described preferred embodiments of the present invention have been disclosed for the purpose of illustration, and those skilled in the art will be within the technical spirit and scope of the present invention disclosed in the appended claims. It should be possible to improve, change, substitute, or add other various embodiments.

本発明によってシステムの起動を制御する方法が適用される一般的なシステムの構成図である。1 is a configuration diagram of a general system to which a method for controlling system activation according to the present invention is applied. FIG. OS及びデータが保存されるハードディスクの内部構造を示した図である。It is the figure which showed the internal structure of the hard disk by which OS and data are preserve | saved. 本発明のアドレス・リマッピングのアドレス・スワッピングされた状態を示した図である。FIG. 5 is a diagram illustrating an address swapped state of address remapping according to the present invention. 本発明のアドレス・リマッピングのアドレス・オーバーライディングされた状態を示した図である。FIG. 6 is a diagram illustrating an address overlaid state of address remapping according to the present invention. 本発明によるリマッピングが遂行されることを示した第1フロー図である。FIG. 5 is a first flowchart illustrating that remapping according to the present invention is performed. 本発明によるリマッピングが遂行されることを示した第2フロー図である。FIG. 6 is a second flowchart showing that remapping according to the present invention is performed. アドレス・リマッピングのためのスワッピング及びオーバーライディングを示したフロー図である。FIG. 6 is a flowchart showing swapping and overriding for address remapping. スワッピング及びオーバーライディングを遂行するために設定された定数値を示す図である。It is a figure which shows the constant value set in order to perform swapping and overriding. スワッピング及びオーバーライディングを遂行するために設定された定数値を示す図である。It is a figure which shows the constant value set in order to perform swapping and overriding. スワッピング及びオーバーライディングを遂行するために設定された定数値を示す図である。It is a figure which shows the constant value set in order to perform swapping and overriding. スワッピング及びオーバーライディングを遂行するために設定された定数値を示す図である。It is a figure which shows the constant value set in order to perform swapping and overriding. スワッピング及びオーバーライディングを遂行するための命令を非揮発性メモリーに初期化及びBIOSを呼び出す過程を示す図である。FIG. 6 is a diagram illustrating a process of initializing an instruction for performing swapping and overriding to a nonvolatile memory and calling a BIOS. BIOSのポスト過程又は起動過程で条件によってスワッピング及びオーバーライディングが遂行される過程を示す図である。FIG. 5 is a diagram illustrating a process in which swapping and overriding are performed according to conditions in a BIOS post process or a start process.

符号の説明Explanation of symbols

101…制御部、102…フロッピーディスク/光学ディスクドライブ103…RAM、104…表示ユニット、105…フラッシュメモリ,106…入力ユニット107…ネットワークインターフェース、109…ハードディスクドライブ。   DESCRIPTION OF SYMBOLS 101 ... Control part, 102 ... Floppy disk / optical disk drive 103 ... RAM, 104 ... Display unit, 105 ... Flash memory, 106 ... Input unit 107 ... Network interface, 109 ... Hard disk drive.

Claims (17)

マルチ起動システムでのアドレスリマッピング(remapping)を遂行する方法において,
基本オペレーティングシステム(default operating system)及び非基本オペレーティングシステム(non-default OS)をメモリー媒体(medium)の一番目及び二番目アドレス(address)領域(region)にそれぞれ保存する段階と;
前記非基本オペレーティングシステムを示す選択を受信する段階と;
前記一番目アドレス領域範囲内の目的にされたアドレス(intended address)でデータをアクセスするための要求(request)を受信する段階と;
前記選択により二番目アドレス領域内のリマッピングされたアドレス(remappedaddress)を計算する段階と;
前記目的にされたアドレスでデータをアクセスするための要求をリマッピングアプリケーション(Remapping application)を利用して前記二番目アドレス領域内のリマッピングされたアドレスでデータをアクセスするための要求に変更する段階と
を含むことを特徴とするシステム作動制御方法。
In a method for performing address remapping in a multi-boot system,
Storing a default operating system and a non-default operating system in a first and second address region of a memory medium, respectively;
Receiving a selection indicative of the non-base operating system;
Receiving a request to access data at an intended address within the first address field range;
Calculating a remapped address in the second address region by the selection;
Changing a request for accessing data at the intended address to a request for accessing data at a remapped address in the second address area using a remapping application; A system operation control method comprising:
前記リマッピングされたアドレスでデータをアクセスするための要求を受信する段階と;
前記リマッピングされたアドレスでデータをアクセスするための要求を,前記リマッピングアプリケーションを利用して目的にされたアドレスでデータをアクセスするための要求に変更する段階と;
前記目的にされたアドレスでデータのアクセスを提供する段階と
を更に含むことを特徴とする請求項1に記載のシステム作動制御方法。
Receiving a request to access data at the remapped address;
Changing a request to access data at the remapped address to a request to access data at the intended address using the remapping application;
2. The system operation control method according to claim 1, further comprising providing data access at the targeted address.
前記リマッピングされたアドレスでデータをアクセスするための要求を受信する段階と;
前記リマッピングされたアドレスで前記要求されたデータのアクセスを提供する段階と
を更に含むことを特徴とする請求項1に記載のシステム作動制御方法。
Receiving a request to access data at the remapped address;
The system operation control method of claim 1, further comprising: providing access to the requested data at the remapped address.
前記リマッピングされたアドレスは前記目的にされたアドレス及び前記一番目アドレス領域の始めのアドレスと前記二番目アドレス領域の始めのアドレス間のオフセットにより計算されられることを特徴とする請求項1に記載のシステム作動制御方法。   The remapped address is calculated according to the targeted address and an offset between an address at the beginning of the first address area and an address at the beginning of the second address area. System operation control method. 前記リマッピングアプリケーションはフィルタードライバーであることを特徴とする請求項1に記載のシステム作動制御方法。   The system operation control method according to claim 1, wherein the remapping application is a filter driver. 前記選択により前記非基本オペレーティングシステム(non-default OS)を起動する段階を更に含むことを特徴とする請求項1に記載のシステム作動制御方法。   The system operation control method according to claim 1, further comprising a step of booting the non-default OS according to the selection. 前記メモリー媒体の三番目アドレスに代替オペレーティングシステム(alternate OS)を保存する段階を更に含むことを特徴とする請求項1に記載のシステム作動制御方法。   The method of claim 1, further comprising storing an alternate operating system at an address of the memory medium. 前記選択は起動過程中に受信されることを特徴とする請求項1に記載のシステム作動制御方法。   The system operation control method according to claim 1, wherein the selection is received during an activation process. 前記選択は制御やメニュー選択又はキーパッド押さえを含むことを特徴とする請求項1に記載のシステム作動制御方法。   The system operation control method according to claim 1, wherein the selection includes control, menu selection, or keypad pressing. バイアス(BIOS)を利用して非基本オペレーティングシステムを起動する段階を更に含むことを特徴とする請求項1に記載のシステム作動制御方法。   The system operation control method according to claim 1, further comprising booting a non-basic operating system using a bias (BIOS). 前記選択は使用者選択であることを特徴とする請求項1に記載のシステム作動制御方法。   The system operation control method according to claim 1, wherein the selection is a user selection. 前記選択は自動選択であることを特徴とする請求項1に記載のシステム作動制御方法。   The system operation control method according to claim 1, wherein the selection is an automatic selection. マルチ起動が可能なシステムにおいて,
入力手段と;
互いに異なるオペレーティングシステムが保存されるメモリー手段と;
当該システムで起動作動になるように基本設定されたオペレーティングシステムと異なるオペレーティングシステムの使用により命令及び制御を少なくても一つ以上遂行する制御部と
で,前記制御部の判断によって各オペレーティングシステムのアドレスをリマッピングすることを特徴とするシステム作動制御装置。
In a system that allows multiple startups,
Input means;
Memory means for storing different operating systems;
A control unit that performs at least one command and control by using an operating system different from an operating system that is basically set to be activated in the system. The address of each operating system is determined by the control unit A system operation control device characterized by remapping.
オペレーティングシステムのアドレスをリマッピングするためのプログラムが保存されるフラッシュメモリーを更に含むことを特徴とする請求項13に記載のシステム作動制御装置。   14. The system operation control device according to claim 13, further comprising a flash memory in which a program for remapping an operating system address is stored. 互いに異なるオペレーティングシステムは同一メモリー内に保存されることを特徴とする請求項13に記載のシステム作動制御装置。   14. The system operation control apparatus according to claim 13, wherein different operating systems are stored in the same memory. 互いに異なるオペレーティングシステムは同一メモリー内でお互いに異なるアドレスで各OSに対応されるMBR(Master Boot Recorder)情報を持つことを特徴とする請求項15に記載のシステム作動制御装置。   16. The system operation control apparatus according to claim 15, wherein different operating systems have MBR (Master Boot Recorder) information corresponding to each OS at different addresses in the same memory. アドレス・リマッピング(Address Remapping)はアドレス・スワッピング(Address Swapping)又はアドレス・オーバーライディング(AddressOverriding)を通じて遂行されることを特徴とする請求項13に記載のシステム作動制御装置。   The system operation controller according to claim 13, wherein the address remapping is performed through address swapping or address overriding.
JP2007175445A 2006-07-03 2007-07-03 System operation control method and multi-startup system Expired - Fee Related JP5826985B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2006-0061799 2006-07-03
KR1020060061799A KR101121641B1 (en) 2006-07-03 2006-07-03 Apparatus and method for controlling operation of system

Publications (2)

Publication Number Publication Date
JP2008016030A true JP2008016030A (en) 2008-01-24
JP5826985B2 JP5826985B2 (en) 2015-12-02

Family

ID=37914268

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007175445A Expired - Fee Related JP5826985B2 (en) 2006-07-03 2007-07-03 System operation control method and multi-startup system

Country Status (5)

Country Link
US (1) US7689802B2 (en)
EP (1) EP1876528A3 (en)
JP (1) JP5826985B2 (en)
KR (1) KR101121641B1 (en)
CN (1) CN100501678C (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013047883A (en) * 2011-08-29 2013-03-07 Jvc Kenwood Corp Information processor and starting method therefor
WO2013035141A1 (en) * 2011-09-05 2013-03-14 Suginaka Junko Information processing device, startup control method for same, startup control program for same and external device
WO2014091629A1 (en) * 2012-12-14 2014-06-19 富士通株式会社 Storage-device management program, and management method for electronic device and storage device

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7921453B2 (en) * 2006-12-22 2011-04-05 Intel Corporation Authenticated distributed detection and inference
KR101489158B1 (en) * 2008-05-21 2015-02-06 삼성전자 주식회사 Storage medium having master boot record, computer system comprising the same and booting method
KR20110055628A (en) * 2008-08-14 2011-05-25 준코 스기나카 Dual-boot control method and dual-boot computer
US9626511B2 (en) * 2008-08-26 2017-04-18 Symantec Corporation Agentless enforcement of application management through virtualized block I/O redirection
US8239667B2 (en) * 2008-11-13 2012-08-07 Intel Corporation Switching between multiple operating systems (OSes) using sleep state management and sequestered re-baseable memory
US8190574B2 (en) 2010-03-02 2012-05-29 Storagecraft Technology Corporation Systems, methods, and computer-readable media for backup and restoration of computer information
US9135447B1 (en) * 2012-01-30 2015-09-15 Symantec Corporation Systems and methods for deploying a pre-boot environment to enable an address offset mode after execution of system bios for booting a operating system in a protected area
CN102736932B (en) * 2012-05-16 2015-12-16 上海斐讯数据通信技术有限公司 The method for making of image file, image file and the starting factor method of multisystem
CN103577201B (en) * 2012-07-20 2018-04-06 上海斐讯数据通信技术有限公司 The update method and system of Embedded Double system
US9342243B2 (en) * 2012-11-28 2016-05-17 Lenovo (Beijing) Co., Ltd. Method and electronic apparatus for implementing multi-operating system
US9697010B2 (en) 2014-03-25 2017-07-04 Microsoft Technology Licensing, Llc User selectable operating systems
CN104142838A (en) * 2014-07-02 2014-11-12 青岛海信移动通信技术股份有限公司 Method and equipment for starting up mobile communication terminal
CN105809050B (en) * 2014-12-31 2018-10-02 北京元心科技有限公司 A kind of partition method and device of multiple operating system
JP6341192B2 (en) * 2015-12-22 2018-06-13 カシオ計算機株式会社 Information processing apparatus, control method, and program
EP3376391A1 (en) * 2017-03-17 2018-09-19 Ricoh Company Ltd. Information processing apparatus, updating method, and carrier means
US10185571B2 (en) * 2017-06-08 2019-01-22 Vmware, Inc. Intelligent UEFI run-time services address space management
US11868635B2 (en) * 2020-04-20 2024-01-09 Western Digital Technologies, Inc. Storage system with privacy-centric multi-partitions and method for use therewith
CN112596678B (en) * 2020-12-24 2024-01-16 得一微电子股份有限公司 Storage device, firmware setting method thereof and repartitioning method thereof

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0318928A (en) * 1989-06-16 1991-01-28 Hitachi Ltd System load processing method and disk controller
JP2002007139A (en) * 2000-05-09 2002-01-11 Adaptec Inc Method for selecting boot partition and hiding unselected partition
JP2002108485A (en) * 2000-09-29 2002-04-10 Toshiba Corp Information processor and method for activating information processor
JP2003280914A (en) * 2002-03-22 2003-10-03 Toshiba Corp Information equipment, storage medium, and method for restoring initial condition
JP2003308230A (en) * 2002-04-12 2003-10-31 Matsushita Electric Ind Co Ltd Recording medium processing apparatus
JP2005202942A (en) * 2003-12-16 2005-07-28 Matsushita Electric Ind Co Ltd Information recording medium, data processor and data processing method
JP2005235218A (en) * 2004-02-17 2005-09-02 Samsung Electronics Co Ltd Hard disc drive, method for partitioning hard disk drive, storage medium, method for setting and selecting section, and method for accessing file
JP2006031635A (en) * 2004-07-21 2006-02-02 Toshiba Corp Information processor and software update method
JP2006092511A (en) * 2004-09-22 2006-04-06 Cyberlink Corp Simplified startup system of computer, its simplified operation system, its simplified operation method and its efficient startup system
JP2006139550A (en) * 2004-11-12 2006-06-01 Matsushita Electric Ind Co Ltd Recording medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5136711A (en) * 1990-10-17 1992-08-04 Ast Research System for multiple access hard disk partitioning
US6385721B1 (en) 1999-01-22 2002-05-07 Hewlett-Packard Company Computer with bootable hibernation partition
KR20010012032A (en) * 1999-07-19 2001-02-15 유춘열 Devices for using Multi OSs
US6532538B1 (en) * 2000-02-17 2003-03-11 International Business Machines Corporation Method and system for supporting multiple operating systems on the same disk running on different computers at the same time
US6658563B1 (en) * 2000-05-18 2003-12-02 International Business Machines Corporation Virtual floppy diskette image within a primary partition in a hard disk drive and method for booting system with virtual diskette
KR100452325B1 (en) 2002-12-23 2004-10-12 한국전자통신연구원 AMBA-based Multiprocessor system for processor identification number allocation and sequential booting
TWI223774B (en) * 2003-07-18 2004-11-11 Mitac Technology Corp Selectable booting operation method by the bios with the multi-partition in the disk

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0318928A (en) * 1989-06-16 1991-01-28 Hitachi Ltd System load processing method and disk controller
JP2002007139A (en) * 2000-05-09 2002-01-11 Adaptec Inc Method for selecting boot partition and hiding unselected partition
JP2002108485A (en) * 2000-09-29 2002-04-10 Toshiba Corp Information processor and method for activating information processor
JP2003280914A (en) * 2002-03-22 2003-10-03 Toshiba Corp Information equipment, storage medium, and method for restoring initial condition
JP2003308230A (en) * 2002-04-12 2003-10-31 Matsushita Electric Ind Co Ltd Recording medium processing apparatus
JP2005202942A (en) * 2003-12-16 2005-07-28 Matsushita Electric Ind Co Ltd Information recording medium, data processor and data processing method
JP2005235218A (en) * 2004-02-17 2005-09-02 Samsung Electronics Co Ltd Hard disc drive, method for partitioning hard disk drive, storage medium, method for setting and selecting section, and method for accessing file
JP2006031635A (en) * 2004-07-21 2006-02-02 Toshiba Corp Information processor and software update method
JP2006092511A (en) * 2004-09-22 2006-04-06 Cyberlink Corp Simplified startup system of computer, its simplified operation system, its simplified operation method and its efficient startup system
JP2006139550A (en) * 2004-11-12 2006-06-01 Matsushita Electric Ind Co Ltd Recording medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSND199900633010; 秋元 潔: '米国PCソフトウェア・レビュー:OS/2とDOSのデュアル・ブート・ユーティリティ:MultiBoo' インターフェース 第15巻,第3号(通巻142号), 19890301, p.287, CQ出版株式会社 *
JPN6012021525; 秋元 潔: '米国PCソフトウェア・レビュー:OS/2とDOSのデュアル・ブート・ユーティリティ:MultiBoo' インターフェース 第15巻,第3号(通巻142号), 19890301, p.287, CQ出版株式会社 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013047883A (en) * 2011-08-29 2013-03-07 Jvc Kenwood Corp Information processor and starting method therefor
WO2013035141A1 (en) * 2011-09-05 2013-03-14 Suginaka Junko Information processing device, startup control method for same, startup control program for same and external device
WO2014091629A1 (en) * 2012-12-14 2014-06-19 富士通株式会社 Storage-device management program, and management method for electronic device and storage device
JPWO2014091629A1 (en) * 2012-12-14 2017-01-05 富士通株式会社 Storage device management program, electronic device, and storage device management method

Also Published As

Publication number Publication date
CN101101557A (en) 2008-01-09
US7689802B2 (en) 2010-03-30
US20080005527A1 (en) 2008-01-03
KR101121641B1 (en) 2012-04-16
EP1876528A2 (en) 2008-01-09
EP1876528A3 (en) 2009-04-29
JP5826985B2 (en) 2015-12-02
KR20080003490A (en) 2008-01-08
CN100501678C (en) 2009-06-17

Similar Documents

Publication Publication Date Title
JP5826985B2 (en) System operation control method and multi-startup system
US6934833B2 (en) Operating system selector and data storage drive
US7519806B2 (en) Virtual partition for recording and restoring computer data files
US7024549B1 (en) Disk drive having a protected partition configured to load an operating system for performing a user-selected function
EP2926239B1 (en) Bootability with multiple logical unit numbers
US6889340B1 (en) Use of extra firmware flash ROM space as a diagnostic drive
US8171280B2 (en) Method of running multiple operating systems on an X86-based computer system having a dedicated memory region configured as a do not use region
JP4886866B2 (en) Method for speeding up access to main storage device and storage device system
US8266611B2 (en) Hard disk drive with disk embedded DOS boot image and firmware download method
WO2000019310A2 (en) Dual use master boot record
JP2000511313A (en) Method for integrating removable media disk drives into computer systems
JP2000207176A (en) Computer system that starts and executes graphical user interface(gui) having read/write hard drive section not at hand and its operating method
US8370617B2 (en) Booting method and computer system using the booting method
US20130007438A1 (en) Storage medium storing master boot record, computer system having the same and booting method of the computer system
WO2006040758A2 (en) Adaptive booting from mass storage device
EP1315175A2 (en) Memory system
US20060112313A1 (en) Bootable virtual disk for computer system recovery
KR20170037017A (en) Memory Upgrade System And Method
WO2014091629A1 (en) Storage-device management program, and management method for electronic device and storage device
KR940005773B1 (en) Memory access controller
CN113010107B (en) Data storage management method, device, computer equipment and storage medium
KR101110293B1 (en) Partition Access Control Method and Device for File Storage Device and Recording medium therefor
JP2664168B2 (en) Starting method of information processing device
JP5343489B2 (en) Computer system, legacy application execution method, and program
JPH09293012A (en) Information processor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100603

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120411

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120508

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120808

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20121120

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130321

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20130507

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20130705

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150630

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150805

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151015

R150 Certificate of patent or registration of utility model

Ref document number: 5826985

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees