KR20020024629A - Computer system using multi operating system - Google Patents
Computer system using multi operating system Download PDFInfo
- Publication number
- KR20020024629A KR20020024629A KR1020000056383A KR20000056383A KR20020024629A KR 20020024629 A KR20020024629 A KR 20020024629A KR 1020000056383 A KR1020000056383 A KR 1020000056383A KR 20000056383 A KR20000056383 A KR 20000056383A KR 20020024629 A KR20020024629 A KR 20020024629A
- Authority
- KR
- South Korea
- Prior art keywords
- computer
- operating system
- user
- hard disk
- hard disks
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
- G06F9/4406—Loading of operating system
- G06F9/441—Multiboot arrangements, i.e. selecting an operating system to be loaded
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
- G06F9/5027—Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
Abstract
Description
본 발명은 다중 운영체제를 사용하는 컴퓨터 시스템에 관한 것으로서, 더욱 상세하게는 하나의 컴퓨터에 다수의 하드디스크(HDD)를 설치하고 다수의 통신망과 연결하여, 사용자 임의대로 운영체제와 통신망을 선택하여 사용할 수 있도록 하는 다중 운영체제를 사용하는 컴퓨터 시스템에 관한 것이다.The present invention relates to a computer system using multiple operating systems, and more particularly, a plurality of hard disks (HDDs) are installed in one computer and connected to a plurality of communication networks, so that an operating system and a communication network can be selected and used by a user. It relates to a computer system using multiple operating systems.
일반적으로, 개인용 컴퓨터(PC : personal computer)는 운영체제 즉, PC안에서 다른 소프트웨어를 사용하도록 환경을 마련해주는 소프트웨어를 가동하지 않으면 어떤 일도 할 수 없다. 사용자가 컴퓨터의 전원 스위치를 켜면 수초 동안 아무 일도 하지 않는 것처럼 보이지만, 실제로 컴퓨터는 복잡한 세트의 작동을 통해 모든 구성 요소가 적절하게 작동되는지를 확인하고, 잘못 되었다면, 사용자에게 경고한다. 이러한 작동을 바로 '부트업(boot up)' 또는 '부팅(booting)'이라 하며, PC에서 부팅작업은 운영체제를 로딩할 수 있도록 모든 구성요소를 충분하게 유지시킬 목적으로 필요하다.In general, a personal computer (PC) cannot do anything without running an operating system, that is, software that provides an environment for using other software in the PC. When the user turns on the computer's power switch, it does not seem to do anything for a few seconds, but the computer actually does a complicated set of operations to make sure that all the components are working properly and to warn the user if something goes wrong. This behavior is called 'boot up' or 'booting', and booting on a PC is necessary to keep all the components sufficient to load the operating system.
통상적으로 컴퓨터 시스템은 중앙처리장치(CPU), 기억 장치 및 입출력 장치 등과 같은 하드웨어와, 컴파일러, 데이터 베이스 시스템, 비디오게임 및 비지니스 프로그램 등과 같은 응용 프로그램, 사람이나 다른 컴퓨터인 사용자, 그리고, 운영체제로 구성되어진다.A computer system typically consists of hardware such as a central processing unit (CPU), memory and input / output devices, applications such as compilers, database systems, video games and business programs, users who are people or other computers, and operating systems. It is done.
상기 운영체제(operating system)는 컴퓨터 사용자와 컴퓨터 하드웨어 간의 인터페이스 역할로서 동작하는 프로그램으로서, 컴퓨터를 편리하게 사용할 수 있도록 하는 것이고, 컴퓨터 하드웨어를 효율적으로 사용할 수 있도록 하는 것이다. 즉, 사용자가 프로그램을 수행할 수 있도록 환경을 조성해주는 것이다.The operating system is a program that acts as an interface between a computer user and computer hardware. The operating system is used to conveniently use a computer and to efficiently use computer hardware. In other words, to create an environment for the user to run the program.
현재, 개인용 컴퓨터에서 운영체제로는 MS-DOS(이하 DOS라 함)로만 생각되던 것이, 새로운 Window NT, UNIX 등이 개발되어 사용되고 있다. 이러한 운영체제는 그 크기가 상당히 방대하여 프로그램 코드를 입출력 드라이버를 이용한 파일이나 특정 인터페이스 루틴을 이용하여 단일 운영체제를 시스템 메모리 등으로 다시 로딩하는 등의 방법을 채용하고 있다. 예를 들어, DOS 운영체제를 가동시키기 위해서는, PC가 운영체제를 가동할 수 있기 전에 디스크에서 램 메모리(RAM)로 DOS를 로드 해야 하는 부트 작업을 수행한다.Currently, only Windows-MS, which is considered as MS-DOS (hereinafter referred to as DOS) as an operating system in personal computers, has been developed and used. Such operating systems are so large that they employ a method such as reloading a single operating system into system memory using a file using an input / output driver or a specific interface routine. For example, to run a DOS operating system, the PC performs a boot operation that requires loading DOS from disk into RAM memory before the operating system can run.
상기 부트는 PC가 어떤 일을 외부 운영체제의 도움없이 전적으로 자신이 수행하는 것으로 그 작업은, POST(Power-On-Self-Test)를 가동시키고 운영체제를 위해 드라이브를 탐색하는 두 가지 기능을 한다. 이 기능이 완결되었을 때 부트 작업은 운영체제를 읽고 그들을 RAM에 복사하는 과정을 시작한다. 운영체제의 일부가 디스크로부터 로드될 때 운영체제에 BIOS가 추가되고, 그 다음 디바이스 드라이버(Device Driver)와 연결되어 서로 연합하여 기능을 수행한다.The boot is done entirely by the PC without the help of an external operating system. It does two things: run a power-on-self-test (POST) and search for a drive for the operating system. When this feature is complete, the boot operation begins reading the operating system and copying them into RAM. When parts of the operating system are loaded from disk, the BIOS is added to the operating system, which is then connected with the device driver to federate and perform functions.
한편, 개인용 컴퓨터는 각종의 어플리케이션을 이용하게 되는 데 이때, 각 어플리케이션들이 서로 다른 운영체제를 채용함으로 인해 사용하지 못하는 경우나 사용이 용이하지 않은 경우가 허다했었다. 이러한 문제를 해결하고자 롬 베이스(ROM BASE)에 적은 크기(size)의 부트 시퀀스(boot sequence)를 저장한 실시간 운영체제(R.T.O.S : Real Time Operating System)들이 속속 등장하고 있다.On the other hand, the personal computer is to use a variety of applications, in which case each application is not easy to use or use because of adopting a different operating system. In order to solve this problem, real-time operating systems (R.T.O.S: Real Time Operating Systems), which store a small size boot sequence in a ROM base, are appearing one after another.
그러나, 이와 같은 실시간 운영 체제(R.T.O.S)는 방대한 양의 운영체제를 운영했던 기존 컴퓨터의 단점을 보안하고 있으나, 이것 역시 통합된 소프트웨어 플랫폼(Software Platform)이 없기 때문에 일반 사용자에게는 사용이 불편하고, 해결하기 어려운 문제로 다가오고 있다. 여기서, 플랫폼(platform)이란, 컴퓨터 분야에서 보다 상위 시스템에 대해 기반이 되는 시스템을 말한다. 예를 들어, MS-DOS 상에서 동작하는 MS-Windows에 있어서는 MS-DOS가 플랫폼이고, MS-Windows에서 동작하는 응용 프로그램에 있어서는 MS-Windows가 플랫폼이다.However, this real-time operating system (RTOS) secures the shortcomings of the existing computer that operated a large amount of operating system, but it also is inconvenient for general users because there is no integrated software platform. It's a difficult problem. Here, the platform refers to a system based on a higher system in the computer field. For example, MS-DOS is the platform for MS-Windows running on MS-DOS, and MS-Windows is the platform for applications running on MS-Windows.
또한, 어떤 소프트웨어가 제공하는 환경을 플랫폼이라고 하는 경우도 있다. 예를 들면, MS-Windows가 제공하는 환경이 MS-Windows의 플랫폼이다. 즉, 서로 다른 소프트웨어 플랫폼을 갖고 있는 실시간 운영체제(R.T.O.S)등이 혼합되어진 상황에서 각 운영체제를 부팅시킬 만한 부팅 메카니즘(booting mechanism)이 제공되고있지 않다는 문제점이 있었다. 상기 문제점으로 인해 대부분의 실시간 운영체제(R.T.O.S)를 이용하는 시스템이 부트 코드(boot code)를 갖는 롬(메모리)을 1차 전원에 연결하여 사용자의 요구 사항에 관계없이(사용자의 선택과는 무관하게) 전원을 온(on) 시킴과 동시에 항상 시작하여 시스템을 관리하는 문제점이 있었다.In addition, an environment provided by a certain software may be called a platform. For example, the environment provided by MS-Windows is the platform of MS-Windows. That is, there is a problem that a booting mechanism for booting each operating system is not provided in a situation in which a real-time operating system (R.T.O.S) having different software platforms is mixed. Due to the above problem, a system using most real-time operating systems (RTOS) connects a ROM having a boot code to a primary power source regardless of user requirements (regardless of user selection). There was a problem that the system is always started and powered on at the same time.
한편, 최근에 개인용 컴퓨터(personal computer)가 급속하게 보급됨에 따라, 컴퓨터를 이용하여 문서를 작성하거나, 저장된 정보를 관리하는 경우가 증가하고 있다. 이러한 경우, 해당 정보를 보관하는 방법은, 프린터 등과 같은 출력기구를 이용하여 문서로 출력한 후 해당문서를 보관하는 방법과, 하드디스크(hard disk) 또는 플로피디스크(floopy disk) 또는 기타 정보저장매체에 해당정보를 저장하여 보관하는 방법이 주로 사용된다. 이때, 해당 정보의 유출을 방지하기 위해서, 해당정보가 저장된 플로피디스크 또는 기타 저장매체를 시건 장치가 있는 별도의 수납공간에 저장하거나, 혹은 컴퓨터 본체에 장착된 잠금키를 잠금위치로 세팅하여 컴퓨터의 사용을 방지하고 있다.On the other hand, with the recent rapid spread of personal computers (personal computer), the use of a computer to create a document, or to manage the stored information is increasing. In this case, the method of storing the information is to print the document using an output device such as a printer, and to store the document, and to store a hard disk or a floppy disk or other information storage medium. The method of storing and storing the relevant information is mainly used. At this time, in order to prevent the leakage of the information, store the floppy disk or other storage medium in which the information is stored in a separate storage space with a lock device, or set the lock key mounted on the computer body to the lock position of the computer It prevents use.
그런데, 최근 인터넷(inter-net)의 급속한 보급으로 인하여 컴퓨터간의 쌍방향 통신이 가능해짐에 따라, 해당 컴퓨터에 저장된 정보를 타인의 컴퓨터로 확인할 수 있게 되었다. 이로 인하여, 컴퓨터 내에 저장된 정보의 보안유지상태가 허술해져, 정보의 도난 및 파괴 등과 같은 컴퓨터범죄가 급증하게 되었다.However, recently, due to the rapid spread of the Internet (inter-net) to enable two-way communication between computers, it is possible to check the information stored in the computer with another computer. As a result, the security status of the information stored in the computer is poor, and computer crimes such as theft and destruction of information are proliferating.
특히, 기밀문서를 취급하는 공공기관과 금융기관 및 대기업 등의 연구기관에서는 이러한 컴퓨터의 정보보안이 매우 중요한 요소로 자리잡게 됨에 따라, 컴퓨터 보안장치의 필요성이 부각되었다.In particular, in public institutions that handle confidential documents, and research institutes such as financial institutions and large corporations, the information security of such computers has become a very important factor, and thus the necessity of computer security devices has been highlighted.
그러나, 현재 사용되고 있는 보안장치가 그 기능을 제대로 발휘하지 못함에 따라 서로 다른 운영체제를 갖는 다수의 하드디스크를 하나의 컴퓨터에 장착하여 정보의 유출을 방지하도록 하는 기술이 제시되었다.However, as the security devices currently used do not perform their functions properly, a technique for preventing the leakage of information by installing a plurality of hard disks having different operating systems in one computer has been proposed.
종래의 기술에서, 물리적인 하드디스크 두 개가 있다고 할 때 어느 한쪽의 하드디스크는 'Windows 98'로 인스톨되어져 있고, 또 다른 하드디스크는 'Windows 95"로 인스톨되어 있을 경우 지금까지는 시스템을 개방하여 내부 IDE 케이블을 사용자가 원하는 하드디스크에 케이블을 직접 연결해야만 변경이 가능하였다. 따라서, 시스템을 변경하고자 할 때마다 하드웨어를 분리하는 불필요한 과정을 거쳐야 하는 문제점이 발생된다. 뿐만 아니라 통신망 이용 시 해커의 침입이나 바이러스의 감염을 통해 중요한 데이터를 외부에 노출 또는 손실시킬 위험이 존재하는 문제점이 발생한다.In the prior art, if there are two physical hard disks, one of the hard disks is installed as 'Windows 98', and the other hard disk is installed as 'Windows 95'. It was possible to change the IDE cable only by connecting the cable directly to the user's desired hard disk, which leads to the unnecessary process of removing the hardware every time the system is to be changed. There is a problem that there is a risk of exposing or losing important data to the outside through infection of virus or virus.
본 발명은 상기와 같은 문제점들을 해결하기 위하여 안출된 것으로서, 그 목적은 하나의 컴퓨터에 독자적인 운영체제를 갖는 2개의 하드디스크와 4개의 통신망을 연결하여 사용자 임의대로 운영체제와 통신망을 선택하여 사용할 수 있도록 하여 다수의 컴퓨터를 하나의 컴퓨터로 대처할 수 있도록 함으로써 사무실 공간을 줄일 수 있도록 하는 다중 운영체계를 사용하는 컴퓨터 시스템을 제공하는데 있다.The present invention has been made to solve the above problems, the object is to connect two hard disks and four communication networks having its own operating system to one computer to be able to use the operating system and communication network at your discretion It is to provide a computer system using multiple operating systems that can reduce the office space by allowing many computers to cope with a single computer.
또한, 본 발명의 다른 목적은 다수의 하드디스크 및 통신망 중에서 사용자가 선택한 하드디스크와 통신망 외에 선택되지 않은 나머지 하드디스크 및 통신망을 릴레이 스위치 및 케이블 시그널제어를 통해 물리적으로 차단 시켜줌으로써 외부의 통신망을 통해 접근이 근본적으로 불가능하도록 함으로써 외부 해커의 침입이나 바이러스 감염 및 확산을 완벽하게 차단시키고, 내부 데이터에 대한 보안성 및 안전성을 향상시킬 수 있도록 하는 다중 운영체제를 사용하는 컴퓨터 시스템을 제공하는데 있다.In addition, another object of the present invention is to physically block the remaining hard disks and communication networks that are not selected in addition to the hard disks and communication networks selected by the user among the plurality of hard disks and communication networks through the relay switch and the cable signal control through an external communication network It is to provide a computer system using multiple operating systems that completely prevents intrusion or virus infection and spread of external hackers and improves the security and safety of internal data by making access impossible.
또한, 본 발명의 또 다른 목적은 운영체제의 부팅 형태가 서로 다른 경우에 시스템의 분해 또는 내부 케이블 교체작업 없이 시스템의 설정환경에 따라 자동적으로 회로가 구성되도록 하여 운영체제와 상관없이 여러 형태로 부팅 가능하도록 함으로써 사용자의 편의성을 향상시킬 수 있는 다중 운영체계를 사용하는 컴퓨터 시스템을 제공하는데 있다.In addition, another object of the present invention is to configure the circuit automatically according to the configuration environment of the system without disassembling or replacing the internal cable of the operating system when the boot type of the operating system is different so that the bootable in various forms regardless of the operating system By providing a computer system using multiple operating systems that can improve the user's convenience.
도 1은 본 발명에 따른 컴퓨터 시스템의 구성을 나타내는 블록도,1 is a block diagram showing the configuration of a computer system according to the present invention;
도 2는 본 발명에 따른 멀티넷 보드의 각 구성의 배치 상태를 나타내는 도면,2 is a view showing an arrangement state of each configuration of a multi-net board according to the present invention;
도 3은 본 발명의 동작을 나타내는 흐름도.3 is a flowchart illustrating the operation of the present invention.
< 도면의 주요 부분에 대한 부호의 설명 ><Description of Symbols for Main Parts of Drawings>
10 : 사용자 컴퓨터 11,12 : 하드디스크10: user computer 11, 12: hard disk
13 : 메인 컴퓨터 14 : PCI 슬롯13: main computer 14: PCI slot
15 : 랜(LAN) 카드 20 : 멀티넷 보드15 LAN card 20 Multinet board
21 : 마이크로 컴퓨터 22,23,24,25 : 라인 커넥터21: microcomputer 22,23,24,25: line connector
26 : 멀티플렉서 27 : PCI 인터페이스26: multiplexer 27: PCI interface
28 : 하드디스크 셀렉터 29 : 메인라인 커넥터28: hard disk selector 29: mainline connector
상기와 같은 목적을 달성하기 위한 본 발명의 특징에 따르면, 독자적인 운영체제를 갖는 다수의 하드디스크와, 상기 다수의 하드디스크 중 사용자에 의해 선택된 하드디스크에 의한 운영체제에 따라 컴퓨터 시스템 전체의 동작을 제어하는 메인 컴퓨터를 구비하고, 다수의 통신망을 사용할 수 있도록 구성된 사용자 컴퓨터에 적용되어, 사용자가 원하는 운영체제 및 통신망에 따라 컴퓨터 시스템이 동작되도록 하는 다중 운영체계를 사용하는 컴퓨터 시스템에 있어서;According to a feature of the present invention for achieving the above object, to control the operation of the entire computer system in accordance with the operating system by a plurality of hard disks having a unique operating system, and a hard disk selected by the user of the plurality of hard disks A computer system having a main computer and applied to a user computer configured to use a plurality of communication networks, the computer system using multiple operating systems for operating the computer system according to an operating system and a communication network desired by the user;
사용자의 제어신호 입력에 따라 운영체제 선택 시스템의 동작을 제어하는 제어수단과, 상기 제어수단으로부터의 제어신호에 따라 다수의 통신망과 개별적으로 연결되는 다수의 라인 커넥터 중 어느 하나를 메인 컴퓨터와 연결시켜 해당 통신망을 사용할 수 있도록 하는 통신망 선택수단과, 상기 사용자 컴퓨터에 장착된 다수의 하드디스크 중 어느 하나를 선택하여 해당 운영체제에 따라 컴퓨터 시스템이 동작되도록 하는 하드디스크 선택수단을 포함하여 구성되는 것을 특징으로 하는 다중 운영체계를 사용하는 컴퓨터 시스템을 제공한다.By connecting one of the control means for controlling the operation of the operating system selection system according to the control signal input of the user, and a plurality of line connectors that are individually connected to the plurality of communication networks in accordance with the control signal from the control means connected to the main computer And a hard disk selecting means for selecting one of a plurality of hard disks mounted on the user computer to operate a computer system according to a corresponding operating system by selecting one of a plurality of hard disks mounted on the user computer. Provides a computer system using multiple operating systems.
이때, 본 발명의 부가적인 특징에 따르면, 상기 하드디스크 선택수단은 컴퓨터 시스템에 2개의 하드디스크가 장착된 경우에 응용소프트웨어 없이도 키스위치를 이용하여 사용자가 원하는 운영체제로 부팅할 수 있도록, 잠금 모드, 하드디스크 1번 모드, 하드디스크 2번 모드의 세 가지 선택영역을 제공하는 3단 키스위치로 구성되고, 컴퓨터 본체의 전면패널에 장착되는 것이 바람직하다.At this time, according to an additional feature of the present invention, the hard disk selection means is a lock mode, so that the user can boot to the desired operating system using a key switch without the application software when two hard disks are mounted in the computer system, It is composed of a three-stage key switch that provides three selection areas of the hard disk 1 mode and the hard disk 2 mode, and is preferably mounted on the front panel of the computer main body.
본 발명의 상술한 목적과 여러 가지 장점은 이 기술 분야에 숙련된 사람들에 의해 첨부된 도면을 참조하여 후술되는 발명의 바람직한 실시예로부터 더욱 명확하게 될 것이다.The above objects and various advantages of the present invention will become more apparent from the preferred embodiments of the invention described below with reference to the accompanying drawings by those skilled in the art.
이하, 본 발명의 바람직한 실시예를 첨부한 도면을 참조하여 상세히 설명한다.Hereinafter, with reference to the accompanying drawings, preferred embodiments of the present invention will be described in detail.
도 1은 본 발명에 따른 컴퓨터 시스템의 구성을 나타내는 블록도이고, 도 2는 본 발명에 따른 멀티넷 보드의 구성을 나타내는 도면이다.1 is a block diagram showing the configuration of a computer system according to the present invention, Figure 2 is a view showing the configuration of a multi-net board according to the present invention.
상기 도 1을 참조하면, 참조번호 10은 다수의 운영체제를 구비한 사용자 컴퓨터를 나타내고, 20은 본 발명에 의하여 운영체계를 선택하기 위한 멀티넷 보드를 나타낸다.Referring to FIG. 1, reference numeral 10 denotes a user computer having a plurality of operating systems, and 20 denotes a multinet board for selecting an operating system according to the present invention.
이때, 상기 사용자 컴퓨터(10)에는 독자적인 운영체제를 갖는 다수의 하드디스크(11,12)와, 상기 다수의 하드디스크(11,12) 중 사용자에 의해 선택된 하드디스크에 의한 운영체제에 따라 컴퓨터 시스템 전체의 동작을 제어하는 메인 컴퓨터(13)와, 상기 멀티넷 보드(20)를 상기 메인 컴퓨터(13)에 연결시키기 위한 PCI 슬롯(14)과, 특정 컴퓨터 시스템과 연결시키기 위한 랜(LAN) 카드(15)가 구비된다.In this case, the user computer 10 includes a plurality of hard disks 11 and 12 having a unique operating system, and an operating system by a hard disk selected by a user among the plurality of hard disks 11 and 12. A main computer 13 for controlling operation, a PCI slot 14 for connecting the multinet board 20 to the main computer 13, and a LAN card 15 for connecting a specific computer system Is provided.
또한, 상기 멀티넷 보드(20)에는 사용자의 제어신호 입력에 따라 멀티넷 보드(20)의 동작을 제어하는 마이크로 컴퓨터(21)와, 다수의 통신망과 개별적으로 연결되는 다수의 라인 커넥터(22,23,24,25)와, 상기 마이크로 컴퓨터(21)의 제어신호에 따라 상기 다수의 라인 커넥터(22,23,24,25) 중 어느 하나를 상기 사용자 컴퓨터(10)와 연결시켜 해당 통신망을 사용하도록 하는 멀티플렉서(26)와, 상기 사용자 컴퓨터(10)의 PCI 슬롯(14)과 연결되어 상기 마이크로 컴퓨터(21)에서 제공되는 신호의 변환을 수행하는 PCI 인터페이스(27)와, 상기 사용자 컴퓨터(10)에 장착된 다수의 하드디스크(11,12) 중 어느 하나를 선택하여 해당 운영체제가 동작되도록 하는 하드디스크 셀렉터(28)와, 상기 사용자 컴퓨터(10)에 장착된 랜 카드(15)를 메인라인(main line)으로 연결하는 메인라인 커넥터(29)가 구비된다.In addition, the multi-net board 20 includes a microcomputer 21 for controlling the operation of the multi-net board 20 according to a user's control signal input, and a plurality of line connectors 22, 23, respectively connected to a plurality of communication networks. 24, 25 and one of the plurality of line connectors 22, 23, 24, and 25 according to the control signal of the microcomputer 21 to connect the user computer 10 to use the corresponding communication network. A multiplexer 26, a PCI interface 27 connected to the PCI slot 14 of the user computer 10 to convert signals provided from the microcomputer 21, and the user computer 10 to the multiplexer 26. The hard disk selector 28 which selects one of a plurality of mounted hard disks 11 and 12 to operate the corresponding operating system, and the LAN card 15 mounted to the user computer 10 are mainline. mainline connector (2) 9) is provided.
이때, 상기 하드디스크 셀렉터(28)는 컴퓨터 시스템에 2개의 하드디스크(11,12)가 장착된 경우에 응용소프트웨어 없이도 키스위치를 이용하여 사용자가 원하는 운영체제로 부팅할 수 있도록, 잠금 모드, 하드디스크 1번 모드, 하드디스크 2번 모드의 세 가지 선택영역을 제공하는 3단 키스위치로 구성되고, 컴퓨터 본체의 전면패널에 장착되는 것이 바람직하다.In this case, when the hard disk selector 28 is equipped with two hard disks 11 and 12 in a computer system, a lock mode and a hard disk can be booted by a user's desired operating system using a key switch without application software. It is composed of a three-stage key switch that provides three selection areas of mode 1 and mode 2 of the hard disk, and is preferably mounted on the front panel of the computer main body.
상기에서 멀티넷 보드(20)를 이루는 각 구성의 배치 상태를 도 2를 참조하여 살펴보고자 한다. 이때, 도 2에서 참조번호 1은 메인보드와 연결되는 메인보드 프리머리(primary) IDE 커넥터를 나타내고, 2는 제1 하드디스크(11)와 연결되는 제1 하드디스크 IDE 커넥터를 나타내고, 3은 제2 하드디스크(12)와 연결되는 제2 하드디스크 IDE 커넥터를 나타내고, 4는 랜 카드(15)와 연결되는 랜카드 연결소켓을 나타내고, 5는 메인라인 커넥터(29)와 연결되는 네트워크 연결소켓을 나타내고, 6은 PCI 메인칩이 장착되는 위치를 나타내고, 7은 상기 마이크로 프로세서(21)가 장착되는 위치를 나타내고, 8은 전면패널의 LED 보드와 연결되는 LED 보드 커넥터를 나타낸다.The arrangement of the components constituting the multinet board 20 will be described with reference to FIG. 2. In this case, reference numeral 1 in FIG. 2 denotes a mainboard primary IDE connector connected to the main board, 2 denotes a first hard disk IDE connector connected to the first hard disk 11, and 3 denotes a first 2 represents a second hard disk IDE connector connected to the hard disk 12, 4 represents a LAN card connection socket connected to the LAN card 15, 5 represents a network connection socket connected to the mainline connector 29. 6 represents a position where the PCI main chip is mounted, 7 represents a position where the microprocessor 21 is mounted, and 8 represents an LED board connector connected to the LED board of the front panel.
상기와 같은 구성을 갖는 본 발명의 동작을 첨부한 도 3의 흐름도를 참조하여 상세히 설명하면 다음과 같다.When described in detail with reference to the flowchart of Figure 3 attached to the operation of the present invention having the above configuration as follows.
먼저, 사용자 컴퓨터(10)에 전원이 공급될 때 상기 마이크로 컴퓨터(21)에서 PCI 인터페이스(Interface)(27)를 통해 리셋 시그널(Reset Signal)이 메인 컴퓨터(13)에 전달되어 시스템 초기화가 이루어지게 되며(S11 참조), 멀티넷 보드(20)의 각 환경을 점검하게 된다.(S12 참조)First, when power is supplied to the user computer 10, a reset signal is transmitted to the main computer 13 through the PCI interface 27 in the microcomputer 21 so that system initialization may be performed. (See S11), each environment of the multi-net board 20 is checked (see S12).
즉, 상기 마이크로 컴퓨터(21)에서 현재 하드디스크 셀렉터(28)의 상태를 확인하여 선택된 하드디스크(11,12)가 동작 할 수 있도록 한다. 이때, 먼저 잠금모드인지를 확인하고(S13 참조), 잠금모드 상태이면 하드디스크 인식불가를 판정하여 사용자에게 알려주게 된다.(S14 참조) 또한, 잠금모드 상태가 아니면 하드디스크(11,12)의 신호를 제어하여 선택되어 있는 하드디스크를 사용 할 수 있도록 하는 한편 하드디스크와 같이 연동될 랜(LAN) 접속포트를 구동시킨다.(S15 참조) 또한, 현재 동작되고 있는 하드디스크 및 네트워크 라인의 상황을 사용자가 용이하게 확인할 수 전면패널의 LED 디스플레이에 표시한다.That is, the microcomputer 21 checks the current state of the hard disk selector 28 so that the selected hard disks 11 and 12 can operate. At this time, the first check whether the lock mode (see S13), and if the lock mode state is determined to not recognize the hard disk and informs the user. (See S14) Also, if the lock mode is not in the state of the hard disk (11, 12) It controls the signal so that the selected hard disk can be used and drives the LAN connection port to be interlocked with the hard disk (see S15). The user can easily check the LED display on the front panel.
그후, 상기 사용자 컴퓨터(10)에서 선택된 하드디스크(11,12)의 운영체제에 따라 부팅을 개시하게 되는데(S16 참조), 운영체제가 가동 될 때 PnP Mode를 지원하는 멀티넷 보드(20)를 자동적으로 인식하여 장치드라이버를 로딩(Loading)하게 되고, 상기 멀티넷 보드(20)의 마이크로 프로세서(21)와 운영체제간의 커뮤니케이션 기능을 이용하여 장치드라이버를 통한 스프트웨어적인 제어를 할 수 있다.Thereafter, booting is started according to the operating system of the hard disks 11 and 12 selected by the user computer 10 (see S16). When the operating system is started, the multinet board 20 supporting the PnP mode is automatically recognized. The device driver may be loaded, and software control may be performed through the device driver using a communication function between the microprocessor 21 and the operating system of the multinet board 20.
한편, 본 발명에서는 제어 소프트웨어를 작동하여 운영체제가 실행 중일 때에도 운영체제 및 네트워크 라인을 변경 또는 삭제하여 네트워크에 접속 또는 해제를 사용자가 마음대로 할 수 있는 강력한 네트워크 관리기능을 구현하였다. 즉, 컴퓨터 시스템이 동작되는 동안에 운영체제 변경 및 종료신호를 계속적으로 체크하여(S17 참조), 변경신호가 체크되면 상기 S11로 진행하여 그에 따른 운영체제로 변경되도록 하고, 종료신호가 체크되면 시스템을 종료시키게 된다.On the other hand, the present invention implements a powerful network management function that allows the user to access or disconnect the network by changing or deleting the operating system and network lines even when the operating system is running by operating the control software. That is, while the computer system is operating, the OS change and shutdown signals are continuously checked (see S17). If the change signal is checked, the process proceeds to S11 to change to the OS accordingly. If the shutdown signal is checked, the system is shut down. do.
이상의 설명에서 본 발명은 특정의 실시 예와 관련하여 도시 및 설명하였지만, 특허청구범위에 의해 나타난 발명의 사상 및 영역으로부터 벗어나지 않는 한도 내에서 다양한 개조 및 변화가 가능하다는 것을 당 업계에서 통상의 지식을 가진 자라면 누구나 쉽게 알 수 있을 것이다.While the invention has been shown and described in connection with specific embodiments thereof, it is well known in the art that various modifications and changes can be made without departing from the spirit and scope of the invention as indicated by the claims. Anyone who owns it can easily find out.
이상에서 설명한 바와 같은 본 발명의 다중 운영체제를 사용하는 컴퓨터 시스템은 하나의 컴퓨터에 독자적인 운영체제를 갖는 다수의 하드디스크와 다수의 통신망을 연결하여 사용자 임의대로 운영체제와 통신망을 선택하여 사용할 수 있도록 함으로써 다수의 컴퓨터를 하나의 컴퓨터로 대처할 수 있기 때문에 구입 및 운영상의 제반비용을 절감 할 수 있으며, 사무실 공간을 획기적으로 줄일 수 있게 되는 효과가 있다.As described above, a computer system using a multi-operating system of the present invention connects a plurality of hard disks having a unique operating system to a single computer and a plurality of communication networks so that a user can select and use an operating system and a communication network arbitrarily. The computer can cope with a single computer, which can reduce the overall cost of purchase and operation, and can significantly reduce the office space.
또한, 본 발명은 다수의 하드디스크 및 통신망 중에서 선택된 하드디스크와 통신망 외에 나머지 하드디스크 및 통신망은 릴레이 스위치 및 케이블 시그널제어로 물리적인 방어시스템을 작동시키기 때문에 외부 해커의 침입이나 바이러스의 감염 및 확산을 완벽하게 차단시켜 데이터의 보안 및 안전을 유지할 수 있으며, 다양한 통신망을 구축, 사용 할 수 있으므로 업무의 효율을 극대화 할 수 있게 되는 효과가 있다.In addition, the present invention because the other hard disk and communication network in addition to the selected hard disk and communication network among a plurality of hard disks and communication network operates a physical defense system by relay switch and cable signal control to prevent the invasion or spreading of viruses and external hackers. It can block the data perfectly to maintain the security and safety of the data, and can establish and use various communication networks, thereby maximizing the efficiency of the work.
또한, 본 발명은 2개 또는 4개의 하드디스크내의 운영체제가 서로 다른 경우에 시스템 분해 및 내부케이블 교체 없이 자동적으로 설정환경에 따라 회로가 구성되어지도록 함으로써 하드디스크를 어느 형태로도 부팅하여 사용할 수 있기 때문에 사용상의 편의성을 향상시킬 수 있는 효과가 있다.In addition, the present invention can be used by booting the hard disk in any form by allowing the circuit to be automatically configured according to the setting environment without disassembling the system and replacing the internal cable when the operating system in the two or four hard disks are different. Therefore, there is an effect that can improve the ease of use.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000056383A KR20020024629A (en) | 2000-09-26 | 2000-09-26 | Computer system using multi operating system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000056383A KR20020024629A (en) | 2000-09-26 | 2000-09-26 | Computer system using multi operating system |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20020024629A true KR20020024629A (en) | 2002-04-01 |
Family
ID=19690420
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020000056383A KR20020024629A (en) | 2000-09-26 | 2000-09-26 | Computer system using multi operating system |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20020024629A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20020024222A (en) * | 2002-02-05 | 2002-03-29 | 박대순 | Partial Synchronous Database Security Solution |
KR20030075808A (en) * | 2002-03-20 | 2003-09-26 | 유디에스 주식회사 | Dowonload system with dividing an external access server and a data storage server and the method thereof |
KR20040050773A (en) * | 2002-12-09 | 2004-06-17 | 삼성전자주식회사 | Computer System And Booting-Control Method For Computer System |
KR100464547B1 (en) * | 2001-06-18 | 2005-01-03 | 주식회사 투피씨 | computer hard-disc selector |
KR100475381B1 (en) * | 2001-12-06 | 2005-03-10 | (주) 미석이노텍 | Apparatus for securing recording medium drive |
WO2007136524A1 (en) * | 2006-05-22 | 2007-11-29 | Microsoft Corporation | Auxiliary display within a primary display system |
-
2000
- 2000-09-26 KR KR1020000056383A patent/KR20020024629A/en not_active Application Discontinuation
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100464547B1 (en) * | 2001-06-18 | 2005-01-03 | 주식회사 투피씨 | computer hard-disc selector |
KR100475381B1 (en) * | 2001-12-06 | 2005-03-10 | (주) 미석이노텍 | Apparatus for securing recording medium drive |
KR20020024222A (en) * | 2002-02-05 | 2002-03-29 | 박대순 | Partial Synchronous Database Security Solution |
KR20030075808A (en) * | 2002-03-20 | 2003-09-26 | 유디에스 주식회사 | Dowonload system with dividing an external access server and a data storage server and the method thereof |
KR20040050773A (en) * | 2002-12-09 | 2004-06-17 | 삼성전자주식회사 | Computer System And Booting-Control Method For Computer System |
WO2007136524A1 (en) * | 2006-05-22 | 2007-11-29 | Microsoft Corporation | Auxiliary display within a primary display system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3965052B2 (en) | System and method for managing access to storage unit | |
TWI305319B (en) | Computer having proctected data stores and switchable components providing isolated computing for vital and haker immunity | |
US5860001A (en) | Computer system having at least two boot sequences | |
US6813650B1 (en) | Multimode non-standard universal serial bus computer input device | |
CN101276283B (en) | Multi-mode computer operation | |
JP5255703B2 (en) | Firmware storage media with customized image | |
US20060229741A1 (en) | Operating system-wide sandboxing via switchable user skins | |
US6453414B1 (en) | Computer system with PC cards and method of booting the same | |
US20060288168A1 (en) | Transportable computing environment | |
CN100549906C (en) | Plug fixed system hard disk | |
US6219721B1 (en) | Computer in which multiple operating systems are installed in different peripheral access devices | |
US20060206666A1 (en) | System and method for remotely accessible local virtual storage | |
RU2211482C2 (en) | Software shell methods and systems | |
NZ544291A (en) | Method and device for overcoming system administrator privilege for device connection | |
KR20020024629A (en) | Computer system using multi operating system | |
US6686934B1 (en) | Methods and arrangements for providing a discoverable plural mode system shut down graphical user interface capability | |
KR100810473B1 (en) | variable method for source path of operating system and the computer system for it | |
KR100709385B1 (en) | Computer system | |
JP2000242473A (en) | Computer | |
US6799259B1 (en) | Security system for data processing applications | |
US20060069908A1 (en) | Information processing apparatus and boot control method | |
US20040088569A1 (en) | Apparatus and a method for securely switching status of a computing system | |
KR20040061052A (en) | Usb apparatus having a remote control function and remote controlling method thereof | |
US7380141B2 (en) | Transferring data without completing a boot process | |
JPH0854949A (en) | Information processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E601 | Decision to refuse application |