KR20000044525A - Method of loading program loaded data for exchange - Google Patents

Method of loading program loaded data for exchange Download PDF

Info

Publication number
KR20000044525A
KR20000044525A KR1019980061024A KR19980061024A KR20000044525A KR 20000044525 A KR20000044525 A KR 20000044525A KR 1019980061024 A KR1019980061024 A KR 1019980061024A KR 19980061024 A KR19980061024 A KR 19980061024A KR 20000044525 A KR20000044525 A KR 20000044525A
Authority
KR
South Korea
Prior art keywords
loading
data
pld
file
load
Prior art date
Application number
KR1019980061024A
Other languages
Korean (ko)
Inventor
복남수
Original Assignee
윤종용
삼성전자 주식회사
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 윤종용, 삼성전자 주식회사 filed Critical 윤종용
Priority to KR1019980061024A priority Critical patent/KR20000044525A/en
Publication of KR20000044525A publication Critical patent/KR20000044525A/en

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE: A method of loading program loaded data(PLD) for a mobile exchange is provided to reduce a PLD loading time by excluding a relation which is unnecessary for being loaded, by considering special characteristics of the PLD when a package of the mobile exchange are applied. CONSTITUTION: A method for loading program loaded data(PLD) for an exchange comprises the steps of: composing a file header information region including loading data size information necessary for being loaded in a load-oriented processor and non-loading data size information unnecessary for being loaded, and composing a PLD file structure having a data region which allocates non-loading data regions, respectively; if a loading process of the PLD is necessary in the load-oriented processor, transmitting the file header information to the load-oriented processor, and transmitting loading data necessary for the load-oriented processor to the load-oriented processor; allocating a memory in the load-oriented processor by using the loading data size information, and recording the transmitted loading data in the allocated memory; and executing an application by using the stored loading data.

Description

교환기용 프로그램 로디드 데이터 로딩방법How to load program loaded data for exchange

본 발명은 이동교환시스템에 관한 것으로, 특히 교환기용 프로그램 로디드 데이터(Program Loaded Data: 이하 "PLD"라 칭함) 로딩방법에 관한 것이다.The present invention relates to a mobile switching system, and more particularly to a method for loading Program Loaded Data (hereinafter referred to as "PLD") for an exchange.

교환기용 PLD파일은 크게 파일헤더와 실제 데이터로 구분된다. 파일헤더는 예컨대, coff헤더이며 상기 coff헤더는 공통파일인 ldmdhdr에 정의되어 있다.The PLD file for the exchange is divided into file header and actual data. The file header is for example the coff header and the coff header is defined in ldmdhdr which is a common file.

도 3에서는 종래기술에 따른 PLD파일 구조 및 파일헤더 정보를 보여주고 있다. 도 3을 참조하면, PLD파일의 구조는 위에서 언급한 바와 같이 파일헤더와 실제 데이터로 구분되어 있고, 그 구조의 좌측에는 파일헤더가 예컨대, 공통파일인 ldmdhdr로 정의된 파일헤더 정보 구조가 보여지고 있다.3 shows a PLD file structure and file header information according to the prior art. Referring to FIG. 3, the structure of the PLD file is divided into a file header and actual data as mentioned above. On the left side of the structure, a file header information structure is defined in which the file header is defined as, for example, a common file, ldmdhdr. have.

기존 이동교환기의 경우에는 도 3과 같은 PLD의 모든 데이터가 로딩되었기 때문에 기존 PLD 파일의 헤더를 보면 tsize:=0, dsize에 전체 PLD사이즈(DATA size)가 수록되어 있으며, 그에 따른 로딩시간도 대상 프로세서에서 실제 필요한 데이터만을 받는 시간보다 길게 된다. PLD로딩에 대해서 도 1을 참조하여 보다 구체적으로 설명하면 하기와 같다.In the case of the existing mobile exchange, since all data of the PLD is loaded as shown in FIG. 3, when looking at the header of the existing PLD file, tsize: = 0, dsize includes the total PLD size (DATA size), and the loading time accordingly. It takes longer than the processor only receives the data that is actually needed. The PLD loading is described in more detail with reference to FIG. 1 as follows.

