Jazz

Global Descriptor Table

This commit adds a GDT. It is used to setup segmentation in memory.

What

A GDT is a table of entries which informs the CPU of the memory segments that the OS implements and their locations.

How

References