KR100746035B1 - Apparatus and method for providing management using linear file system - Google Patents

Apparatus and method for providing management using linear file system Download PDF

Info

Publication number
KR100746035B1
KR100746035B1 KR1020060021504A KR20060021504A KR100746035B1 KR 100746035 B1 KR100746035 B1 KR 100746035B1 KR 1020060021504 A KR1020060021504 A KR 1020060021504A KR 20060021504 A KR20060021504 A KR 20060021504A KR 100746035 B1 KR100746035 B1 KR 100746035B1
Authority
KR
South Korea
Prior art keywords
resource
file
files
memory
linear
Prior art date
Application number
KR1020060021504A
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 KR1020060021504A priority Critical patent/KR100746035B1/en
Application granted granted Critical
Publication of KR100746035B1 publication Critical patent/KR100746035B1/en

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A device and a method for providing resource management with a linear file system are provided to enable all applications to share resources such as strings and bitmaps in an embedded system mainly used to a mobile terminal by using the linear file system. A resource storing part(201) stores resource and description files in a continuous linear type. An initialization setting part(202) loads and initializes the stored resource files. A memory loader(203) loads the stored description files to a memory during initialization. A file accessing part(204) access the resource files by using the loaded resource and description files. The resources storing part realizes the resource management using the linear file system storing the files in a read-only type and predicting offset of the files.

Description

리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법 {Apparatus and method for providing management using linear file system}Apparatus and method for providing management using linear file system}

도 1은 종래 기술에 따른 이동 통신 단말기의 리소스 관리 시스템의 구성을 나타낸 도면이다.1 is a view showing the configuration of a resource management system of a mobile communication terminal according to the prior art.

도 2는 본 발명의 실시예에 따른 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치의 구성을 나타낸 블록도이다.2 is a block diagram illustrating a configuration of an apparatus for providing resource management using a linear file system according to an exemplary embodiment of the present invention.

도 3은 도 2에서 도시된 장치를 통해 리소스 파일을 만드는 과정을 나타낸 흐름도이다.3 is a flowchart illustrating a process of creating a resource file using the apparatus shown in FIG. 2.

도 4는 도 3에서 도시한 흐름을 통해 생성된 리소스 파일을 어플리케이션에서 추출하는 과정을 나타낸 흐름도이다.4 is a flowchart illustrating a process of extracting, from an application, a resource file generated through the flow shown in FIG. 3.

<도면의 주요 부분에 관한 부호의 설명><Explanation of symbols on main parts of the drawings>

200 : 본 발명의 실시예에 따른 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치200: apparatus for providing resource management using a linear file system according to an embodiment of the present invention

201 : 리소스 저장부201: resource storage unit

202 : 초기화 설정부202: initialization unit

203 : 메모리 관리부203: memory management unit

204 : 파일 접근부204: file access unit

본 발명은 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법에 관한 것으로서, 더욱 상세하게는 이동 통신 단말기에서 주로 사용하는 임베디드 시스템에서 스트링(String), 비트맵(Bitmap)과 같은 리소스들을 모든 어플리케이션에서 공유가 가능하도록 하고 제한된 메모리를 효율적으로 이용할 수 있도록 하는 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법에 관한 것이다.The present invention relates to an apparatus and method for providing resource management using a linear file system. More particularly, the present invention relates to a resource and a resource such as a string and a bitmap in an embedded system mainly used in a mobile communication terminal. The present invention relates to an apparatus and a method for providing resource management using a linear file system that enables sharing in a network and efficiently utilizes limited memory.

일반적으로 이동 통신 단말기에서 주로 사용하는 임베디드 시스템 환경은 PC 환경 수준의 메모리와 저장공간을 지원하지 못한다.In general, embedded system environment mainly used in mobile communication terminal does not support memory and storage space of PC environment level.