도 1은 종래기술에 따른 PLD로딩 절차를 보여주는 도면이다. 도 1을 참조하면, PLD로딩에 관련된 기능부는 CROS(Concurrent Relation Operating System), DBKG(DataBase Kernel Group), PL(Processor Loader)를 포함하고 있는데, 본 명세서에서는 PLD로딩 관련기능부(10)라 통칭한다. PLD로딩 관련기능부(10)에서 CROS는 전전자 교환기의 상위레벨 운용체계로서 복잡하고 다양한 형태의 대형 응용 소프트웨어를 수행하고 관리하는데 효과적인 공통적 고급기능을 제공한다. PLD로딩 관련기능부(10)에서 DBKG는 데이터베이스 시스템의 서브시스템(subsystem)의 핵심부분으로 데이터 접근 요청을 받아 릴레이션의 형태에 따라 분류하는 기능, 사용자가 원하는 데이터에 접근하여 검색하는 기능, 데이터의 동시 접근을 제어하는 기능, 데이터를 변경하는 기능, 분산된 데이터는 분산된 프로세서로 데이터 조작이 가능하게 하는 기능, 디스크에만 존재하는 릴레이션을 처리하는 기능, 가상데이터 처리 기능, 트랜잭션 처리 기능 및 온라인 디버깅 기능 등을 수행한다. PLD로딩 관련기능부(10)에서 PL은 모든 MP(Main Processor)에 실장되어 프로세서의 초기 시동 또는 재시동시, 시스템 로딩을 담당하는 OMP(Operation Main Process)와 함께 자신의 실장된 프로세서에 대한 사용자 블록의 로딩을 담당하는 블록이다.1 is a view showing a PLD loading procedure according to the prior art. Referring to FIG. 1, a functional unit related to PLD loading includes a CROS (Concurrent Relation Operating System), a DBKG (DataBase Kernel Group), and a PL (Processor Loader). In this specification, a PLD loading related functional unit 10 is collectively referred to. do. In the PLD loading-related function unit 10, CROS is a high-level operating system of an electronic switchboard, and provides a common advanced function that is effective in performing and managing complex and various large-scale application software. In the PLD loading-related function unit 10, DBKG is a core part of a subsystem of a database system, receives a data access request, classifies it according to a relation type, accesses and searches the data desired by a user, and The ability to control concurrent access, the ability to alter data, the ability to manipulate data with distributed processors on distributed processors, the ability to handle relations that exist only on disk, virtual data processing, transaction processing and online debugging Function and so on. In the PLD loading-related function unit 10, the PL is mounted in all main processors (MPs) so that the user block for the mounted processor along with an operation main process (OMP), which is responsible for system loading at the initial startup or restart of the processor. This block is responsible for loading.

PLD로딩 관련기능부(10)는 OS파일헤더 OSHead를 대상 프로세서의 부우터(booter)(20)로 전송한 후 OS파일데이터도 상기 부우터(20)로 전송한다. 또한 OS데이터 로딩 종료 후에 체크섬(check sum)이 포함된 OS종료신호 OSEnd(check sum)를 상기 대상 프로세서의 부우터(20)로 전송한다. 대상 프로세서의 부우터(20)는 상기 OS파일헤더 OSHead가 수신되면 메모리를 할당하고, 상기 OS데이터 OSCode가 수신되면 상기 할당된 메모리에 OS파일데이터 OSCode를 저장한다. 그후 OS종료신호 OSEnd(check sum)가 수신되면 체크섬 확인후 확인응답신호 OSOK를 프로세서로 전송해준다.The PLD loading related function unit 10 transmits the OS file header OSHead to the booter 20 of the target processor and then transmits OS file data to the booter 20. After completion of the OS data loading, the OS end signal OSEnd (check sum) including a check sum is transmitted to the booster 20 of the target processor. The booter 20 of the target processor allocates memory when the OS file header OSHead is received, and stores OS file data OSCode in the allocated memory when the OS data OSCode is received. Thereafter, when the OS end signal OSEnd (check sum) is received, the checksum is confirmed and an acknowledgment signal OSOK is transmitted to the processor.

그후 PLD로딩 관련기능부(10)는 PLD파일 로딩을 수행하는데, 먼저 PLD파일에 대한 파일헤더정보 PLHead를 대상 프로세서의 부우터(booter)(20)로 전송한 후 실제 파일데이터 PLCode를 전송하게 된다. 이때 상기 파일헤더정보 PLHead에는 실제 데이터의 사이즈(즉 전체 PLD사이즈)가 기록되어 있다(도 3을 보면, "dsize"에 "DATA size"가 기록되어 있음). PLD파일 로딩종료 후에 체크섬(check sum)이 포함된 로딩종료신호 PLEnd(check sum)를 상기 대상 프로세서의 부우터(20)로 전송한다.Thereafter, the PLD loading-related function unit 10 performs PLD file loading. First, the file header information PLHead for the PLD file is transmitted to the booter 20 of the target processor, and then the actual file data PLCode is transmitted. . At this time, the size of the actual data (that is, the total PLD size) is recorded in the file header information PLHead (see FIG. 3, where "DATA size" is recorded in "dsize"). After the loading of the PLD file is terminated, a loading end signal PLEnd (check sum) including a check sum is transmitted to the booster 20 of the target processor.

