diff options
| author | Ada Christine <adachristine18@gmail.com> | 2025-02-01 18:33:53 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2025-02-01 18:33:53 +0000 |
| commit | 9792d78c44ebddd128785a00358cbf38ac714d5d (patch) | |
| tree | 0de4bc192145cf469f308e5f1ef0ab025cb703d2 /api/bits/x86_64/descriptor.h | |
| parent | 2fb3f208bd2e739a8968afb23d22e13b6660ca22 (diff) | |
this is starting to work
Diffstat (limited to 'api/bits/x86_64/descriptor.h')
| -rw-r--r-- | api/bits/x86_64/descriptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/bits/x86_64/descriptor.h b/api/bits/x86_64/descriptor.h index 649ac74..c0c00f6 100644 --- a/api/bits/x86_64/descriptor.h +++ b/api/bits/x86_64/descriptor.h @@ -4,7 +4,7 @@ struct descriptor_table_register_long { uint16_t limit; uint64_t base; -} __attribute__((packed, aligned(16))); +} __attribute__((packed, aligned(8))); struct segment_descriptor { |