메모리와 저장공간을 최소화한 상태에서 최상의 성능을 발휘해야 하는 임베디드 시스템 환경 특성 상, 어느 한 부분을 강조하다 보면 다른 부분에서 역효과가 발생할 수 있으므로 이 두 부분을 만족시키는 여러 가지 장치 및 방법들이 제시되고 있으며 어플리케이션 동작에 필요한 스트링, 비트맵과 같은 유동적인 리소스들을 관리하는 장치 및 방법도 그 중 한가지이다. Due to the nature of the embedded system environment, which requires the best performance with minimal memory and storage space, highlighting one part may adversely affect the other part, so various devices and methods are proposed to satisfy the two parts. One of them is the apparatus and method for managing the fluid resources such as strings and bitmaps required for application operation.

도 1은 종래 기술에 따른 이동 통신 단말기의 리소스 관리 시스템의 구성을 나타낸 도면이다.1 is a view showing the configuration of a resource management system of a mobile communication terminal according to the prior art.

도 1에 따른 이동통신 단말기의 리소스 관리 시스템(101)은 이동통신 단말기를 통해 실행되는 어플리케이션(105)과 연동되어 임베디드 파일 시스템(EFS)(102) 을 통해 플래쉬 메모리(103)의 파일저장 영역(103a)에 파일을 로드하거나, 기록 또는 삭제하는 등의 처리를 함에 의해 리소스를 관리하게 된다.The resource management system 101 of the mobile communication terminal according to FIG. 1 is interlocked with an application 105 running through the mobile communication terminal and stores a file storage area of the flash memory 103 through an embedded file system (EFS) 102 ( Resources are managed by loading, recording, or deleting files in 103a).

한편, 리소스 관리 시스템(101)이 플래쉬 메모리(103)의 파일저장 영역(103a)에 저장되는 파일들 각각에 고유의 ID를 부여하여 이 ID 정보를 비휘발성 메모리(104)의 ID 정보 DB(104a)로 저장하고, 상기 파일저장 영역(103a)에 기록 또는 삭제되는 파일들에 대한 파일정보를 각 ID별로 플래쉬 메모리(103)의 파일정보 DB(103b)로 저장한다.On the other hand, the resource management system 101 assigns a unique ID to each of the files stored in the file storage area 103a of the flash memory 103 and assigns this ID information to the ID information DB 104a of the nonvolatile memory 104. ), And file information of files recorded or deleted in the file storage area 103a is stored in the file information DB 103b of the flash memory 103 for each ID.

따라서, 종래의 기술에 따른 이동통신 단말기의 리소스 관리 시스템(101)은 각 파일별로 부여되는 고유 ID 정보를 비휘발성 메모리(104)에 따로 저장하여 관리하고, ID를 이용해서 해당 파일 정보 DB나 해당 파일로 접근하므로, 파일 접근이 용이한 등의 효율적인 리소스를 관리가 가능해질 수 있으나 ID를 DB에 저장하는 방식이므로 DB를 이용하지 않는 시스템이나 DB 성능이 비트맵과 같은 Row 데이터를 지원하지 않는 경우에 의미가 없다.Accordingly, the resource management system 101 of the mobile communication terminal according to the related art stores and manages unique ID information assigned to each file in the nonvolatile memory 104 separately, and uses the ID to store the corresponding file information DB or the corresponding information. Because accessing to a file allows efficient resource management such as easy file access, it is possible to manage IDs in a DB.However, if the system does not use the DB or the performance of the DB does not support row data such as bitmaps, as the ID is stored in the DB. Has no meaning.

또한 DB에 저장된 ID 검색부를 별도로 포함시킨다 하여도, 검색 시간(Searching Time)으로 인해 시스템 속도에 영향을 줄 수 있다.In addition, even if the ID search unit stored in the DB is separately included, the search time may affect the system speed.

