The present invention relates to the field of computer systems. Specifically the present invention relates to a computer incorporating fast non-volatile primary memory for storing computer applications, resulting in the applications being available for use as soon as the computer is turned on. It also relates to a computer that stores large parts of application and/or the operating system code in non-volatile write-protectable areas that cannot be modified by malicious sources, resulting in a secure computer.
At power on, computer systems typically take several minutes to boot the system. This happens because the operating system and applications have to be loaded from a slow storage device such as the hard disk to the system RAM. If a system crashes during use, a user has to wait several minutes to get the system back to use, because the entire boot/load process has to happen. This is annoying and inconvenient to computer users. The present invention consists of a solution to this problem providing an instantly-on computer.
Another problem in computers is corruption of the operating system or application code due to malicious sources. Often applications such as Microsoft Office have to be reinstalled after a malicious attack on the computer. The present invention consists of a method for a secure computer, where applications and/or operating system are stored in a write-protectable medium avoiding corruption by malicious sources.
Typically in computer systems only a very small part of the boot software is in a fast semiconductor memory. The applications as well as the main operating system code are in the hard drive. The present invention consists of storing the application code in write-protected fast non-volatile memory. By fast, a storage device faster than hard disk is referenced. An example of such a fast non-volatile memory is flash memory. A part of the memory allows read/write accesses. The parts of operating system/application code that need write accesses are stored in this region of the memory. A part of this region is also assigned for the operating system to use for virtual memory, if needed.
Another part of the invention consists of storing large parts of the applications and operating system in write-protected fast non-volatile write-protectable memory. Some writeable area is required for most applications and operating system programs. This is provided in a special region of the write-protectable memory.
Thus the application software and/or operating system, instead of being in the hard disk, will be resident in the fast non-volatile memory, requiring no loading i.e. the applications are already permanently loaded, resulting in a rapidly-on or instant-boot computer in which applications are available as soon as the computer is turned on. If the fast non-volatile memory does not have enough space to hold all applications, key applications can permanently reside in the fast non-volatile memory and the remaining applications can use the current virtual memory system. The applications alone or both applications and operating system can reside in the non-volatile memory.
A better understanding of the present invention can be obtained when the following detailed description is considered in conjunction with the following drawings:
In the following description, several specific details are set forth to provide a thorough understanding of the present invention. However, it will be apparent to those skilled in the art that the present invention can be practiced with variations of the details. Similarly, many details which are within the skills of persons of ordinary skill in the art have been omitted.
Virtual memory [13, 14] has been used in computers for more than 3 decades to create the illusion of large contiguous memory regions for each application. In systems with virtual memories, RAM is used as real memory and applications run from the real memory, also called main memory. Main memory is typically volatile. At power on, the operating system has to be loaded from the disk to the main memory. Since modern operating systems contain a large amount of code, this loading takes several minutes and the delay is annoying and inconvenient to users. But virtual memory system makes it possible for users to not worry about memory size, since applications can be paged in or out.
The computer in
The system bus 101 enables communication between different components of the computer system, in particular with its system memory 106 and its disk drive system 108. The secure instant-on system 107 may communicate directly to the CPU(s), and/or via the system memory 106 and/or via the disk drive system 108. The system memory 106 contains the instant-on system 107. The instant-on system 107 may communicate directly to the CPU via the disk drive system 108. The instant-on system refers to a system in which the applications are available instantly after the computer is booted.
There can be several variations of this system. For instance, one variation may have the instant-on system 107 as an independent component connected to the system bus 101, without being part of the main memory. Such a system can contain a separate memory module. In such a system, the component 107 can communicate to the CPU directly and also to the memory as well as disk separately.
The instantly-on system 107 may contain memory access controller 201 to regulate access to memory locations within 107. The memory locations within 107 may contain a read-only memory 202. The read-only memory 202 may store the computer BIOS and may be compatible with one or more operating systems. The non-volatile memory for kernel 203 stores the programs of the operating system. The non-volatile memory for applications 204 stores application programs, such as word processors. The application configuration/session data area 205 stores information needed by application programs and/or operating systems may be stored in volatile or non-volatile memory. The secure memory disk controller 206 interfaces with the disk drive system 108. The component 206 provides access to contents of memory areas 202-205 as if they were in a disk drive, but with added protections to regulate modification of these contents.
The secure read/write access component 303 or 404 gets incoming requests 501 for access to changeable data in the application configuration/session data area 205. A request 501 may be a request to read data or it may be to write data. If the request is a read request 502, then the request is forwarded to a read controller 503 which fetches the relevant data from the data area 205.
If the request 501 is a write request 504, then the request is sent to a component 505 that has to fetch some application-specific information before deciding whether to allow the write operation associated with the request. Information about specific programs is stored in a non-volatile memory area 506. The information in 506 contains two areas: information specific to kernel programs is stored in an area 507 while information about applications is stored in another area 508. In the present invention, programs are enhanced with information about their expected behavior. If viruses or other malicious software were to modify a program or data associated with the program, then a component decides whether this operation is within the normal range of activities for the associated program. The originator of the particular software program provides information about this normal range of operations, in the same way that a manufacturer may provide operating parameters for a physical device.
Based on the information about the specific program that is involved in the write operation, a component 509 decides whether the write operation may proceed. If the decision is to not allow the write operation, then the request is rejected. If the decision is to allow the write operation based on properties of the specific program, then the request is forwarded to a write controller 510 which then writes the application-specific configuration or session data into the memory area 205.
The authentication system in
In
The non-volatile memory can be flash, MRAM, SONOS, MONOS, FeRAM, or other types of memory technologies.
One of the problems of flash memory is limited amount of writes (say 10,000 or 100,000 times). Hence it is important to protect the main application and/or OS areas with write protection. Large parts of the application code, which do not require modification, are stored in write protected regions of the non-volatile memory. This will also result in improved security since these regions cannot be corrupted by viruses or malicious or inadvertent actions. Changeable data is stored in non-volatile or volatile RAM.
One implementation possibility is to physically organize the application and/or operating system in a flash memory device with write protection. The flash will be part of the main memory. Updating an application can be the process of buying a new nonvolatile memory module or flash memory and plugging it in, eliminating the painful process of installation.
In order to implement the proposed method in a computer with virtual memory, one needs to pin down the applications code and/or operating system to a region of the main memory and effectively bypassing the virtual memory mechanism. By pinning down the application code and/or the operating system, we simply mean that the relevant software is enabled to stay permanently in the non-volatile region of the main memory. Virtual memory systems are typically paged and pages are replaced when new pages cannot find space. The region of the main memory where OS is residing should not allow any replacements. One can accomplish the pinning down in a variety of ways. It can be accomplished by hardware or software or a combination of the two. In virtual memory systems, the page table contains the information to translate virtual addresses to real addresses.
Another additional mechanism to speedup the boot with pinning-down will be to initialize/hard-code TLB (Translation Lookaside Buffer) entries with relevant page table entries. The TLB operates as a cache for the page table and TLB misses can be avoided for the applications and/or the operating system to reduce the latency to boot. The TLB entries can be hardcoded to indicate presence of the relevant page table entries in TLB. Initializing the page table and TLB entries can be done by a BIOS-like software.
There is an approach used to provide instant-on capabilities, such as splashtop and a similar Dell Lattitude-On [12]. These approaches do not involve the methods of this invention, but instead provide just a few often-used applications in a simplified operating system that exists on the computer and may be activated instead of complete applications. By contrast the invention described here pertains to quick or instant activation of the computer's applications and/or main operating system. The operating system referred to in this invention is a full-blown operating system like Microsoft Windows or Linux. The applications referred to in this invention are programs like Microsoft Word, Excel, etc.
Although the invention is described with specific details, it is intended to cover alternatives, modifications and equivalents, as can be reasonably included within the spirit and scope of the invention as defined by the appended claims. It is noted that the headings are used only for organizational purposes and not meant to limit the scope of the descriptions or claims.
1. U.S. Pat. No. 5,787,445—Daberko—Operating System including file management for use in devices utilizing flash memory as main memory
2. U.S. Pat. No. 7,406,549—Ong—Support for non-standard device containing operating system data
3. Application-2006-0149956—Chang—Instant-on computer system and method for instantly booting a computer system
4. Application 2007-0112899—Edwards—Method and Apparatus for fast Boot of an Operating System
5. Application 2007-0083743—Tsang—Fast Booting an operating system from an off state
6. U.S. Pat. No. 5,987,536—Johnson—Computer System having flash memory bios which can be accessed while protected mode operating system is running
7. U.S. Pat. No. 6,598,169—Warwick—System and Method for accessing information made available by a kernel mode driver
8. U.S. Pat. No. 5,592,669—Robinson—File Structure for a non-volatile block erasable semiconductor flash memory
9. U.S. Pat. No. 5,307,497—Feigenbaum—Disk operating system loadable from read only memory using installable file system interface
10. U.S. Pat. No. 5,579,522—Christenson—Dynamic Non Volatile memory update in a computer system
11. U.S. Pat. No. 7,406,560—Bulusu—Using multiple non-volatile memory devices to store data in a computer system.
12. Splashtop desktop—www.splashtop.com/splashtop_overview.php
13. Hennessy and Patterson, Computer Architecture: A Quantitative Approach, Morgan Kaufman Publishers
14. J. P. Shen and M. L. Lipasti, Modern Processor Design: Fundamentals of Superscalar Processors, McGraw Hill Publishers.
15. Michael Wu and Willy Zwanepoel, eNVY: A Non-Volatile, Main Memory Storage System, Proceedings of the ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS), October 1994, pp. 86-97
16. Taeho Kgil, David Roberts, Trevor Mudge, Improving NAND Flash based Disk Caches Proceedings of the ACM International Symposium on Computer Architecture (ISCA), 2008, pp. 327-336.
17. Eugene B. John, Thomas John and Lizy K. John, U.S. patent application Ser. No. 12/198,133, Method and Apparatus for Secure Instantly-On Computer System, Filed 26 Aug. 2008.
Number | Date | Country | |
---|---|---|---|
Parent | 12198133 | Aug 2008 | US |
Child | 12234756 | US |