summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/SystemKit/ThreadAPI.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 12:41:06 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 12:41:06 +0100
commitf7edf08d067b4c52c3183e8ad0467293e54075e8 (patch)
tree0e2894d78684966993ff2bed2df4d6c5e12aef87 /Public/Kits/SystemKit/ThreadAPI.hxx
parentfc55f0d69d24fb4908cbd811681f2c3fac53614d (diff)
Add BUG_LIST.TXT, kernel improvements and Public kits improvements.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Kits/SystemKit/ThreadAPI.hxx')
-rw-r--r--Public/Kits/SystemKit/ThreadAPI.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Public/Kits/SystemKit/ThreadAPI.hxx b/Public/Kits/SystemKit/ThreadAPI.hxx
index a9490033..80742ab9 100644
--- a/Public/Kits/SystemKit/ThreadAPI.hxx
+++ b/Public/Kits/SystemKit/ThreadAPI.hxx
@@ -20,11 +20,11 @@ namespace HCore {
/// @brief Thread Information Block for Local Storage.
/// Located in GS on AMD64, Virtual Address 0x10000 (64x0, 32x0, ARM64)
struct ThreadInformationBlock final {
- const Char NAME[255]; // Module Name
- const UIntPtr START_ADDRESS; // Start Address
- const UIntPtr START_ALLOC; // Allocation Heap
- const UIntPtr START_STACK; // Stack Pointer.
- const Int32 ARCH; // Architecture and/or platform.
+ const Char Name[255]; // Module Name
+ const UIntPtr StartAddress; // Start Address
+ const UIntPtr StartHeap; // Allocation Heap
+ const UIntPtr StartStack; // Stack Pointer.
+ const Int32 ARCH; // Architecture and/or platform.
};
enum {