본 발명은 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법을 통해 이동 통신 단말기에서 주로 사용하는 임베디드 시스템에서 스트링, 비트맵과 같은 리소스들을 모든 어플리케이션에서 공유가 가능하도록 하는데 그 목적이 있다.An object of the present invention is to enable sharing of resources such as strings and bitmaps in all applications in an embedded system mainly used in a mobile communication terminal through an apparatus and method for providing resource management using a linear file system.

본 발명의 다른 목적은 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법을 통해 이동 통신 단말기에서 주로 사용하는 임베디드 시스템에서 스트링, 비트맵과 같은 리소스들을 모든 어플리케이션에서 공유가 가능하도록 함으로써 임베디드 시스템에서 부족한 자원을 효율적으로 관리하는데 그 목적이 있다.Another object of the present invention is to provide a resource management using a linear file system in an embedded system by enabling the sharing of resources such as strings, bitmaps in all applications in an embedded system mainly used in a mobile communication terminal Its purpose is to efficiently manage scarce resources.

본 발명의 목적들은 이상에서 언급한 목적들로 제한되지 않으며, 언급되지 않은 또 다른 목적들은 아래의 기재로부터 당업자에게 명확하게 이해되어질 수 있을 것이다.The objects of the present invention are not limited to the above-mentioned objects, and other objects that are not mentioned will be clearly understood by those skilled in the art from the following description.

상기 목적을 달성하기 위하여, 본 발명의 실시예에 따른 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치는 리소스 파일과 디스크립션 파일을 연속적인 리니어 형태로 저장하는 리소스 저장부, 저장된 리소스 파일을 로딩하여 초기화 시키는 초기화 설정부, 초기화 시, 상기 저장된 디스크립션 파일을 메모리에 로딩하는 메모리 로딩부 및 로딩된 리소스 파일과 디스크립션 파일을 이용해 리소스 파일에 접근하는 파일 접근부를 포함한다.In order to achieve the above object, an apparatus for providing resource management using a linear file system according to an embodiment of the present invention includes a resource storage unit for storing resource files and description files in a continuous linear form, and loading and initializing stored resource files. And an initialization setting unit to initialize the memory, a memory loading unit for loading the stored description file into a memory, and a file access unit for accessing the resource file using the loaded resource file and the description file.

상기 목적을 달성하기 위하여, 본 발명의 실시예에 따른 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 방법은 리소스 파일과 디스크립션 파일을 연속적인 리니어 형태로 저장하는 리소스 저장 단계, 리소스 파일을 로딩하여 초기화 시키는 초기화 설정 단계, 초기화 시, 상기 저장된 디스크립션 파일을 메모리에 로딩하는 메모리 로딩 단계 및 로딩된 리소스 파일과 디스크립션 파일을 이용해 리소스 파일에 접근하는 파일 접근 단계를 포함한다.In order to achieve the above object, a method for providing resource management using a linear file system according to an embodiment of the present invention includes a resource storage step of storing a resource file and a description file in a continuous linear form, and loading and initializing the resource file. An initialization setting step includes a memory loading step of loading the stored description file into a memory, and a file access step of accessing a resource file using the loaded resource file and the description file at initialization.

기타 실시예들의 구체적인 사항들은 상세한 설명 및 도면들에 포함되어 있다.Specific details of other embodiments are included in the detailed description and the drawings.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다. 명세서 전체에 걸쳐 동일 참조 부호는 동일 구성 요소를 지칭한다.Advantages and features of the present invention and methods for achieving them will be apparent with reference to the embodiments described below in detail with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below, but can be implemented in various different forms, and only the embodiments make the disclosure of the present invention complete, and the general knowledge in the art to which the present invention belongs. It is provided to fully inform the person having the scope of the invention, which is defined only by the scope of the claims. Like reference numerals refer to like elements throughout.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예를 상세히 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명의 실시예에 따른 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치의 구성을 나타낸 블록도이다.2 is a block diagram illustrating a configuration of an apparatus for providing resource management using a linear file system according to an exemplary embodiment of the present invention.

