Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

HalAddGDTDesc

NullException edited this page Aug 5, 2020 · 2 revisions

HalAddGDTDesc Function

Description

This function adds a GDT descriptor structure to the system GDT

Syntax

status HalAddGDTDesc(dword index, 
                     gdt_descriptor descriptor
);

Parameters

index

Specifies at which index in the GDT the descriptor is placed


descriptor

A valid gdt_descriptor struct generated from calling HalGenerateGDTDesc

Return Value

This function returns a SOARE Status code. A zero return value means the function was successful while a nonzero return value indicates the function failed

Clone this wiki locally