From 9792d78c44ebddd128785a00358cbf38ac714d5d Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sat, 1 Feb 2025 18:33:53 +0000 Subject: this is starting to work --- api/bits/x86_64/descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/bits/x86_64/descriptor.h') 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 { -- cgit v1.3.1-1-g115d