본 발명의 실시예에 따른 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치는 리소스 파일과 디스크립션 파일을 연속적인 리니어 형태로 저장하는 리소스 저장부(201), 저장된 리소스 파일을 로딩하여 초기화 시키는 초기화 설정부(202), 초기화 시, 상기 저장된 디스크립션 파일을 메모리에 로딩하는 메모리 로딩부(203), 로딩된 리소스 파일과 디스크립션 파일을 이용해 리소스 파일에 접근하는 파일 접근부(204)로 구성되어 있다.An apparatus for providing resource management using a linear file system according to an embodiment of the present invention includes a resource storage unit 201 for storing resource files and a description file in a continuous linear form, and an initialization setting unit for loading and initializing the stored resource files. 202, a memory loading unit 203 for loading the stored description file into the memory at initialization, and a file access unit 204 for accessing the resource file using the loaded resource file and the description file.

도 3은 도 2에서 도시된 장치를 통해 리소스 파일을 만드는 과정을 나타낸 흐름도이다.3 is a flowchart illustrating a process of creating a resource file using the apparatus shown in FIG. 2.

리소스 저장부(201)에 의해 여러 리소스 파일과 디스크립션 파일이 연속적으로 저장소에 저장된다(S301).The resource storage unit 201 stores various resource files and description files in the storage in succession (S301).

연속적으로 저장소에 저장될 때, 리드 온리(Read-Only)로 저장되기 때문에 리니어 형태로 리소스 파일을 저장할 수 있으며 파일들의 오프셋(Offset)을 미리 예측 할 수 있다.When continuously stored in the storage, it is stored as read-only, so that resource files can be stored in a linear form, and the offset of the files can be predicted in advance.

오프셋이란 두 번째 주소를 만들기 위해 기준이 되는 주소에 더해진 값을 의미하는 것으로서 예를 들어, 만약 아래의 수식에서 C가 100번지의 주소를 가리키고 있다면, 그 수식의 결과(A)는 107번지를 의미할 것이다.The offset is the value added to the base address to make the second address. For example, if C points to the address of address 100 in the formula below, the result (A) of the formula means address 107. something to do.

A = C + 7A = C + 7

여기서 이 수식 내의 '7'이, 바로 오프셋이다. Here, '7' in this expression is an offset.

오프셋을 이용하여 주소를 나타내는 것을 상대주소 지정방식이라고 부르는데, 그 이유는 결과 주소가 다른 지점의 상대적인 위치가 되기 때문이다. 오프셋을 다른 말로 변위라고도 부른다.Representing an address using an offset is called relative addressing, because the resulting address is relative to another point. Offset is also called displacement in other words.

리소스를 빌드하고(S302) 디스크립션 파일에 있는 리소스 아이디와 미리 예측한 오프셋을 계산한 후(S303), 해당 리소스 아이디와 계산된 오프셋을 다시 디스크립션 파일에 저장한다(S304).After building the resource (S302) and calculating the resource ID and the pre-predicted offset in the description file (S303), the resource ID and the calculated offset are stored again in the description file (S304).

S301~S304를 거쳐 리소스 파일이 생성된다(S305).Resource files are generated via S301 to S304 (S305).

어플리케이션과 리소스 파일이 분리가 되어있으므로 좀 더 유연한 동작이 가능하며 추후에라도 처음 만들어진 틀 내에서 수정이나 업데이트를 할 때, 어플리케 이션을 다시 빌드 할 필요가 없이 리소스만을 빌드하는 것(S302)으로 리소스 파일 생성이 가능하다.Since application and resource files are separated, more flexible operation is possible, and when modifying or updating later within the first created frame, it is necessary to build only resources without rebuilding the application (S302). File creation is possible.

또한 디스크립션 파일을 여러 개 만들거나 일부 구조를 변경 한다면 해당 리소스 파일을 공동으로 사용하는 다른 어플리케이션에 대한 기타 추가적인 지원이 이루어질 수 있게 된다.Also, if you create multiple description files or change some of the structure, other additional support can be provided for other applications that share the resource files together.

