REDUCING BOOTING TIME OF PC

TEJAS13

TEJAS13

@tejas13-EOLl4F Oct 21, 2024

Can we implement like this ?

when we start our pc BIOS only check modem,monitor,(internet required h/w), it will take less time i think..then it directly start our browser on our pc...and we can able to access internet..and in the background booting will be perform.....

if this is possible ,then it will helpful in large industries where every day every employee wasting 1 minute for booting.....

why internet first start ?
because every employee may be first check his/her mails and then starts for work..so we can save time...

only when if it is implemented ?
i am trying but not getting proper guidelines if you can help me please help me...

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • [Prototype]

    [Prototype]

    @prototype-G9Gn5k Jul 16, 2012

    Browser is an application program which will require kernel to communicate with the hardware. Unless your OS is loaded, you cannot run the browser & that's the thing which takes most of the time. You just cannot avoid it.

    In other words, browser cannot directly communicate with with hardware. Well it can , if you build your own browser which itself will be a mini os anyways.