Slashdot Mirror


User: ramunask

ramunask's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:An example: speeding up the boot process on Does Linux "Fail To Think Across Layers?" · · Score: 1

    another way to speedup booting is:
    for first time: log files and block numbers needed for boot and sort by block number (or smth) and make config file with good(what is good?) sequence of files;
    all other times: before boot, cache all files from first time config into RAM, load files from RAM instead from HDD (also, if something changed, load from HDD and change config file)

    P.S. sorry, I'm just web programmer, but maybe idea is new??? :)