Click here to Skip to main content
15,897,891 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Refresh all the screen (with Windows) Pin
dannygilbert326-Jan-07 7:50
dannygilbert326-Jan-07 7:50 
GeneralRe: Refresh all the screen (with Windows) Pin
Dave Kreskowiak26-Jan-07 11:09
mveDave Kreskowiak26-Jan-07 11:09 
GeneralRe: Refresh all the screen (with Windows) Pin
dannygilbert329-Jan-07 2:13
dannygilbert329-Jan-07 2:13 
Question.NET 1.0 and 2.0 app on Vista Pin
Giles25-Jan-07 21:31
Giles25-Jan-07 21:31 
AnswerRe: .NET 1.0 and 2.0 app on Vista Pin
Mike Dimmick26-Jan-07 5:17
Mike Dimmick26-Jan-07 5:17 
GeneralRe: .NET 1.0 and 2.0 app on Vista Pin
Giles27-Jan-07 1:26
Giles27-Jan-07 1:26 
QuestionSystem restart [modified] Pin
deeps_cute25-Jan-07 18:15
deeps_cute25-Jan-07 18:15 
AnswerRe: System restart Pin
Mike Dimmick26-Jan-07 6:11
Mike Dimmick26-Jan-07 6:11 
When you start up the system from cold, or set a particular voltage on the processor's RESET pin (your computer may have a hard reset switch that does this), the CPU starts executing code from a fixed location. This memory location is in the BIOS ROM chip. The processor starts up in what's known as 16-bit real mode.

In order to restart the computer, therefore, the operating system disables everything that won't work in that mode, switches to 16-bit real mode, then jumps to the starting location in the BIOS. As I recall, one of the processor's registers is set to a specific value, different from the processor's default values on switch-on or hard reset, so the BIOS can take different actions - traditionally, a warm boot skipped most of the power-on self-testing. In DOS, the Ctrl+Alt+Del key combination was used to perform a warm boot, and now you know how it worked.

When it starts up, the BIOS performs initialisation on various devices and performs tests on them, then calls any expansion ROMs (such as the video BIOS on the video card), then looks for a boot sector. This is the first sector on any disk or disk-like device it supports (some now support booting from USB sticks). When it finds one, it loads that into RAM, then executes it. From this point on, it's the boot sector's responsibility to continue the boot.

If you really want to know what happens from here, read "Windows Internals, 4th Edition" by Mark Russinovich and David Solomon.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: System restart Pin
deeps_cute26-Jan-07 17:14
deeps_cute26-Jan-07 17:14 
QuestionCOM+ Server not Available Pin
Brady Kelly23-Jan-07 4:45
Brady Kelly23-Jan-07 4:45 
QuestionNetworking problem Pin
TheJudeDude23-Jan-07 4:25
TheJudeDude23-Jan-07 4:25 
QuestionFAT 32 file system internals Pin
harsha_123423-Jan-07 1:26
harsha_123423-Jan-07 1:26 
QuestionCPU temperature using memory map [modified] Pin
Manasi D21-Jan-07 23:30
Manasi D21-Jan-07 23:30 
AnswerRe: CPU temperature using memory map Pin
Dave Kreskowiak22-Jan-07 10:39
mveDave Kreskowiak22-Jan-07 10:39 
GeneralRe: CPU temperature using memory map Pin
Manasi D22-Jan-07 18:28
Manasi D22-Jan-07 18:28 
GeneralRe: CPU temperature using memory map Pin
Dave Kreskowiak23-Jan-07 2:18
mveDave Kreskowiak23-Jan-07 2:18 
Questiondoubt in OS Pin
Dinesh babu .S21-Jan-07 6:27
Dinesh babu .S21-Jan-07 6:27 
AnswerRe: doubt in OS Pin
bsaksida22-Jan-07 9:12
bsaksida22-Jan-07 9:12 
QuestionDataGridView Pin
Socheat.Net21-Jan-07 0:19
Socheat.Net21-Jan-07 0:19 
AnswerRe: DataGridView Pin
bsaksida22-Jan-07 9:04
bsaksida22-Jan-07 9:04 
QuestionUNC address for a local Volume! Pin
Restive.54320-Jan-07 0:42
Restive.54320-Jan-07 0:42 
AnswerRe: UNC address for a local Volume! Pin
Sebastian Schneider20-Jan-07 6:38
Sebastian Schneider20-Jan-07 6:38 
QuestionWindows Delayed Write Failed Pin
reza matinnejad19-Jan-07 23:22
reza matinnejad19-Jan-07 23:22 
QuestionThere is problem in my computer Pin
thaora19-Jan-07 22:32
thaora19-Jan-07 22:32 
AnswerRe: There is problem in my computer Pin
Christian Graus19-Jan-07 23:17
protectorChristian Graus19-Jan-07 23:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.