Linked by Thom Holwerda on Tue 27th Feb 2007 16:42 UTC, submitted by Luis
Thread beginning with comment 217222
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-06
I suppose that to have such small time, you have to disable memory checking done by the board (*)..
IMHO you should precise that the time you're measuring is the time of the initialisation of the board itself
(I think), to measure the boot time you still need to add the startup of the rest..
Still 8s is nice, I remember that on my old Celeron333 (128Mo of RAM), BeOS started under 20s but the board itself took >30s to initialise!
So 30s->8s is nice for the board, but now Linux (kernel+KDE) takes >1min to boot instead of <20s for BeOS :-( :-(
*: Now that's not necessarily a bad thing as the memory checking done by the BIOS is quite limited, memory checking should really be done in the background continuously, but currently it isn't..