대상 프로세서의 부우터(20)는 파일헤더정보 PLHead가 수신되면 로딩데이터 사이즈로 메모리를 할당하고, 상기 실제 파일데이터 PLCode가 수신되면 상기 할당된 메모리에 로딩 데이터 사이즈만큼 실제파일데이터 PLCode를 저장한다. 그후 로딩 종료신호 PLEnd(check sum)가 수신되면 체크섬(check sum) 확인후 확인응답신호 PLOK를 PLD로딩 관련기능부(10)로 전송해준다. 그에따라 대상 프로세서의 부우터(20)는 로딩된 PLD를 이용해서 모든 로드 어플리케이션(application)을 실행시킨다.When the file header information PLHead is received, the processor 20 of the target processor allocates a memory with a loading data size, and when the actual file data PLCode is received, stores the actual file data PLCode in the allocated memory as much as the loading data size. Thereafter, when the loading end signal PLEnd (check sum) is received, the acknowledgment signal PLOK is transmitted to the PLD loading related function unit 10 after checking the check sum. Accordingly, the butcher 20 of the target processor executes all load applications using the loaded PLD.

도 1 및 도 3을 함께 참조하여 설명하였듯이 기존 이동교환기의 경우에는 PLD파일의 모든 데이터가 로딩되었기 때문에 로딩시간이 실제 필요한 데이터만을 받는 시간보다 길어지는 단점이 있었다. 상술한 바와 같이 종래기술은 이동교환기에 PLD를 포함한 토탈 패키지(total package) 적용함으로써 장시간의 로딩시간으로 인해 패키지 적용의 제약을 받았다.As described above with reference to FIGS. 1 and 3, in the case of the existing mobile exchange, since all data of the PLD file is loaded, the loading time is longer than the time for receiving only the data actually required. As described above, the prior art has been constrained by the application of the package due to the long loading time by applying a total package including the PLD to the mobile exchange.

따라서 본 발명의 목적은 개선된 교환기용 PLD를 로딩하는 방법을 제공하는데 있다.It is therefore an object of the present invention to provide an improved method of loading a PLD for an exchanger.

상기한 목적에 따라, 본 발명은, 교환기용 프로그램 로디드 데이터 로딩방법에 있어서, 로드 대상 프로세서에 로딩 필요한 로딩데이터 사이즈정보와 로딩 필요없는 비로딩데이터 사이즈정보를 포함하고 있는 파일헤더정보영역과, 상기 로딩데이터과 상기 비로딩데이터의 영역을 각각 할당하고 있는 데이터영역을 가지고 있는 프로그램 로디드 데이터파일 구조를 구성하는 과정과, 상기 로드 대상 프로세서에 프로그램 로디드 데이터의 로딩이 필요하면 상기 파일헤더정보를 상기 로드 대상 프로세서로 전송한 후 상기 로드 대상 프로세서에 필요한 로딩데이터를 상기 로드 대상 프로세서로 전송하는 과정과, 상기 전송된 파일헤더정보에 포함된 로딩데이터 사이즈 정보를 이용해 상기 로드 대상 프로세서에서 메모리를 할당하고, 상기 전송된 로딩데이터를 상기 할당된 메모리에 기록하는 과정과, 상기 저장된 로딩데이터를 이용해서 어플리케이션을 실행시키는 과정으로 이루어짐을 특징으로 한다.In accordance with the above object, the present invention provides a program loaded data loading method for a switch, comprising: a file header information area including loading data size information required for loading in a processor to be loaded and non-loading data size information not required for loading; Configuring a program-loaded data file structure having a data area for allocating the loading data and the non-loading data area, and loading the program header data if the program to be loaded is loaded into the target processor; Transmitting the loading data required for the load target processor to the load target processor after transmitting to the load target processor and allocating memory in the load target processor using loading data size information included in the transmitted file header information And the transmitted loading day Recording the data into the allocated memory, and executing the application by using the stored loading data.

도 1은 종래기술에 따른 PLD로딩 절차 흐름도,1 is a flowchart illustrating a PLD loading procedure according to the prior art;

