![]() |
Content previously syndicated to other websites
Computer General Protection FaultsMarch 24th Fact-of-the-DayComputer operating systems allocate blocks of memory space and certain other resources to individual programs that request them. The programs are allowed exclusive use of resources allocated to them until they terminate. In principle the process is like a government allocating parcels of land, water rights, and other resources to individual farmers who are allowed to use them exclusively until they die. In such a system, either by mistake or design, one farmer may try to use resources allocated to another. The same thing happens in computers where one program, by mistake or design, tries to use resources allocated to another. Computer operating systems constantly watch for that and issue a 'General Protection Fault' if they find one program using resources allocated to another to prevent processing errors and to protect disk files from possible damage. It is necessary to reboot following a General Protection Fault which clears previous program resource allocations. ©2005 Tigertek, Inc. All rights reserved. This page was last modified: Sun, 06 Jun 2010 03:36:53 GMT
|