会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明授权
    • 내장형 시스템을 위한 운영체제 구현 방법
    • 내장형시스템을위체운영체제구현방법
    • KR100406532B1
    • 2003-11-20
    • KR1019990030370
    • 1999-07-26
    • 한국전자통신연구원주식회사 케이티
    • 정부금차영준임동선
    • G06F9/46
    • PURPOSE: An operating system implementation method is provided to subdivide an operating system into function modules, and gradually implement each function module so that it can enhance a convenience for implementing an operating system in an embedded system. CONSTITUTION: An operating system implementation method comprises steps of performing a basic initialization function for a CPU(301), initializing a basic timer for a process scheduling(302), performing a function of controlling serial I/O devices into a falling mode(303), completing a core kernel by outputting characters via a falling I/O(304), implementing a kernel mode shell function to freely use instructions(305), implementing a micro kernel function while dubugging an operation state of a program by using the kernel shell(306), implementing a multiple execution module or a special language support function by extending the micro kernel(307), implementing an interrupt based I/O server(308), implementing a communication function(309), implementing a file system server for controlling an auxiliary memory device(310), and implementing a user shell function while using freely system call(311).
    • 目的:提供操作系统实现方法,将操作系统细分为功能模块,并逐步实现各功能模块,以增强嵌入式系统操作系统实现的便利性。 构成:一种操作系统实现方法包括以下步骤:执行CPU(301)的基本初始化功能,初始化进程调度的基本定时器(302),执行控制串行I / O设备进入下降模式的功能(303 ),通过经由下降的I / O(304)输出字符来完成核心内核,实现内核模式外壳函数以自由使用指令(305),在使用内核对程序的操作状态进行调度时实现微内核功能 通过扩展微内核(307),实现基于中断的I / O服务器(308),实现通信功能(309),实现文件系统服务器(306),实现多执行模块或特殊语言支持功能 用于控制辅助存储器装置(310),并在使用自由系统调用(311)的同时实现用户外壳功能。
    • 2. 发明公开
    • 대기 프로세스를 통한 실시간 스케쥴링 방법
    • 通过等待过程的实时调度方法
    • KR1020010056292A
    • 2001-07-04
    • KR1019990057682
    • 1999-12-14
    • 한국전자통신연구원주식회사 케이티
    • 차영준정부금임동선
    • G06F15/16
    • PURPOSE: A real time scheduling method through a waiting process is provided for a user to offer a process control interface and to perform a creation and a termination of a process with small code by reducing a creating and terminating time of a process in real time operating system, thereby introducing a wait process concept for a real time scheduling. CONSTITUTION: A user requests a management of a wait process to an operator, and an operating system creates a wait process in accordance with the requesting value and constructs a wait process column belong to the corresponding user block(S301). A creation and termination of a process of a user program generated thereafter is operated being linked to a management of the wait process(S302). That is, an operation of the wait process is controlled by requesting a creation and termination of a process from the user in accordance with the status of the corresponding wait column. While the user program performs a control of a processor, the above process is repeated. If the user program is closed, the corresponding wait process is terminated by receiving a managing stop of the wait process and a data structure for managing the wait process is initialized(S303).
    • 目的:提供一种通过等待过程的实时调度方法,用于提供过程控制接口,并通过减少实时操作中的过程的创建和终止时间来以小代码执行过程的创建和终止。 系统,从而为实时调度引入等待过程概念。 构成:用户向操作者请求对等待处理的管理,操作系统根据请求值创建等待处理,构建属于相应用户块的等待处理列(S301)。 操作其后产生的用户程序的处理的创建和终止与等待处理的管理相关联(S302)。 也就是说,通过根据相应的等待列的状态请求从用户的进程的创建和终止来控制等待处理的操作。 当用户程序执行处理器的控制时,重复上述处理。 如果用户程序关闭,则通过接收等待处理的管理停止来终止相应的等待处理,并初始化用于管理等待处理的数据结构(S303)。
    • 3. 发明公开
    • 실시간운영체제에서하드웨어인터럽트서비스루틴과소프트웨어인터럽트서비스루틴으로분리하여처리하는인터럽트처리방법
    • 在实时操作系统中处理软件中断的方法
    • KR1020000038091A
    • 2000-07-05
    • KR1019980052953
    • 1998-12-03
    • 주식회사 케이티한국전자통신연구원
    • 차영준장형규정부금임동선
    • G06F9/22
    • PURPOSE: A method for processing a software interrupt in a real-time operation system, is provided to minimize a disable, mask time of an interrupt by dividing an interrupt into a hardware interrupt and a software interrupt, and secure a real-time character of an entire system thereof. And the method enables to easily implement an interrupt service routine. CONSTITUTION: A method for processing a software interrupt in a real-time operation system, comprises the steps as follows. In a first step, an interrupt is disabled, a level of a generated interrupt is obtained, and then an interrupt under a level of the generated interrupt is masked. In a second step, value of a registered hardware interrupt service routine table corresponding to a generated level is obtained after the interrupt mask, and then whether a registered hardware interrupt service routine table exists is detected according to the value. In a third step, an interrupt is enabled when a hardware interrupt service routine exists as a result of the second step, and an interrupt is disabled after performing every hardware interrupt service routine registered in a corresponding level. In a fourth step, an interrupt under a corresponding level is unmasked and a software interrupt processor is called, when a hardware interrupt service routine doesn't exist as a result of the second step or after disabling an interrupt in the third step.
    • 目的:提供一种在实时操作系统中处理软件中断的方法,通过将中断分解为硬件中断和软件中断来最小化中断的禁用,屏蔽时间,并保护实时性 其整个系统。 该方法可以轻松实现中断服务程序。 构成:在实时操作系统中处理软件中断的方法,包括以下步骤。 在第一步中,禁止中断,获得产生中断的电平,然后屏蔽产生中断电平的中断。 在第二步骤中,在中断屏蔽之后获得对应于生成电平的注册硬件中断服务程序表的值,然后根据该值检测是否存在注册的硬件中断服务程序表。 在第三步中,由于第二步产生了硬件中断服务程序,并且在执行相应级别中注册的每个硬件中断服务程序后,中断被禁止。 在第四步骤中,当由于第二步骤而不存在硬件中断服务程序或在第三步骤中禁用中断之后,在相应级别下的中断被屏蔽并且调用软件中断处理器。
    • 4. 发明授权
    • 타겟 시스템의 운영체계 상에서 칠 리젼의 구현 방법
    • 目标系统区域
    • KR100237401B1
    • 2000-01-15
    • KR1019970057281
    • 1997-10-31
    • 주식회사 케이티한국전자통신연구원
    • 차영준전성익정부금최완
    • H04L12/64
    • 본 발명은 호스트 시스템과 상호 통신을 하는 타겟 시스템의 운영 체계상에서 병렬 수행을 위한 칠(CHILL)의 리젼(region)을 구현하는 방법에 관한 것으로서, 프로세스로부터 리젼 사용 요청을 접수하여 리젼 식별자에 따라 제어용 세마포(semaphore)를 생성하여 현재 수행중인 프로세스의 실행 이미지를 갖는 프로세스의 프로세스 제어부에 연결하는 제 1 과정과, 상기 제 1 과정에서 생성된 세마포에서 리젼 식별자에 해당하는 세마포를 획득하고 프로세스에게 리젼 사용을 허락하는 제 2 과정과, 프로세스로부터 리젼 반납 요청을 접수하여 리젼의 식별자에 따라 제어용 세마포를 생성하여 현재 수행중인 프로세스의 실행 이미지를 갖는 프로세스의 프로세스 제어부에 연결하는 제 3 과정과, 상기 제 3 과정에서 생성된 세마포에서 리젼 식별자에 해당하는 세마 포를 양도하고 프로세스로부터 리젼을 반납 받는 제 4 과정을 포함하고, 기존의 세마포를 사용함으로써, 리젼의 구현이 간단하고, 사용하는 리젼을 하나의 자료 구조로 관리하는 것이 아니라 실행 이미지 단위인 사용자 블록마다 관리하게 함으로써, 리젼 기능의 수행 시간을 최소화하여 병렬 수행되는 시스템의 전체적인 성능을 높이는 효과가 있다.
    • 7. 发明公开
    • 실시간 운영체계에서 사용자 출력문 제어 방법
    • 如何在实时操作系统中控制用户输出语句
    • KR1019960024925A
    • 1996-07-20
    • KR1019940032477
    • 1994-12-01
    • 한국전자통신연구원주식회사 케이티
    • 정부금조주현
    • G06F9/44
    • 본 발명은 대용량 실시간 교환 시스템에서 방대한 소프트웨어를 개발함에 있어 소프트웨어의 디버깅을 위하여 사용되는 다량의 출력문에 대한 제어 방법에 관한 것으로, 소프트웨어의 실행 상태를 조사할 수 있는 출력문을 소프트웨어 수행중에 온/오프(on/off)시킬 수 있는 온라인 제어 기능을 구현하여 소프트웨어 시험의 편이성을 높이기 위하여, 사용자로 부터 제어 명령을 수신하여 처리한 후에 사용자 블럭실행시 출력문이 나타나면 현재의 출력 상태를 조사는 제1단계(11 내지 14); 현재의 출력 상태가 온 상태이면 사용자 수준의 라이브러리에서 출력문을 처리하는 제2단계(15); 및 현재의 출력 상태가 오프 상태이면 시스템 수준의 라이브러리 에서 출력문을 처리하는 제3단계(16)를 포함하여 대용량 실시간 시스템에서 사용자 출력문 제어기능을 실현하여 대용량 실시간 시스템에서사용자 출력문 제어기능을 실현하여 대형 소프트웨어 개발에 있어 온라인 상에서의 소프트웨어 수행상태 조사 및 디버깅을 가능하게 하여 소프트웨어 개발 비용의 절감 및 시스템의 안전성을증대시키는 효과가 있다.