도 2는 본 발명의 실시예에 따른 PLD로딩 절차 흐름도,2 is a flowchart illustrating a PLD loading procedure according to an embodiment of the present invention;

도 3은 종래기술에 따른 PLD파일 구조 및 파일헤더 정보를 보여주는 도면,3 is a diagram illustrating a PLD file structure and file header information according to the prior art;

도 4는 본 발명의 실시예에 따른 PLD파일 구조 및 파일헤더 정보를 보여주는 도면.4 illustrates a PLD file structure and file header information according to an embodiment of the present invention.

이하 본 발명의 바람직한 실시예들을 첨부한 도면을 참조하여 상세히 설명한다. 도면들중 동일한 구성요소들은 가능한한 어느 곳에서든지 동일한 부호들로 나타내고 있음에 유의해야 한다. 또한 본 발명의 요지를 불필요하게 흐릴 수 있는 공지 기능 및 구성에 대한 상세한 설명은 생략한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the same elements in the figures are denoted by the same numerals wherever possible. In addition, detailed descriptions of well-known functions and configurations that may unnecessarily obscure the subject matter of the present invention will be omitted.

본 발명의 실시예에서는 이동교환기의 패키지 적용시 로딩시간을 단축하기 위해 이동교환기의 PLD의 특수성을 고려하여 로딩을 받을 필요가 없는 릴레이션(relation)에 대해서는 메모리 영역만을 할당하여 로딩에서 제외시킴으로써 PLD로딩시간을 단축한다. 보다 구체적으로 설명하면, PLD 로딩시간 단축을 위해 본 발명에서는 하기와 같이 데이터 구조를 변경한다.In the embodiment of the present invention, in order to shorten the loading time when the package of the mobile exchange is applied, the PLD loading is performed by allocating only a memory area for the relation that does not need to be loaded in consideration of the specificity of the PLD of the mobile exchange. Save time More specifically, in order to shorten the PLD loading time, the present invention changes the data structure as follows.

PLD로딩시 PLD의 데이터중에서 일부 데이터만이 로딩되므로 이에 대한 정보를 필요하다. 따라서 본 발명의 실시예에서는 PLD파일에 대한 파일헤더정보 내에 있는 "tsize"에는 전체 PLD사이즈를, "dsize"에는 실제 로딩될 데이터 사이즈만을 수록하도록 PLD파일 구조 및 파일헤드정보를 변경한다.When loading the PLD, only some data is loaded from the data of the PLD. Therefore, in the embodiment of the present invention, the PLD file structure and file head information are changed to include the entire PLD size in "tsize" in the file header information of the PLD file, and only the data size to be actually loaded in "dsize".

도 4에는 본 발명의 실시예에 따른 PLD파일 구조 및 파일헤더 정보를 보여주고 있다. 도 4를 참조하면, 본 발명의 실시예에 따른 PLD파일의 구조는 파일헤더영역과 데이터영역으로 구분되어 있는데, 상기 데이터영역은 로딩이 필요한 데이터를 위한 R_DATA영역과 로딩이 필요없는 데이터를 위한 E_DATA영역으로 나누어져 할당되어 있다. PLD로딩시 로딩을 받을 필요가 없는 릴레이션(relation)에 대해서는 상기 E_DATA영역에 넣어둔다. 또한 도 4에 도시된 파일헤더정보의 구조를 보면, "tsize"에는 전체 PLD사이즈를, "dsize"에는 실제 로딩될 데이터 사이즈만을 수록하도록 되어 있다.4 shows a PLD file structure and file header information according to an embodiment of the present invention. Referring to FIG. 4, the structure of a PLD file according to an embodiment of the present invention is divided into a file header area and a data area. The data area includes an R_DATA area for data that needs to be loaded and an E_DATA for data that does not need to be loaded. It is divided into areas and allocated. Relations that do not need to be loaded during PLD loading are placed in the E_DATA area. In addition, in the structure of the file header information shown in FIG. 4, the total size of the PLD is stored in "tsize", and only the data size to be actually loaded is stored in "dsize".