도 4는 도 3에서 도시한 흐름을 통해 생성된 리소스 파일을 어플리케이션에서 추출(요청)하는 과정을 나타낸 흐름도이다.4 is a flowchart illustrating a process of extracting (requesting) a resource file generated through the flow shown in FIG. 3 from an application.

도 3에서 상술했듯이 생성된 리소스 파일은 어플리케이션의 실행파일과 분리가 되어있으므로 다운로드 및 만들어진 틀 내에서 파일 수정은 가능하며, 파일처럼 매핑한 메모리 맵에 다른 어플리케이션에서도 데이터를 읽고 쓸 수 있는 독립된 어플리케이션 간의 데이터를 교환하는 방법 중 하나인 메모리 맵드 아이오(Memory Mapped IO)를 사용하기 때문에 어플리케이션 실행 시 리소스 파일의 초기화가 필요하다.As described above with reference to FIG. 3, since the generated resource file is separated from the execution file of the application, the file can be modified within the downloaded and created frame, and between independent applications that can read and write data from other applications to the mapped memory map as a file. Since it uses Memory Mapped IO, which is a method of exchanging data, resource files need to be initialized when the application runs.

리소스 파일의 초기화는 초기화 설정부(202)를 통해, 저장된 리소스 파일을 로딩하여 초기화 시킨다(S401).Initialization of the resource file is initialized by loading the stored resource file through the initialization setting unit 202 (S401).

이때 메모리 맵드 아이오를 이용해 미리 기본 주소(Base Address)를 알아낸다(S402).At this time, the base address is found in advance using the memory mapped IO (S402).

그리고 리소스들이 생성될 때마다 계속 디스크립션 파일을 읽어 들인다면 오버헤드가 크기 때문에, S402후 메모리 로딩부(203)는 디스크립션 파일을 메모리에 로딩한다(S403).If the description file is continuously read every time the resources are generated, since the overhead is large, the memory loading unit 203 after S402 loads the description file into the memory (S403).

파일 접근부(204)는 S403에서 로딩된 디스크립션 파일에서 어플리케이션에 요청된 리소스의 리소스 아이디를 추출해낸다(S404).The file access unit 204 extracts the resource ID of the resource requested by the application from the description file loaded in S403 (S404).

리소스 아이디가 존재한다면 해당 리소스 아이디와 연관된 파일의 오프셋을 가져오고 메모리 맵드 아이오를 통해 해당 리소스의 시작 어드레스와 오프셋을 이용해서 리소스 포인터 위치를 리턴시킨다(S405).If the resource ID exists, the offset of the file associated with the corresponding resource ID is obtained and the resource pointer position is returned using the start address and the offset of the corresponding resource through the memory mapped IO (S405).

S405에서 리턴된 포인터를 이용하여 실제 메모리를 이용하듯이 해당 리소스를 이용할 수 있게 된다(S406).Using the pointer returned in S405, the corresponding resource is available as if using real memory (S406).

만일 S404 결과 해당 리소스의 리소스 아이디가 존재하지 않는다면 파일 접근부(204)는 해당 작업을 종료시킨다.If the resource ID of the corresponding resource does not exist as a result of S404, the file access unit 204 terminates the operation.

이상 첨부된 도면을 참조하여 본 발명의 실시예를 설명하였지만, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명이 그 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다.Although embodiments of the present invention have been described above with reference to the accompanying drawings, those skilled in the art to which the present invention pertains may implement the present invention in other specific forms without changing the technical spirit or essential features thereof. I can understand that. Therefore, it should be understood that the embodiments described above are exemplary in all respects and not restrictive.

상기한 바와 같은 본 발명의 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법에 따르면 다음과 같은 효과가 하나 혹은 그 이상 있다. According to the apparatus and method for providing resource management using the linear file system of the present invention as described above, there are one or more of the following effects.

