Booting is an essential process that loads an operating system (OS) to a main memory and initializes all the system. In this paper, we propose a new technique to shorten the boot-up time by using a non-volatile random access memory (NVRAM). This technique eliminates the kernel loading, the kernel decompression, and the reallocation of a kernel image by maintaining of the linux binary image at the non-volatile random access memory. The essence of locating OS binary image at NVRAM lies in how to re-initialize the segments that are updated as OS executes and have been initialized implicitly while OS is loaded onto memory from the storage device. We develop a Bootless Boot which completely removes the process of loading any of the kernel images. Bootless Boot consists of (i) object filter which identifies the kernel objects which need to be initialized every time OS boots up, (ii) explicit initialization module which explicitly re-initializes the objects identified by the object filter. Explicit initialization module is added to the linux kernel.
Booting is a process that initializes all the systems and it is an essential process of operating system to work. Because of this reason, system users have to wait until this process finishes and it is very inconvenient. Recently, non-volatile memories are rising up as an alternative method for DRAM. Their non-volatile characteristic makes several processes in existing boot mechanism unnecessary. If these processes are eliminated, the system users can spend shorter time to control the system. In this paper, we propose a technique which uses only one kernel image for every booting by using non-volatile memories.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.