도 2는 본 발명의 실시예에 따른 PLD로딩 절차를 보여주는 도면이다. 도 2를 참조하여 PLD로딩을 설명하면, PLD로딩 관련기능부(10)는 OS파일헤더 OSHead를 대상 프로세서의 부우터(booter)(20)로 전송한 후 OS파일데이터도 상기 부우터(20)로 전송한다. PLD로딩 관련기능부(10)는 OS데이터 로딩종료 후에 체크섬(check sum)이 포함된 OS종료신호 OSEnd(check sum)를 상기 대상 프로세서의 부우터(20)로 전송한다. 대상 프로세서의 부우터(20)는 상기 OS파일헤더 OSHead가 수신되면 메모리를 할당하고, 그후 상기 OS파일데이터 OSCode가 수신되면 상기 할당된 메모리에 OS파일데이터 OSCode를 저장한다. 그후 OS종료신호 OSEnd(check sum)가 수신되면 체크섬 확인후 확인응답신호 OSOK를 PLD로딩 관련기능부(10)로 전송해준다.2 is a diagram illustrating a PLD loading procedure according to an embodiment of the present invention. Referring to FIG. 2, the PLD loading-related function unit 10 transmits an OS file header OSHead to a booter 20 of a target processor and then OS file data. To send. The PLD loading related function unit 10 transmits an OS end signal OSEnd (check sum) including a check sum to the booter 20 of the target processor after the OS data loading is finished. The processor 20 of the target processor allocates a memory when the OS file header OSHead is received, and then stores the OS file data OSCode in the allocated memory when the OS file data OSCode is received. Thereafter, when the OS end signal OSEnd (check sum) is received, the checksum is transmitted and the acknowledgment signal OSOK is transmitted to the PLD loading related function unit 10.

그후 PLD로딩 관련기능부(10)는 PLD파일 로딩을 수행하는데, 먼저 도 4에 도시된 바와 같은 파일헤더정보 PLHead를 대상 프로세서의 부우터(booter)(20)로 전송한 후 대상 프로세서가 필요로 하는 실제 파일데이터 PLCode(도 4에 도시된 R_DATA)를 전송하게 된다. 이때 상기 파일헤더정보 PLHead에는 로딩 데이터의 사이즈(즉 R_DATA사이즈)가 기록되어 있다). PLD파일 로딩종료 후에 체크섬(check sum)이 포함된 로딩종료신호 PLEnd(check sum)를 상기 대상 프로세서의 부우터(20)로 전송한다.Thereafter, the PLD loading-related function unit 10 performs PLD file loading. First, the file processor information PLHead as shown in FIG. 4 is transmitted to the booter 20 of the target processor, and then the target processor is required. The actual file data PLCode (R_DATA shown in FIG. 4) is transmitted. At this time, the size of the loading data (that is, R_DATA size) is recorded in the file header information PLHead. After the loading of the PLD file is terminated, a loading end signal PLEnd (check sum) including a check sum is transmitted to the booster 20 of the target processor.

대상 프로세서의 부우터(20)는 파일헤더정보 PLHead가 수신되면 로딩데이터 사이즈(즉 "dsize")로 메모리를 할당하고, 상기 로딩파일데이터 PLCode가 수신되면 상기 할당된 메모리에 로딩 데이터 사이즈만큼 파일데이터 PLCode를 저장한다. 그후 로딩 종료신호 PLEnd(check sum)가 수신되면 체크섬 확인후 확인응답신호 PLOK를 PLD로딩 관련기능부(10)로 전송해준다. 그에따라 대상 프로세서는 로딩된 PLD를 이용해서 모든 로딩된 어플리케이션을 실행시킨다.When the file header information PLHead is received, the processor 20 of the target processor allocates a memory having a loading data size (that is, "dsize"), and when the loading file data PLCode is received, file data corresponding to the loading data size is allocated to the allocated memory. Save the PLCode. Then, when the loading end signal PLEnd (check sum) is received, the checksum is transmitted and the acknowledgment signal PLOK is transmitted to the PLD loading related function unit 10. The target processor then executes all loaded applications using the loaded PLD.

상술한 바와 같이 본 발명은 이동교환기의 패키지 적용시 로딩시간을 단축하기 위해 이동교환기의 PLD의 특수성을 고려하여 로딩을 받을 필요가 없는 릴레이션(relation)에 대해서는 로딩에서 제외시킴으로써 PLD로딩시간을 단축한다.As described above, the present invention shortens the PLD loading time by excluding the relations that do not need to be loaded in consideration of the specificity of the PLD of the mobile exchange in order to reduce the loading time when the package of the mobile exchange is applied. .

Claims (1)

