SCRUMble ! Hello Blog Readers! Thank you for all your support and encouragement. I have something exciting for you all. I have recently written and published a new book called 'SCRUMble !'. It is currently available on pothi store. It will be soon available on Amazon and Flipkart as well. Please get your copy and do let me know your reviews. -Abhishek Sathe SCRUMble ! Written and Published by: Abhishek Sathe Distributed by: pothi.com Order your copy now: https://store.pothi.com/book/abhishek-sathe-scrumble/ Coming soon on Amazon and Flipkart About the book: Scrum is a framework for solving complex problems largely adapted by Software Development field. There are multiple ag...
1. Real Mode - 20 MB of segmented memory adress space, direct software access to BIOS routines and peripheral hardware, no concept of memory protection or multitasking. 80286 and further start with real mode.
2. Protected Mode - expanding addressable physical memory to 16 MB and addressable virtual memory to 1 GB. Provided protected memory. This is done by using segment registers only for storing an index to segment table. Global Descriptor Table (GDT) & Local Descriptor Table (LDT) each giving access to 64 KB of memory. The segment table provided a 24-bit base address, which can be added to desired offset to create an absolute address. 80386 introduced support in protected mode for paging which made it possible to use paged virtual memory.
2. Protected Mode - expanding addressable physical memory to 16 MB and addressable virtual memory to 1 GB. Provided protected memory. This is done by using segment registers only for storing an index to segment table. Global Descriptor Table (GDT) & Local Descriptor Table (LDT) each giving access to 64 KB of memory. The segment table provided a 24-bit base address, which can be added to desired offset to create an absolute address. 80386 introduced support in protected mode for paging which made it possible to use paged virtual memory.
Comments
Post a Comment