첫째, 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법을 통해 생성된 리소스 파일은 어플리케이션의 실행파일과 분리가 되어있으므로 이동 통신 단말기에서 주로 사용하는 임베디드 시스템에서 스트링, 비트맵과 같은 리소 스들을 모든 어플리케이션에서 공유가 가능하도록 하는 장점이 있다.First, since resource files created through devices and methods that provide resource management using a linear file system are separated from application executable files, resources such as strings and bitmaps are embedded in embedded systems mainly used in mobile communication terminals. The advantage is that it can be shared by all applications.

둘째, 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치 및 방법을 통해 이동 통신 단말기에서 주로 사용하는 임베디드 시스템에서 스트링, 비트맵과 같은 리소스들을 모든 어플리케이션에서 공유가 가능하도록 함으로써 임베디드 시스템에서 부족한 자원을 효율적으로 관리하는 장점도 있다.Second, through a device and method that provides resource management using a linear file system, resources such as strings and bitmaps can be shared among all applications in an embedded system mainly used in a mobile communication terminal, thereby efficiently eliminating resources that are insufficient in an embedded system. There is also an advantage to manage.

Claims (5)

리소스 파일과 디스크립션 파일을 연속적인 리니어 형태로 저장하는 리소스 저장부;A resource storage unit for storing the resource file and the description file in a continuous linear form; 상기 저장된 리소스 파일을 로딩하여 초기화 시키는 초기화 설정부;An initialization setting unit configured to load and initialize the stored resource file; 상기 초기화 시, 상기 저장된 디스크립션 파일을 메모리에 로딩하는 메모리 로딩부; 및A memory loading unit for loading the stored description file into a memory at the initialization; And 상기 로딩된 리소스 파일과 디스크립션 파일을 이용해 리소스 파일에 접근하는 파일 접근부를 포함하는 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치.Device for providing resource management using a linear file system including a file access unit for accessing the resource file using the loaded resource file and the description file. 제 1항에 있어서The method of claim 1 상기 리소스 저장부는 리드온리 형식으로 저장하고 파일들의 오프셋을 미리 예측 가능한 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 장치.And storing the resource in a read-only format and providing resource management using a linear file system capable of predicting offsets of files in advance. 리소스 파일과 디스크립션 파일을 연속적인 리니어 형태로 저장하는 리소스 저장 단계;A resource storing step of storing the resource file and the description file in a continuous linear form; 상기 저장된 리소스 파일을 로딩하여 초기화 시키는 초기화 설정 단계;An initialization setting step of loading and initializing the stored resource file; 상기 초기화 시, 상기 저장된 디스크립션 파일을 메모리에 로딩하는 메모리 로딩 단계; 및A memory loading step of loading the stored description file into a memory upon initialization; And 상기 로딩된 리소스 파일과 디스크립션 파일을 이용해 리소스 파일에 접근하는 파일 접근 단계를 포함하는 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 방법.And providing a file access step of accessing the resource file using the loaded resource file and the description file. 제 3항에 있어서The method of claim 3 상기 초기화 설정 단계는 어플리케이션 실행 시 이루어지며 로딩하는 리소스 파일의 기본 주소를 추출하는 단계를 포함하는 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 방법.The initial setting step is performed when the application is executed, the method for providing resource management using a linear file system comprising the step of extracting the base address of the loading resource file. 제 3항에 있어서The method of claim 3 상기 파일 접근 단계는 파일에 대한 오프셋과 미리 얻어진 기본 주소를 이용해 리소스에 접근하는 단계를 포함하는 리니어 파일 시스템을 이용한 리소스 관리를 제공하는 방법.And the file accessing step includes accessing a resource using an offset to a file and a base address obtained in advance.
KR1020060021504A 2006-03-07 2006-03-07 Apparatus and method for providing management using linear file system KR100746035B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020060021504A KR100746035B1 (en) 2006-03-07 2006-03-07 Apparatus and method for providing management using linear file system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020060021504A KR100746035B1 (en) 2006-03-07 2006-03-07 Apparatus and method for providing management using linear file system