교환기용 프로그램 로디드 데이터 로딩방법에 있어서,In the program loaded data loading method for the exchange, 로드 대상 프로세서에 로딩 필요한 로딩데이터 사이즈정보와 로딩 필요없는 비로딩데이터 사이즈정보를 포함하고 있는 파일헤더정보영역과, 상기 로딩데이터과 상기 비로딩데이터의 영역을 각각 할당하고 있는 데이터영역을 가지고 있는 프로그램 로디드 데이터파일 구조를 구성하는 과정과,The program loady includes a file header information area including loading data size information required for loading to the target processor and non-loading data size information not required for loading, and a data area for allocating the loading data and the non-loading data areas, respectively. The data file structure, 상기 로드 대상 프로세서에 프로그램 로디드 데이터의 로딩이 필요하면 상기 파일헤더정보를 상기 로드 대상 프로세서로 전송한 후 상기 로드 대상 프로세서에 필요한 로딩데이터를 상기 로드 대상 프로세서로 전송하는 과정과,If the load target processor needs to load the program loaded data, transmitting the file header information to the load target processor and transmitting loading data necessary for the load target processor to the load target processor; 상기 전송된 파일헤더정보에 포함된 로딩데이터 사이즈 정보를 이용해 상기 로드 대상 프로세서에서 메모리를 할당하고, 상기 전송된 로딩데이터를 상기 할당된 메모리에 기록하는 과정과,Allocating a memory in the load target processor using loading data size information included in the transmitted file header information, and recording the transmitted loading data in the allocated memory; 상기 저장된 로딩데이터를 이용해서 어플리케이션을 실행시키는 과정으로 이루어짐을 특징으로 하는 교환기용 프로그램 로디드 데이터 로딩방법.Program loaded data loading method for a switch, characterized in that consisting of a step of executing an application using the stored loading data.
KR1019980061024A 1998-12-30 1998-12-30 Method of loading program loaded data for exchange KR20000044525A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019980061024A KR20000044525A (en) 1998-12-30 1998-12-30 Method of loading program loaded data for exchange

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019980061024A KR20000044525A (en) 1998-12-30 1998-12-30 Method of loading program loaded data for exchange

Publications (1)

Publication Number Publication Date
KR20000044525A true KR20000044525A (en) 2000-07-15

Family

ID=19567780

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019980061024A KR20000044525A (en) 1998-12-30 1998-12-30 Method of loading program loaded data for exchange

Country Status (1)

Country Link
KR (1) KR20000044525A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100331469B1 (en) * 1999-11-05 2002-04-09 서평원 method for executive file loading in switching system
KR100827078B1 (en) * 2001-03-12 2008-05-02 엘지노텔 주식회사 Program Loading Method in Switching System

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100331469B1 (en) * 1999-11-05 2002-04-09 서평원 method for executive file loading in switching system
KR100827078B1 (en) * 2001-03-12 2008-05-02 엘지노텔 주식회사 Program Loading Method in Switching System

Similar Documents

Publication Publication Date Title
KR100484485B1 (en) Method for storing data in non-volatile memory and apparatus therefor
US5526523A (en) Interface between operating system and operating system extension
KR100528973B1 (en) Apparatus and method for garbage collection
CN110716845B (en) Log information reading method of Android system
CN102667714B (en) Support the method and system that the function provided by the resource outside operating system environment is provided
CN116028455A (en) Data processing method and device, storage medium and electronic equipment
JPH0296246A (en) Device and method of controlling starting of logic system in data processing system with logic processor facility
US20060085598A1 (en) Storage-device resource allocation method and storage device
KR20000044525A (en) Method of loading program loaded data for exchange
CN111666036A (en) Method, device and system for migrating data
CN112099799B (en) NUMA-aware multi-copy optimization method and system for SMP system read-only code segments
US7673125B2 (en) Resetting multiple cells within a partition of a multiple partition computer system
KR100401560B1 (en) Kernel Stack Dynamic Allocation Method In Operating System
CN114968264B (en) Network processor interaction system, method, electronic equipment and storage medium
KR100388612B1 (en) Method of Compressing Packing In Switching System
CN114138455B (en) Memory residual information clearing method, device, terminal and storage medium
JP2830293B2 (en) Program execution method
KR100308836B1 (en) How to initialize a multiprocessor system using a compressed program
KR100342684B1 (en) Method for loading a stand-by processor in duplicated processor
EP0559220A2 (en) Method and apparatus for storing DOS in high memory area
KR20030077698A (en) Method for loading of Application Program in main processor of mobile switching controller of mobile communication system
CN118227408A (en) Data tracking method and device based on CPU and electronic terminal
JP2644857B2 (en) Data transfer method
CN116893881A (en) Virtual disk state management method, system, terminal and storage medium
CN115421794A (en) System performance adjusting method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination