Keep Boot Data in RAM While Off; Fast Access When Started
What I want to know is if it is possible to store data in the RAM of a computer and keep it there while the computer is off. If this is possible in any way (preferably on most hardware today or on DDR2 RAM), then wouldn’t it be great if startup speed could be dramatically increased due to the faster read speeds of RAM compared to Hard Disk Drive read speeds?
I think this should be implemented; store boot up data in the RAM while the computer is off and default to check the RAM for this data first, and if there is something there, access it first. Some people may not have enough RAM to store all of their boot up data, but this can be solved by storing parts of it in the RAM (say, one section of loading instead of randomly scattering it between RAM and HDD, because that would completely defeat the purpose. At least part of the boot-up sequence would be much faster.
The easiest and fastest place to implement this would be in Linux, notably Ubuntu Linux. Because of the Freedom and open-source nature of the OS, it would be easy to put something that was well-coded to good use.
In a dual-boot setup (because there are plenty of people who have to have Windows and decide to dual-boot), the alternate OS can clear the RAM and continue with its normal startup process while that boot data is recopied to the RAM the next time Linux is started up and shut down.
I do not know if this is possible or if it is, has been implemented already, but I wanted to get it out there so at least I know the idea is floating around online.
Tags:
(none)
No attachments.