Search notes:

x86 memory management

Linear address space: the memory that is addressable by the CPU.
Two memory management facilities:
Segmentation divides the linear address space into (protected) segments.
A particular byte in the linear address space is located by a logical address (aka far pointer).
A logical address consists of a segement selector and an offset.

Segmentation

Each segment has a segment descriptor. A segment descriptor describes
The segment selector »points« to the segment descriptor.
Base address + offset = addressed byte in linear address space.

Paging

Paging makes virtual memory possible.
With paging enabled, a segment is divided into pages. A page is usually 4 kb in size.

TODO

GDT = Global Descriptor Table

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1737197331, '3.144.89.0', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/assembler/x86/memory-management/index(74): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78