Publications (1)

Publication Number Publication Date
KR100746035B1 true KR100746035B1 (en) 2007-08-06

Family

ID=38601843

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020060021504A KR100746035B1 (en) 2006-03-07 2006-03-07 Apparatus and method for providing management using linear file system

Country Status (1)

Country Link
KR (1) KR100746035B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100913111B1 (en) * 2007-12-06 2009-08-19 주식회사 에이앤비소프트 Method for creating resource file for optimizing memory

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62126451A (en) * 1985-11-27 1987-06-08 Mitsubishi Electric Corp Initial program load system for distributed processor
JPH09198243A (en) * 1996-01-19 1997-07-31 Matsushita Electric Ind Co Ltd Information processor
US20040015960A1 (en) * 2001-03-16 2004-01-22 Sanjay Wanchoo Method for loading and executing an application in an embedded environment
KR20040008552A (en) * 2002-07-18 2004-01-31 삼성전자주식회사 Software Module Initializing Management System
KR20050087349A (en) * 2004-02-26 2005-08-31 엘지전자 주식회사 Package file format for resource managing and method of resource management

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62126451A (en) * 1985-11-27 1987-06-08 Mitsubishi Electric Corp Initial program load system for distributed processor
JPH09198243A (en) * 1996-01-19 1997-07-31 Matsushita Electric Ind Co Ltd Information processor
US20040015960A1 (en) * 2001-03-16 2004-01-22 Sanjay Wanchoo Method for loading and executing an application in an embedded environment
KR20040008552A (en) * 2002-07-18 2004-01-31 삼성전자주식회사 Software Module Initializing Management System
KR20050087349A (en) * 2004-02-26 2005-08-31 엘지전자 주식회사 Package file format for resource managing and method of resource management

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100913111B1 (en) * 2007-12-06 2009-08-19 주식회사 에이앤비소프트 Method for creating resource file for optimizing memory

Similar Documents

Publication Publication Date Title
US10474397B2 (en) Unified indirection in a multi-device hybrid storage unit
CN107111450B (en) Disk partition stitching and rebalancing using partition tables
CN106933508B (en) Application container migration method and device
KR102013430B1 (en) Array controller, solid state disk, and method for controlling solid state disk to write data
CN112015517B (en) Block chain node dynamic migration method and system based on k8s cluster
CN103607428B (en) A kind of method and apparatus for accessing shared drive
JP4807683B2 (en) Data storage
CN101983376B (en) Access device, information recording device, information recording system, file management method, and program
EP3518112A1 (en) Memory device and host device
JP2016505180A (en) Non-volatile memory writing mechanism
CN103716346A (en) Management method and device of application on android handset client
CN101464841A (en) Method and system for implementing write protection of block memory stack
JP7082701B2 (en) Magnetic disk management methods, magnetic disk management devices, electronic devices, computer programs and computer readable storage media
US8595426B2 (en) Handling commands within a write-once read-many storage device configuration
KR100954603B1 (en) A log file of file system and method for recovering file system
CN113853778B (en) Cloning method and device of file system
KR100746035B1 (en) Apparatus and method for providing management using linear file system
CN103309696A (en) Method and device for updating Java card extended library, and Java card
CN109558082B (en) Distributed file system
CN113010111A (en) SSD access acceleration method and device, computer equipment and storage medium
US11132134B2 (en) Flexible over-provisioning of storage space within solid-state storage devices (SSDs)
CN114528250A (en) Data storage method, device and equipment based on object storage and storage medium
WO2008083187A2 (en) Dynamically updateable and moveable memory zones
CN114201115A (en) Data storage system, method, computer device and storage medium
CN114138176A (en) Nor Flash erasing and upgrading method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20100629

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee