PROPOSE METHOD TO ACCESS PROTECTED MODE OF WINDOWS OPERATING SYSTEM

Propose Method to Access Protected Mode of Windows Operating System

Propose Method to Access Protected Mode of Windows Operating System

Blog Article

Current day computer systems allow multiple programs to be loaded into memory and to be executed concurrently.This evolution required protection among those various programs.To ensure this protection, operating systems provide protected mode that contains descriptor tables that in its turn, control access to memory segment.In the Intel Architecture, and more precisely in protected mode, most of the memory management and BLOCK Interrupt Service Routines are controlled through tables of descriptors.

Each descriptor stores information about a single object (e.g.a service routine, a task, a chunk of code or data, whatever) the CPU might need at some time.In this research, these tables with their contents are studied and given a method to know the contents of these tables and to study the behavior of the O.

S, In other words, SNES access to the protected status and work with printing the contents of some special registers that cannot be accessible only within the protected mode (Ring 0).The program in this research is written in Assembly language (MASM version 7) and tested under Windows Me.The program executed with 32-bit microprocessor, because it contains instruction that can deal with the special registers (GDTR & LDTR) that contains addresses of descriptor tables.

Report this page