From 2529c8722d6d3491a3e19aa728f4bfce099bcc91 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 29 Jan 2024 09:55:05 +0100 Subject: Kernel: Improve BootKit and EFIKit. TODO: Add File Protocol support and Pool support for EFIKit. Signed-off-by: Amlal El Mahrouss --- Public/SDK/SystemKit/ThreadAPI.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Public/SDK/SystemKit/ThreadAPI.hxx') diff --git a/Public/SDK/SystemKit/ThreadAPI.hxx b/Public/SDK/SystemKit/ThreadAPI.hxx index f99da698..8d948a35 100644 --- a/Public/SDK/SystemKit/ThreadAPI.hxx +++ b/Public/SDK/SystemKit/ThreadAPI.hxx @@ -22,11 +22,11 @@ namespace hCore /// Located in GS on AMD64, Virtual Address 0x10000 (64x0, 32x0, ARM64) struct ThreadInformationBlock final { - const Char TIB_NAME[255]; // Module Name - const UIntPtr TIB_START; // Start Address - const UIntPtr TIB_ALLOC; // Allocation Heap - const UIntPtr TIB_STACK; // Stack Pointer. - const Int32 TIB_ARCH; // Architecture and/or platform. + const Char TIB_NAME[255]; // Module Name + const UIntPtr TIB_START_CODE; // Start Address + const UIntPtr TIB_START_ALLOC; // Allocation Heap + const UIntPtr TIB_START_STACK; // Stack Pointer. + const Int32 TIB_ARCH; // Architecture and/or platform. }; enum -- cgit v1.2.3