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???:)
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???